From: havoc Date: Sat, 27 Jul 2013 09:29:35 +0000 (+0000) Subject: use DP_LINK_ZLIB=dlopen on mingw build to reduce compile-time X-Git-Tag: xonotic-v0.8.0~153 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=899b85faed94b09a0b8a0738617927f0bba4d6b3;p=xonotic%2Fdarkplaces.git use DP_LINK_ZLIB=dlopen on mingw build to reduce compile-time dependencies git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11983 d7cf8633-e32d-0410-b094-e92efae38249 ::stable-branch::merge=ba6d310730a671d4e9853fa21d340a4e15d26439 --- diff --git a/makefile b/makefile index c9b39957..b5dc369f 100644 --- 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