Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ogre/Mac/Tools/buildDebug.sh @ 39

Last change on this file since 39 was 8, checked in by anonymous, 17 years ago

mac ordner

  • Property svn:executable set to *
File size: 174 bytes
Line 
1#! /bin/bash
2
3cd ./XMLConverter
4xcodebuild -configuration Debug
5
6cd ../MeshUpgrader
7xcodebuild -configuration Debug
8
9cd ../MaterialUpgrader
10xcodebuild -configuration Debug
11
12
Note: See TracBrowser for help on using the repository browser.