r3486 - trunk/misc

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Mar 8 02:18:01 EST 2008


Author: div0
Date: 2008-03-08 02:18:01 -0500 (Sat, 08 Mar 2008)
New Revision: 3486

Modified:
   trunk/misc/makebuild.sh
Log:
remove -I flag on OS X for SDL (because that's in makefile.inc now)


Modified: trunk/misc/makebuild.sh
===================================================================
--- trunk/misc/makebuild.sh	2008-03-08 07:16:38 UTC (rev 3485)
+++ trunk/misc/makebuild.sh	2008-03-08 07:18:01 UTC (rev 3486)
@@ -103,7 +103,7 @@
 
 build()
 {
-	buildon mac.alientrap.org                     nexuiz-osx          fteqcc-osx          /tmp/Darkplaces.build 'CC="gcc -g -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -I/Library/Frameworks/SDL.framework/Headers"' strip
+	buildon mac.alientrap.org                     nexuiz-osx          fteqcc-osx          /tmp/Darkplaces.build 'CC="gcc -g -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk"' strip
 		mv "$tmpdir/nexuiz-osx-agl"     "$tmpdir/Nexuiz.app/Contents/MacOS/nexuiz-osx-agl-bin"
 		mv "$tmpdir/nexuiz-osx-sdl"     "$tmpdir/Nexuiz-SDL.app/Contents/MacOS/nexuiz-osx-sdl-bin"
 	buildon alientrap.org                         nexuiz              fteqcc.exe          /tmp/Darkplaces.build 'DP_MAKE_TARGET=mingw CC="/chroot/debian-etch/usr/bin/i586-mingw32msvc-gcc -g" WINDRES=/chroot/debian-etch/usr/bin/i586-mingw32msvc-windres SDL_CONFIG=/home/divverent/sdl-win32/SDL-1.2.13/bin/sdl-config' /chroot/debian-etch/usr/bin/i586-mingw32msvc-strip




More information about the nexuiz-commits mailing list