From: havoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Date: Mon, 2 Nov 2009 01:13:39 +0000 (+0000)
Subject: another attempt at WIN32RELEASE
X-Git-Tag: xonotic-v0.1.0preview~1230
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=bd8fbb5569e89d0044b220864c2cd0dbfc27ae86;p=xonotic%2Fdarkplaces.git

another attempt at WIN32RELEASE


git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9412 d7cf8633-e32d-0410-b094-e92efae38249
---

diff --git a/makefile b/makefile
index 184029d9..cdfa963d 100644
--- 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 #####