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:
authorNathan Letwory <nathan@letworyinteractive.com>2008-01-24 10:25:02 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-01-24 10:25:02 +0300
commiteb5643fcd0e6836b1d1f2cc06aaa3817299ca997 (patch)
tree8ce6a38b084c63b463aa5d5feb3ac998a36b1f93 /SConstruct
parent5d07d22b8d57b75ef0601af9ad5edb5fe4c19a92 (diff)
* copy python25_d.dll when building BF_DEBUG=1
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 57d818d578d..51f925f634b 100644
--- a/SConstruct
+++ b/SConstruct
@@ -401,7 +401,7 @@ if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw'):
'${LCGDIR}/zlib/lib/zlib.dll',
'${LCGDIR}/tiff/lib/libtiff.dll']
if env['BF_DEBUG']:
- dllsources.append('${LCGDIR}/python/lib/${BF_PYTHON_LIB}.dll')
+ dllsources.append('${LCGDIR}/python/lib/${BF_PYTHON_LIB}_d.dll')
else:
dllsources.append('${LCGDIR}/python/lib/${BF_PYTHON_LIB}.dll')
if env['OURPLATFORM'] == 'win32-mingw':