Skip to content
Snippets Groups Projects
Commit bde4d40f authored by Simon Clitherow's avatar Simon Clitherow
Browse files

- added sdl.dll to the release makefiles for windows

parent 00ef5ad6
No related branches found
No related tags found
No related merge requests found
...@@ -66,6 +66,9 @@ chmod +x $DISTDIR/python$PVERS.dll ...@@ -66,6 +66,9 @@ chmod +x $DISTDIR/python$PVERS.dll
# Add gettext DLL to package # Add gettext DLL to package
cp -f $NAN_GETTEXT/lib/gnu_gettext.dll $DISTDIR/gnu_gettext.dll 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 # Add the Help.url to the ditribution
cp -f extra/Help.url $DISTDIR/ cp -f extra/Help.url $DISTDIR/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment