From: havoc Date: Wed, 30 Dec 2009 12:19:31 +0000 (+0000) Subject: added WIN64RELEASE flags X-Git-Tag: xonotic-v0.1.0preview~899 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=89f32c3b844b34c54aa3e4daf6c7892b6fbbf109;p=xonotic%2Fdarkplaces.git added WIN64RELEASE flags git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9749 d7cf8633-e32d-0410-b094-e92efae38249 --- 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