]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
use DP_LINK_ZLIB=dlopen on mingw build to reduce compile-time
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 27 Jul 2013 09:29:35 +0000 (09:29 +0000)
committerRudolf Polzer <divverent@xonotic.org>
Sat, 27 Jul 2013 10:37:31 +0000 (12:37 +0200)
dependencies

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11983 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=ba6d310730a671d4e9853fa21d340a4e15d26439

makefile

index c9b399571a2307ee1d38579a00f22a36ec021bd7..b5dc369f42fc04e4f83040ef51768b97a057985a 100644 (file)
--- a/makefile
+++ b/makefile
@@ -254,7 +254,7 @@ ifeq ($(DP_MAKE_TARGET), mingw)
        EXE_SVNEXUIZ=$(EXE_WINSVNEXUIZ)
        EXE_SDLNEXUIZ=$(EXE_WINSDLNEXUIZ)
 
-       DP_LINK_ZLIB?=shared
+       DP_LINK_ZLIB?=dlopen
        DP_LINK_JPEG?=shared
        DP_LINK_ODE?=dlopen
 endif