projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34341ce
)
* make sure zlib.pyd is copied on windows
author
Nathan Letwory <nathan@letworyinteractive.com>
Thu, 14 Jun 2007 15:26:40 +0000
(15:26 +0000)
committer
Nathan Letwory <nathan@letworyinteractive.com>
Thu, 14 Jun 2007 15:26:40 +0000
(15:26 +0000)
SConstruct
patch
|
blob
|
history
diff --git
a/SConstruct
b/SConstruct
index 7e9e0344c3aa6f06a7c4970c366d95fb21cfa840..900049e0acc1956bc39876c1f20ac193795d606d 100644
(file)
--- 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']