Changeset 857 for trunk/build
- Timestamp:
- Aug 24, 2011, 12:29:43 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build/bitten.xml
r852 r857 81 81 ;; 82 82 ios-arm) 83 :;83 cd monsterz/ios && xcodebuild -configuration Release -sdk iphonesimulator4.3; 84 84 ;; 85 85 ps3-ppu) … … 103 103 <sh:exec file="sh" args="-c ' 104 104 case ${platform} in 105 android-arm |ios-arm)105 android-arm) 106 106 : ; 107 107 ;; 108 ios-arm) 109 cd monsterz/ios && xcodebuild -configuration Release -sdk iphonesimulator4.3 clean; 110 ;; 108 111 ps3-ppu) 109 112 if test -f build-ps3; then make distclean || exit 1; fi ;
Note: See TracChangeset
for help on using the changeset viewer.