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