Changes between Version 51 and Version 52 of Getting-Started/iPhone


Ignore:
Timestamp:
Sep 6, 2013 2:08:42 AM (11 years ago)
Author:
ming
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/iPhone

    v51 v52  
    6868 
    6969 {{{ 
    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 
     70export DEVPATH=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer 
     71ARCH="-arch i386" CFLAGS="-O2 -m32 -miphoneos-version-min=4.0" LDFLAGS="-O2 -m32 -miphoneos-version-min=4.0" ./configure-iphone 
    7372make dep && make clean && make 
    7473 }}}