diff options
author | Tony J. White <tjw@tjw.org> | 2009-10-03 11:45:33 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:15:18 +0000 |
commit | c2f8f9a7f6a4cc3d0ca32a07e46a0803c2304095 (patch) | |
tree | b935591855efc29843a61f5da229244416348304 | |
parent | 412d3c9c3479012d687139f891d14cfe18b6e6ee (diff) |
* Mac OS X build changes
-rwxr-xr-x | make-macosx-ub.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/make-macosx-ub.sh b/make-macosx-ub.sh index e5cbafcb..00da2bb9 100755 --- a/make-macosx-ub.sh +++ b/make-macosx-ub.sh @@ -150,7 +150,7 @@ if [ -d build/release-darwin-ppc ]; then fi (ARCH=ppc BUILD_CLIENT_SMP=0 BUILD_CLIENT=0 BUILD_GAME_VM=0 BUILD_GAME_SO=0 \ CFLAGS=$PPC_SERVER_CFLAGS LDFLAGS=$PPC_SERVER_LDFLAGS make) || exit 1; -cp build/release-darwin-ppc/ioq3ded.ppc $DESTDIR +cp build/release-darwin-ppc/tremded.ppc $DESTDIR # ppc client if [ -d build/release-darwin-ppc ]; then @@ -216,7 +216,7 @@ echo " lipo -create -o $DESTDIR/$APPBUNDLE/Contents/MacOS/$BINARY $BIN_OBJ lipo -create -o $DESTDIR/$APPBUNDLE/Contents/MacOS/$DEDBIN $BIN_DEDOBJ -rm $DESTDIR/ioq3ded.ppc -cp $BASE_OBJ $DESTDIR/$APPBUNDLE/Contents/MacOS/$BASEDIR/ +rm $DESTDIR/tremded.ppc +cp $BASE_OBJ $DESTDIR/$BASEDIR/ cp src/libs/macosx/*.dylib $DESTDIR/$APPBUNDLE/Contents/MacOS/ |