Skip to content

Commit

Permalink
Merge pull request #1 from richard-allen/master
Browse files Browse the repository at this point in the history
Fixing the make-macosx.sh script up a bit
  • Loading branch information
NuclearMonster committed Jan 7, 2013
2 parents 20a7776 + ba54979 commit cd1cb2c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions make-macosx.sh
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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}
"
Expand Down

0 comments on commit cd1cb2c

Please sign in to comment.