From 31fd76964127e9b9495f70c22786d4dbcce3944b Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Sun, 11 Nov 2012 19:53:12 +0000 Subject: * Remove one last "gnu_gettext.dll" reference in scons. --- SConstruct | 4 ---- 1 file changed, 4 deletions(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 064ae0bc0b5..b7b27baae5a 100644 --- a/SConstruct +++ b/SConstruct @@ -819,10 +819,6 @@ else: if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'win64-vc', 'linuxcross'): dllsources = [] - if not env['OURPLATFORM'] in ('win32-mingw', 'linuxcross'): - # For MinGW and linuxcross static linking will be used - dllsources += ['${LCGDIR}/gettext/lib/gnu_gettext.dll'] - dllsources += ['${BF_ZLIB_LIBPATH}/zlib.dll'] # Used when linking to libtiff was dynamic # keep it here until compilation on all platform would be ok -- cgit v1.2.3