Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Mac/Tools/buildRelease.sh @ 8

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

mac ordner

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