]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
change WIN64RELEASE options
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 30 Dec 2009 19:37:33 +0000 (19:37 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 30 Dec 2009 19:37:33 +0000 (19:37 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9753 d7cf8633-e32d-0410-b094-e92efae38249

makefile

index 6dafcf92a443c6b286dc3d48005ec8e2069a8fd6..f137e9f3ddc65fb82f0ff2a13fcdc98b1c0523cb 100644 (file)
--- a/makefile
+++ b/makefile
@@ -188,7 +188,7 @@ ifeq ($(WIN32RELEASE), 1)
 endif
 
 ifeq ($(WIN64RELEASE), 1)
-       CPUOPTIMIZATIONS=-DSUPPORTDIRECTX -DUSE_WSPIAPI_H
+       CPUOPTIMIZATIONS=
 endif
 
 ##### Sound configuration #####