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
path: root/tools
diff options
context:
space:
mode:
authorSimon Clitherow <aphex@nildram.co.uk>2005-11-28 23:01:14 +0300
committerSimon Clitherow <aphex@nildram.co.uk>2005-11-28 23:01:14 +0300
commit8081b64ad867f6f5bd6fbca760b50f5163fc6a3d (patch)
tree96bc2d455814f06d1728778097e7487651846994 /tools
parent5595f3cf623b0b1054bab939fda4b67f79ef9744 (diff)
added libtiff dll to 'release' target for scons (win32)
Diffstat (limited to 'tools')
-rw-r--r--tools/scons/bs/bs_dirs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/scons/bs/bs_dirs.py b/tools/scons/bs/bs_dirs.py
index 598eafb9f98..3449ca679ef 100644
--- a/tools/scons/bs/bs_dirs.py
+++ b/tools/scons/bs/bs_dirs.py
@@ -62,6 +62,7 @@ def preparedist():
shutil.copy("../lib/windows/python/lib/python24.dll", "dist/python24.dll")
shutil.copy("../lib/windows/sdl/lib/SDL.dll", "dist/SDL.dll")
shutil.copy("../lib/windows/gettext/lib/gnu_gettext.dll", "dist/gnu_gettext.dll")
+ shutil.copy("../lib/windows/tiff/lib/libtiff.dll", "dist/libtiff.dll")
elif sys.platform in ['linux2', 'linux-i386', 'freebsd4', 'freebsd5']:
shutil.copy("blender", "dist/blender")
if bs_globals.user_options_dict['BUILD_BLENDER_PLAYER'] == 1: