mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-13 16:07:28 +00:00
Merge pull request #1 from richard-allen/master
Fixing the make-macosx.sh script up a bit
This commit is contained in:
commit
cd1cb2c5ef
1 changed files with 11 additions and 11 deletions
|
@ -1,17 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
|
|
||||||
CC=gcc-4.0
|
# Lets make the user gives us a target build system
|
||||||
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
|
|
||||||
|
|
||||||
if [ $# -ne 1 ]; then
|
if [ $# -ne 1 ]; then
|
||||||
echo "Usage: $0 target_architecture"
|
echo "Usage: $0 target_architecture"
|
||||||
|
@ -34,6 +24,16 @@ else
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
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="
|
BIN_OBJ="
|
||||||
build/release-darwin-${BUILDARCH}/ioquake3.${BUILDARCH}
|
build/release-darwin-${BUILDARCH}/ioquake3.${BUILDARCH}
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in a new issue