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>2006-06-23 22:52:31 +0400
committerSimon Clitherow <aphex@nildram.co.uk>2006-06-23 22:52:31 +0400
commita6aa6b9ff4d8cad4de48291a73e9b723b89366c0 (patch)
tree877213d3bb03341703905797c88e9409b288297a /SConstruct
parent3e0d578c961ce029838a822900dc3fb3f4cd6fe3 (diff)
=Scons=
Some additional external files were needed for correct running on Windows - libtiff.dll, python24.zip, /release/windows/extra/*.*
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct5
1 files changed, 4 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 6a0c2dd5994..24f723d9f1b 100644
--- a/SConstruct
+++ b/SConstruct
@@ -352,8 +352,11 @@ if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw'):
dllsources = ['#../lib/windows/gettext/lib/gnu_gettext.dll',
'#../lib/windows/png/lib/libpng.dll',
'#../lib/windows/python/lib/python24.dll',
+ '#release/windows/extra/python24.zip',
+ '#release/windows/extra/zlib.pyd',
'#../lib/windows/sdl/lib/SDL.dll',
- '#../lib/windows/zlib/lib/zlib.dll']
+ '#../lib/windows/zlib/lib/zlib.dll',
+ '#../lib/windows/tiff/lib/libtiff.dll']
if env['OURPLATFORM'] == 'win32-mingw':
dllsources += ['#../lib/windows/pthreads/lib/pthreadGC2.dll']
else: