2012-09-12 18:27:57 +08:00
|
|
|
# cpp
|
2012-09-13 14:11:09 +08:00
|
|
|
xcodebuild clean build -project ../../../../samples/HelloCpp/proj.ios/HelloCpp.xcodeproj -alltargets -sdk iphonesimulator5.1 -configuration Debug
|
|
|
|
xcodebuild clean build -project ../../../../samples/HelloCpp/proj.ios/HelloCpp.xcodeproj -alltargets -sdk iphonesimulator5.1 -configuration Release
|
2012-09-12 18:27:57 +08:00
|
|
|
|
2012-09-13 14:11:09 +08:00
|
|
|
xcodebuild clean build -project ../../../../samples/TestCpp/proj.ios/TestCpp.xcodeproj -alltargets -sdk iphonesimulator5.1 -configuration Debug
|
|
|
|
xcodebuild clean build -project ../../../../samples/TestCpp/proj.ios/TestCpp.xcodeproj -alltargets -sdk iphonesimulator5.1 -configuration Release
|
2012-09-12 18:27:57 +08:00
|
|
|
|
|
|
|
# lua
|
2012-09-13 14:11:09 +08:00
|
|
|
xcodebuild clean build -project ../../../../samples/HelloLua/proj.ios/HelloLua.xcodeproj -alltargets -sdk iphonesimulator5.1 -configuration Debug
|
|
|
|
xcodebuild clean build -project ../../../../samples/HelloLua/proj.ios/HelloLua.xcodeproj -alltargets -sdk iphonesimulator5.1 -configuration Release
|
2012-09-12 18:27:57 +08:00
|
|
|
|
2012-09-13 14:11:09 +08:00
|
|
|
xcodebuild clean build -project ../../../../samples/TestLua/proj.ios/TestLua.xcodeproj -alltargets -sdk iphonesimulator5.1 -configuration Debug
|
|
|
|
xcodebuild clean build -project ../../../../samples/TestLua/proj.ios/TestLua.xcodeproj -alltargets -sdk iphonesimulator5.1-configuration Release
|
2012-09-12 18:27:57 +08:00
|
|
|
|
|
|
|
# javascript
|
2012-09-13 14:11:09 +08:00
|
|
|
xcodebuild clean build -project ../../../../samples/TestJavascript/proj.ios/TestJavascript.xcodeproj -alltargets -sdk iphonesimulator5.1 -configuration Debug
|
|
|
|
xcodebuild clean build -project ../../../../samples/TestJavascript/proj.ios/TestJavascript.xcodeproj -alltargets -sdk iphonesimulator5.1 -configuration Release
|
2012-09-12 18:27:57 +08:00
|
|
|
|
|
|
|
# other sample games
|
2012-09-13 14:11:09 +08:00
|
|
|
xcodebuild clean build -project ../../../../samples/SimpleGame/proj.ios/SimpleGame.xcodeproj -alltargets -sdk iphonesimulator5.1 -configuration Debug
|
|
|
|
xcodebuild clean build -project ../../../../samples/SimpleGame/proj.ios/SimpleGame.xcodeproj -alltargets -sdk iphonesimulator5.1 -configuration Release
|