Changes between Version 51 and Version 52 of Getting-Started/iPhone
- Timestamp:
- Sep 6, 2013 2:08:42 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/iPhone
v51 v52 68 68 69 69 {{{ 70 export DEVPATH=/Developer/Platforms/iPhoneSimulator.platform/Developer 71 export CC=/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.0 72 CFLAGS="-O2 -m32 -miphoneos-version-min=4.0" LDFLAGS="-O2 -m32" ./configure-iphone 70 export DEVPATH=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer 71 ARCH="-arch i386" CFLAGS="-O2 -m32 -miphoneos-version-min=4.0" LDFLAGS="-O2 -m32 -miphoneos-version-min=4.0" ./configure-iphone 73 72 make dep && make clean && make 74 73 }}}