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:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct7
1 files changed, 4 insertions, 3 deletions
diff --git a/SConstruct b/SConstruct
index 4c6745e2b48..14bf6d032d7 100644
--- a/SConstruct
+++ b/SConstruct
@@ -291,9 +291,10 @@ allinstall = [blenderinstall, dotblenderinstall, scriptinstall, plugininstall, t
if env['OURPLATFORM'] == 'win32-vc':
windlls = env.Install(dir=env['BF_INSTALLDIR'], source = ['#../lib/windows/gettext/lib/gnu_gettext.dll',
- '#../lib/windows/png/lib/libpng.dll',
- '#../lib/windows/sdl/lib/SDL.dll',
- '#../lib/windows/zlib/lib/zlib.dll'])
+ '#../lib/windows/png/lib/libpng.dll',
+ '#../lib/windows/python/lib/python24.dll',
+ '#../lib/windows/sdl/lib/SDL.dll',
+ '#../lib/windows/zlib/lib/zlib.dll'])
allinstall += windlls
installtarget = env.Alias('install', allinstall)