From 89f32c3b844b34c54aa3e4daf6c7892b6fbbf109 Mon Sep 17 00:00:00 2001 From: havoc Date: Wed, 30 Dec 2009 12:19:31 +0000 Subject: [PATCH] added WIN64RELEASE flags git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9749 d7cf8633-e32d-0410-b094-e92efae38249 --- makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/makefile b/makefile index e6c048a0..6dafcf92 100644 --- a/makefile +++ b/makefile @@ -187,6 +187,10 @@ ifeq ($(WIN32RELEASE), 1) CPUOPTIMIZATIONS=-march=i686 -DSUPPORTDIRECTX -DUSE_WSPIAPI_H endif +ifeq ($(WIN64RELEASE), 1) + CPUOPTIMIZATIONS=-DSUPPORTDIRECTX -DUSE_WSPIAPI_H +endif + ##### Sound configuration ##### ifndef DP_SOUND_API -- 2.39.2