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:
authorNathan Letwory <nathan@letworyinteractive.com>2010-05-26 15:25:33 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-05-26 15:25:33 +0400
commitd17c4e2f91a289b56b91790e63ee924a90d76d6e (patch)
tree096648f9c1865573de5a4bdcf92415e77b467d7a /SConstruct
parent37fab4a3e1b08c0fda42e73763f63c3443eb45fc (diff)
Copy zlib.dll for win64 too.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index ffcfdc10436..0d8f6f96d72 100644
--- a/SConstruct
+++ b/SConstruct
@@ -569,9 +569,9 @@ if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'win64-vc', 'linuxcross'):
#currently win64-vc doesn't appear to have libpng.dll
if env['OURPLATFORM'] != 'win64-vc':
- dllsources += ['${BF_PNG_LIBPATH}/libpng.dll',
- '${BF_ZLIB_LIBPATH}/zlib.dll']
+ 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
# dllsources += ['${BF_TIFF_LIBPATH}/${BF_TIFF_LIB}.dll']