- Improved build process

This commit is contained in:
ccremers 2007-05-03 13:21:43 +00:00
parent 71e79b5ed7
commit d414200c3c
3 changed files with 6 additions and 14 deletions

View File

@ -1,12 +0,0 @@
Cross-platform building:
On linux:
./build-unix-both.sh
On MAC:
./build-mac-universal.sh
This copies all files into the gui bin directory, and you're done.

View File

@ -8,12 +8,14 @@ cmake $CMFLAGS -D TARGETOS=MacPPC . && make
cmake $CMFLAGS -D TARGETOS=MacIntel . && make
cmake $CMFLAGS . && make scyther-mac
echo
echo
echo
echo "---------------------------------------------------------"
echo "Built the Mac universal binary"
# Copy to the correct locations
cp scyther-mac ../gui/Scyther/Bin
echo Copied the files to their respective locations
echo "---------------------------------------------------------"

View File

@ -9,6 +9,7 @@ cmake $CMFLAGS . && make
echo
echo
echo "---------------------------------------------------------"
echo "Built the Linux and Windows binaries"
# Copy to the correct locations
@ -18,5 +19,6 @@ cp scyther-w32.exe ../gui/Scyther/Bin
# bonus...
cp scyther-linux ~/bin
echo Copied the files to their respective locations and ~/bin
echo Copied the files to their respective locations and \~/bin
echo "---------------------------------------------------------"