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>2004-07-28 22:28:17 +0400
committerSimon Clitherow <aphex@nildram.co.uk>2004-07-28 22:28:17 +0400
commit6f30f4aaab67b9aa7e8bc213c4d3aa7d96e1bb0f (patch)
tree62fab4bf08e9fe6eab4e6d5e258a78028a049fe3 /release/windows
parent6b1eb45dda4e61c143c608de8e429a34a31e453f (diff)
- added python23.zip & zlib.pyd (bundled python modules for Win32)
provided by IanWill (thanks!) - updated build systems to suit
Diffstat (limited to 'release/windows')
-rw-r--r--release/windows/installer/00.blender.nsi6
-rw-r--r--release/windows/installer/00.sconsblender.nsi3
-rwxr-xr-xrelease/windows/specific.sh4
3 files changed, 13 insertions, 0 deletions
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