diff --git a/src/BUILD.txt b/src/BUILD.txt deleted file mode 100644 index 8c83447..0000000 --- a/src/BUILD.txt +++ /dev/null @@ -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. - diff --git a/src/subbuild-mac-universal.sh b/src/subbuild-mac-universal.sh index cec54e9..96f612f 100755 --- a/src/subbuild-mac-universal.sh +++ b/src/subbuild-mac-universal.sh @@ -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 "---------------------------------------------------------" diff --git a/src/subbuild-unix-both.sh b/src/subbuild-unix-both.sh index ae906a2..368b361 100755 --- a/src/subbuild-unix-both.sh +++ b/src/subbuild-unix-both.sh @@ -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 "---------------------------------------------------------"