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>2007-06-14 19:26:40 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2007-06-14 19:26:40 +0400
commita41fe79f6e55ddc568af9d2d71fe852bea316483 (patch)
tree13f5d491d07affc40cb1018005bd92955314b176 /SConstruct
parent34341ce3f1a53be03c69877668949b67a1727238 (diff)
* make sure zlib.pyd is copied on windows
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 7e9e0344c3a..900049e0acc 100644
--- a/SConstruct
+++ b/SConstruct
@@ -390,7 +390,7 @@ if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw'):
dllsources = ['${LCGDIR}/gettext/lib/gnu_gettext.dll',
'${LCGDIR}/png/lib/libpng.dll',
'#release/windows/extra/python25.zip',
-# '#release/windows/extra/zlib.pyd',
+ '#release/windows/extra/zlib.pyd',
'${LCGDIR}/sdl/lib/SDL.dll',
'${LCGDIR}/zlib/lib/zlib.dll',
'${LCGDIR}/tiff/lib/libtiff.dll']