* make sure zlib.pyd is copied on windows

This commit is contained in:
Nathan Letwory 2007-06-14 15:26:40 +00:00
parent 34341ce3f1
commit a41fe79f6e

@ -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']