source:
downloads/Mac/Tools/buildRelease.sh
@
8
Last change on this file since 8 was 8, checked in by anonymous, 17 years ago | |
---|---|
|
|
File size: 180 bytes |
Line | |
---|---|
1 | #! /bin/bash |
2 | |
3 | cd ./XMLConverter |
4 | xcodebuild -configuration Release |
5 | |
6 | cd ../MeshUpgrader |
7 | xcodebuild -configuration Release |
8 | |
9 | cd ../MaterialUpgrader |
10 | xcodebuild -configuration Release |
11 | |
12 |
Note: See TracBrowser
for help on using the repository browser.