diff --git a/src/build-mac-universal.sh b/src/build-mac-universal.sh new file mode 100755 index 0000000..a932d1d --- /dev/null +++ b/src/build-mac-universal.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +cmake -DTARGETOS=MacPPC . && make +cmake -DTARGETOS=MacIntel . && make +cmake . && make scyther-mac +./copy2gui.sh + diff --git a/src/build-unix-both.sh b/src/build-unix-both.sh new file mode 100755 index 0000000..c1dac2e --- /dev/null +++ b/src/build-unix-both.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +cmake -DTARGETOS=Win32 . +make +cmake . +make +./copy2gui.sh +