mirror of https://github.com/axmolengine/axmol.git
16 lines
572 B
Bash
Executable File
16 lines
572 B
Bash
Executable File
# cpp
|
|
xcodebuild clean build -project ../../../../samples/Cpp/HelloCpp/proj.mac/HelloCpp.xcodeproj -alltargets -configuration Debug
|
|
xcodebuild clean build -project ../../../../samples/Cpp/HelloCpp/proj.mac/HelloCpp.xcodeproj -alltargets -configuration Release
|
|
|
|
xcodebuild clean build -project ../../../../samples/Cpp/TestCpp/proj.mac/TestCpp.xcodeproj -alltargets -configuration Debug
|
|
xcodebuild clean build -project ../../../../samples/Cpp/TestCpp/proj.mac/TestCpp.xcodeproj -alltargets -configuration Release
|
|
|
|
# lua
|
|
# TBD
|
|
|
|
# javascript
|
|
# TBD
|
|
|
|
# other sample games
|
|
# TBD
|