Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Clitherow <aphex@nildram.co.uk>2003-07-23 22:06:10 +0400
committerSimon Clitherow <aphex@nildram.co.uk>2003-07-23 22:06:10 +0400
commitbde4d40f8ba5c6474e20b73396debf2a6bf571e5 (patch)
treeac55b8c731d4bea5b3d651a3a2d4ebd394c08e2b
parent00ef5ad61671719dfb6184d87f23089b370c10c0 (diff)
- added sdl.dll to the release makefiles for windowsv2.28
-rwxr-xr-xrelease/windows/specific.sh3
1 files changed, 3 insertions, 0 deletions
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/