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>2011-12-19 23:46:07 +0400
committerThomas Dinges <blender@dingto.org>2011-12-19 23:46:07 +0400
commitb66c87231abf35f2bc3443c7d7b4140aee0621bc (patch)
tree1a64d47bc3b1ca79f47c1b5e540147e7e508b04f /SConstruct
parent0ebb1a3f9f912b5f95472f186ff76daf5e368490 (diff)
* Changes for static win32 png libs.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 0 insertions, 4 deletions
diff --git a/SConstruct b/SConstruct
index d8db597d1c6..1a038278404 100644
--- a/SConstruct
+++ b/SConstruct
@@ -726,10 +726,6 @@ if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'win64-vc', 'linuxcross'):
# For MinGW and linuxcross static linking will be used
dllsources += ['${LCGDIR}/gettext/lib/gnu_gettext.dll']
- #currently win64-vc doesn't appear to have libpng.dll
- if env['OURPLATFORM'] != 'win64-vc':
- dllsources += ['${BF_PNG_LIBPATH}/libpng.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