]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - makefile
start of "dpdefs", QC files that define all current DP features
[xonotic/darkplaces.git] / makefile
index 6dafcf92a443c6b286dc3d48005ec8e2069a8fd6..32b30e4c28f9c4f7c9344642928c007ab642d9cc 100644 (file)
--- a/makefile
+++ b/makefile
@@ -3,7 +3,7 @@
 ifndef DP_MAKE_TARGET
 
 # Win32
-ifdef windir
+ifdef WINDIR
        DP_MAKE_TARGET=mingw
 else
 
@@ -188,7 +188,7 @@ ifeq ($(WIN32RELEASE), 1)
 endif
 
 ifeq ($(WIN64RELEASE), 1)
-       CPUOPTIMIZATIONS=-DSUPPORTDIRECTX -DUSE_WSPIAPI_H
+       CPUOPTIMIZATIONS=
 endif
 
 ##### Sound configuration #####