Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2012-11-11 23:53:12 +0400
committerThomas Dinges <blender@dingto.org>2012-11-11 23:53:12 +0400
commit31fd76964127e9b9495f70c22786d4dbcce3944b (patch)
tree3fed18c69691f1738c4401d2f83542f954da6c6f /SConstruct
parent0738284e32a76bd0d64534d0be44cb3b05145174 (diff)
* Remove one last "gnu_gettext.dll" reference in scons.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 0 insertions, 4 deletions
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