- Minor renaming of build scripts

This commit is contained in:
ccremers 2007-05-03 11:22:00 +00:00
parent 9882651f4a
commit acb3f6b846
2 changed files with 15 additions and 0 deletions

7
src/build-mac-universal.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
cmake -DTARGETOS=MacPPC . && make
cmake -DTARGETOS=MacIntel . && make
cmake . && make scyther-mac
./copy2gui.sh

8
src/build-unix-both.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
cmake -DTARGETOS=Win32 .
make
cmake .
make
./copy2gui.sh