summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmake-macosx.sh22
1 files changed, 11 insertions, 11 deletions
diff --git a/make-macosx.sh b/make-macosx.sh
index d299035c..422da641 100755
--- a/make-macosx.sh
+++ b/make-macosx.sh
@@ -1,17 +1,7 @@
#!/bin/sh
#
-CC=gcc-4.0
-APPBUNDLE=ioquake3.app
-BINARY=ioquake3.${BUILDARCH}
-DEDBIN=ioq3ded.${BUILDARCH}
-PKGINFO=APPLIOQ3
-ICNS=misc/quake3.icns
-DESTDIR=build/release-darwin-${BUILDARCH}
-BASEDIR=baseq3
-MPACKDIR=missionpack
-
-# Lets make the user give us a target build system
+# Lets make the user gives us a target build system
if [ $# -ne 1 ]; then
echo "Usage: $0 target_architecture"
@@ -34,6 +24,16 @@ else
exit 1
fi
+CC=gcc-4.0
+APPBUNDLE=ioquake3.app
+BINARY=ioquake3.${BUILDARCH}
+DEDBIN=ioq3ded.${BUILDARCH}
+PKGINFO=APPLIOQ3
+ICNS=misc/quake3.icns
+DESTDIR=build/release-darwin-${BUILDARCH}
+BASEDIR=baseq3
+MPACKDIR=missionpack
+
BIN_OBJ="
build/release-darwin-${BUILDARCH}/ioquake3.${BUILDARCH}
"