From 9b483e302a32f2e76f55dc2660e17d7f7c5e96cb Mon Sep 17 00:00:00 2001 From: havoc Date: Sun, 22 Aug 2010 16:52:33 +0000 Subject: [PATCH] disable USE_WSPIAPI_H by default, since it only works with -DSUPPORTIPV6 which is also disabled git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10413 d7cf8633-e32d-0410-b094-e92efae38249 --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index fb24c260..ee88a37c 100644 --- a/makefile +++ b/makefile @@ -180,7 +180,8 @@ ifeq ($(WIN32RELEASE), 1) # TARGET=i686-pc-mingw32 # CC=$(TARGET)-g++ # WINDRES=$(TARGET)-windres - CPUOPTIMIZATIONS=-march=i686 -fno-math-errno -ffinite-math-only -fno-rounding-math -fno-signaling-nans -fno-trapping-math -DUSE_WSPIAPI_H + CPUOPTIMIZATIONS=-march=i686 -fno-math-errno -ffinite-math-only -fno-rounding-math -fno-signaling-nans -fno-trapping-math +# CPUOPTIMIZATIONS+=-DUSE_WSPIAPI_H -DSUPPORTIPV6 LDFLAGS_WINCOMMON=-Wl,--large-address-aware else LDFLAGS_WINCOMMON= -- 2.39.2