From: havoc Date: Mon, 2 Nov 2009 01:14:28 +0000 (+0000) Subject: another attempt at WIN32RELEASE X-Git-Tag: xonotic-v0.1.0preview~1229 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=3dee14d7eae45873695df7e77eb244d76d372361 another attempt at WIN32RELEASE git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9413 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/makefile b/makefile index cdfa963d..e6c048a0 100644 --- a/makefile +++ b/makefile @@ -184,7 +184,7 @@ ifeq ($(DP_MAKE_TARGET), mingw) endif ifeq ($(WIN32RELEASE), 1) - CPUOPTIMIZATIONS="-march=i686 -DSUPPORTDIRECTX -DUSE_WSPIAPI_H" + CPUOPTIMIZATIONS=-march=i686 -DSUPPORTDIRECTX -DUSE_WSPIAPI_H endif ##### Sound configuration #####