- Minor renaming of build scripts
This commit is contained in:
parent
9882651f4a
commit
acb3f6b846
7
src/build-mac-universal.sh
Executable file
7
src/build-mac-universal.sh
Executable 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
8
src/build-unix-both.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
cmake -DTARGETOS=Win32 .
|
||||
make
|
||||
cmake .
|
||||
make
|
||||
./copy2gui.sh
|
||||
|
Loading…
Reference in New Issue
Block a user