]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
another attempt at WIN32RELEASE
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 2 Nov 2009 01:13:39 +0000 (01:13 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 2 Nov 2009 01:13:39 +0000 (01:13 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9412 d7cf8633-e32d-0410-b094-e92efae38249

makefile

index 184029d9e625d4edd1a8b4baa2ed4b5016c424bb..cdfa963d55f2b4760c84d543e5059c3bbe0d8376 100644 (file)
--- a/makefile
+++ b/makefile
@@ -184,8 +184,7 @@ ifeq ($(DP_MAKE_TARGET), mingw)
 endif
 
 ifeq ($(WIN32RELEASE), 1)
-       CPUOPTIMIZATIONS=-march=i686
-       CFLAGS_RELEASE="-DSUPPORTDIRECTX -DUSE_WSPIAPI_H"
+       CPUOPTIMIZATIONS="-march=i686 -DSUPPORTDIRECTX -DUSE_WSPIAPI_H"
 endif
 
 ##### Sound configuration #####