From 3dee14d7eae45873695df7e77eb244d76d372361 Mon Sep 17 00:00:00 2001 From: havoc Date: Mon, 2 Nov 2009 01:14:28 +0000 Subject: [PATCH] another attempt at WIN32RELEASE git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9413 d7cf8633-e32d-0410-b094-e92efae38249 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ##### -- 2.39.2