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 21:59:27 +0400
committerSimon Clitherow <aphex@nildram.co.uk>2003-07-23 21:59:27 +0400
commit00ef5ad61671719dfb6184d87f23089b370c10c0 (patch)
treec6c86fa9b561bb62e45f5c03c5cc734ccf69fa90
parented074e8630c3a40b2fec6f0c458537c6fe8d77b7 (diff)
Updated win self-installer script. Still uses the 16-color icon images (sorry broken!) :)
-rw-r--r--release/windows/installer/00.blender.nsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/windows/installer/00.blender.nsi b/release/windows/installer/00.blender.nsi
index 6ab6a53a4b3..d6e8ab2f6a9 100644
--- a/release/windows/installer/00.blender.nsi
+++ b/release/windows/installer/00.blender.nsi
@@ -36,6 +36,7 @@ Section "Blender-VERSION (required)"
; Put file there
File DISTDIR\blender.exe
File DISTDIR\python22.dll
+ File DISTDIR\sdl.dll
File DISTDIR\gnu_gettext.dll
File DISTDIR\Copyright.txt
File DISTDIR\Readme.txt
@@ -110,6 +111,7 @@ Section "Uninstall"
; remove files
Delete $INSTDIR\blender.exe
Delete $INSTDIR\python22.dll
+ Delete $INSTDIR\sdl.dll
Delete $INSTDIR\gnu_gettext.dll
Delete $INSTDIR\Copyright.txt
Delete $INSTDIR\Readme.txt