]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
disable USE_WSPIAPI_H by default, since it only works with -DSUPPORTIPV6
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 22 Aug 2010 16:52:33 +0000 (16:52 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 22 Aug 2010 16:52:33 +0000 (16:52 +0000)
which is also disabled

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10413 d7cf8633-e32d-0410-b094-e92efae38249

makefile

index fb24c260b7740c0293c7d9cc0065d7410c5b6222..ee88a37c4dabea2a868fa31a66fc7d03b981b4ee 100644 (file)
--- a/makefile
+++ b/makefile
@@ -180,7 +180,8 @@ ifeq ($(WIN32RELEASE), 1)
 #      TARGET=i686-pc-mingw32
 #      CC=$(TARGET)-g++
 #      WINDRES=$(TARGET)-windres
 #      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=
        LDFLAGS_WINCOMMON=-Wl,--large-address-aware
 else
        LDFLAGS_WINCOMMON=