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-04-20 23:12:48 +0400
committerSimon Clitherow <aphex@nildram.co.uk>2004-04-20 23:12:48 +0400
commit255cd235a3f7a5520f7a4d44fbaefba254b8f2c0 (patch)
tree9d43a44fdf7a804cba67cd31fbb96dec3265659f /release/windows/specific.sh
parentd694335cc2e882cb7ef08806bc7cd07191f93d70 (diff)
- Returned multi-user support on Win2k/XP.
Now uses 'Application Data/Blender Foundation/Blender' instead of old "Not A Number" dir. - Updated windows installer to make this change transparent for the users. It copies /.blender to the new location and displays a short message to advise them of the change (http://homepages.nildram.co.uk/~aphex/installer_msg.jpg). - Installer also includes fix for opening blend files from explorer (patch provided by Valentin Ungureanu (vung) - thanks!) Note to CVS users on Win2k/XP: Although blender will continue to work without changes, you should ideally copy the /.blender dir to <app data>/Blender Foundation/Blender for the sake of correctness :)
Diffstat (limited to 'release/windows/specific.sh')
-rwxr-xr-xrelease/windows/specific.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/release/windows/specific.sh b/release/windows/specific.sh
index b81a5424a98..6615d995089 100755
--- a/release/windows/specific.sh
+++ b/release/windows/specific.sh
@@ -49,7 +49,7 @@ awk '{printf("%s\r\n", $0);}' $DISTDIR/GPL-license.txt > $DISTDIR/temp.txt
mv -f $DISTDIR/temp.txt $DISTDIR/GPL-license.txt
# Add Release info text
-cp -f ../../Release_$SHORTVERS.txt $DISTDIR/Release_$SHORTVERS.txt
+cp -f ../text/Release_$SHORTVERS.txt $DISTDIR/Release_$SHORTVERS.txt
awk '{printf("%s\r\n", $0);}' $DISTDIR/Release_$SHORTVERS.txt > $DISTDIR/temp.txt
mv -f $DISTDIR/temp.txt $DISTDIR/Release_$SHORTVERS.txt
@@ -69,6 +69,9 @@ 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 SOLID DLL to package
+cp -f $NAN_SOLID/lib/win32/vc6/solid.dll $DISTDIR/solid.dll
+
# Add the Help.url to the ditribution
cp -f extra/Help.url $DISTDIR/