Advertisement
Guest User

Untitled

a guest
Sep 21st, 2015
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. using darwin : 8.1~iphone
  2. : "/Applications/Xcode 3.app/Contents/Developer"/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch armv7 -arch armv7s -arch arm64 -DBOOST_AC_USE_PTHREADS -DBOOST_SP_USE_PTHREADS -g -DNDEBUG -std=c++11 -stdlib=libc++ -fvisibility=hidden -fvisibility-inlines-hidden -mios-version-min=8.0
  3. : "/Applications/Xcode 3.app/Contents/Developer"/Platforms/iPhoneOS.platform/Developer
  4. : arm iphone
  5. ;
  6. using darwin : 8.1~iphonesim
  7. : g++ -arch i386 -arch x86_64 -DBOOST_AC_USE_PTHREADS -DBOOST_SP_USE_PTHREADS -g -DNDEBUG -std=c++11 -stdlib=libc++ -fvisibility=hidden -fvisibility-inlines-hidden -mios-version-min=8.0
  8. : "/Applications/Xcode 3.app/Contents/Developer"/Platforms/iPhoneSimulator.platform/Developer
  9. : x86 iphone
  10. ;
  11. using darwin : xcodebuild -showsdks | grep macosx | egrep "[[:digit:]]+.[[:digit:]]+" -o | tail -1
  12. : g++ -arch i386 -arch x86_64 -DBOOST_AC_USE_PTHREADS -DBOOST_SP_USE_PTHREADS -g -DNDEBUG -std=c++11 -stdlib=libc++ -fvisibility=hidden -fvisibility-inlines-hidden
  13. : "/Applications/Xcode 3.app/Contents/Developer"/Platforms/MacOSX.platform/Developer
  14. : x86 darwin
  15. ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement