]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - makefile
use multiple prints for ProQuake compatibility in status commands
[xonotic/darkplaces.git] / makefile
index 4112001b6370f745356c7d1a0303c3f3c81eeeec..f137e9f3ddc65fb82f0ff2a13fcdc98b1c0523cb 100644 (file)
--- a/makefile
+++ b/makefile
@@ -183,6 +183,14 @@ ifeq ($(DP_MAKE_TARGET), mingw)
        EXE_SDLNEXUIZ=$(EXE_WINSDLNEXUIZ)
 endif
 
+ifeq ($(WIN32RELEASE), 1)
+       CPUOPTIMIZATIONS=-march=i686 -DSUPPORTDIRECTX -DUSE_WSPIAPI_H
+endif
+
+ifeq ($(WIN64RELEASE), 1)
+       CPUOPTIMIZATIONS=
+endif
+
 ##### Sound configuration #####
 
 ifndef DP_SOUND_API