From bde4d40f8ba5c6474e20b73396debf2a6bf571e5 Mon Sep 17 00:00:00 2001 From: Simon Clitherow Date: Wed, 23 Jul 2003 18:06:10 +0000 Subject: - added sdl.dll to the release makefiles for windows --- release/windows/specific.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/release/windows/specific.sh b/release/windows/specific.sh index 8846271e00c..2ae5f99b379 100755 --- a/release/windows/specific.sh +++ b/release/windows/specific.sh @@ -66,6 +66,9 @@ chmod +x $DISTDIR/python$PVERS.dll # Add gettext DLL to package cp -f $NAN_GETTEXT/lib/gnu_gettext.dll $DISTDIR/gnu_gettext.dll +# Add SDL DLL to package +cp -f $NAN_SDL/lib/sdl.dll $DISTDIR/sdl.dll + # Add the Help.url to the ditribution cp -f extra/Help.url $DISTDIR/ -- cgit v1.2.3