From 6f30f4aaab67b9aa7e8bc213c4d3aa7d96e1bb0f Mon Sep 17 00:00:00 2001 From: Simon Clitherow Date: Wed, 28 Jul 2004 18:28:17 +0000 Subject: - added python23.zip & zlib.pyd (bundled python modules for Win32) provided by IanWill (thanks!) - updated build systems to suit --- release/windows/installer/00.blender.nsi | 6 ++++++ release/windows/installer/00.sconsblender.nsi | 3 +++ release/windows/specific.sh | 4 ++++ 3 files changed, 13 insertions(+) (limited to 'release') diff --git a/release/windows/installer/00.blender.nsi b/release/windows/installer/00.blender.nsi index 7c2a8ff8867..10b13f1979d 100644 --- a/release/windows/installer/00.blender.nsi +++ b/release/windows/installer/00.blender.nsi @@ -238,7 +238,9 @@ Section "Blender-VERSION (required)" SecCopyUI SetOutPath $INSTDIR ; Put file there File DISTDIR\blender.exe + File DISTDIR\blenderplayer.exe File DISTDIR\python23.dll + File DISTDIR\python23.zip File DISTDIR\sdl.dll File DISTDIR\gnu_gettext.dll File DISTDIR\Copyright.txt @@ -247,6 +249,7 @@ Section "Blender-VERSION (required)" SecCopyUI File DISTDIR\Release_SHORTVERS.txt File DISTDIR\GPL-license.txt File DISTDIR\Help.url + File DISTDIR\zlib.pyd SetOutPath $BLENDERHOME\.blender File DISTDIR\.blender\.bfont.ttf @@ -382,7 +385,9 @@ Section "Uninstall" DeleteRegKey HKLM SOFTWARE\BlenderFoundation ; remove files Delete $INSTDIR\blender.exe + Delete $INSTDIR\blenderplayer.exe Delete $INSTDIR\python23.dll + Delete $INSTDIR\python23.zip Delete $INSTDIR\sdl.dll Delete $INSTDIR\gnu_gettext.dll Delete $INSTDIR\Copyright.txt @@ -392,6 +397,7 @@ Section "Uninstall" Delete $INSTDIR\Release_SHORTVERS.txt Delete $INSTDIR\Help.url Delete $INSTDIR\uninstall.exe + Delete $INSTDIR\zlib.pyd Delete $INSTDIR\.blender\.bfont.ttf Delete $INSTDIR\.blender\.Blanguages ; remove shortcuts, if any. diff --git a/release/windows/installer/00.sconsblender.nsi b/release/windows/installer/00.sconsblender.nsi index bb7e2975547..68bb16a7f57 100644 --- a/release/windows/installer/00.sconsblender.nsi +++ b/release/windows/installer/00.sconsblender.nsi @@ -297,7 +297,9 @@ Section "Uninstall" DeleteRegKey HKLM SOFTWARE\BlenderFoundation ; remove files Delete $INSTDIR\blender.exe + Delete $INSTDIR\blenderplayer.exe Delete $INSTDIR\python23.dll + Delete $INSTDIR\python23.zip Delete $INSTDIR\sdl.dll Delete $INSTDIR\gnu_gettext.dll Delete $INSTDIR\Copyright.txt @@ -307,6 +309,7 @@ Section "Uninstall" Delete $INSTDIR\Release_SHORTVERS.txt Delete $INSTDIR\Help.url Delete $INSTDIR\uninstall.exe + Delete $INSTDIR\zlib.pyd Delete $INSTDIR\.blender\.bfont.ttf Delete $INSTDIR\.blender\.Blanguages ; remove shortcuts, if any. diff --git a/release/windows/specific.sh b/release/windows/specific.sh index 07e6cbe532b..e5745ce85ea 100755 --- a/release/windows/specific.sh +++ b/release/windows/specific.sh @@ -73,6 +73,10 @@ cp -f $NAN_SDL/lib/sdl.dll $DISTDIR/sdl.dll # Add the Help.url to the ditribution cp -f extra/Help.url $DISTDIR/ +# Add Python23.zip & zlib.pyd +cp -f extra/Python23.zip $DISTDIR/ +cp -f extra/zlib.pyd $DISTDIR/ + # Add the language files to package cp -f -R $NAN_OBJDIR/windows/bin/.blender $DISTDIR/ # Remove the pesky CVS dirs -- cgit v1.2.3