From a41fe79f6e55ddc568af9d2d71fe852bea316483 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Thu, 14 Jun 2007 15:26:40 +0000 Subject: * make sure zlib.pyd is copied on windows --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') 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'] -- cgit v1.2.3