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>2009-08-17 15:37:43 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2009-08-17 15:37:43 +0400
commit7997fe4774b194bd353bf2d92c37045718f1f828 (patch)
tree5ceeb3c22282d9d0cffaafb238e7a257678aead1 /SConstruct
parent7798ed75d425978539b6fdad2837964c301a9f20 (diff)
* I accidently committed a tainted SConstruct with some old tests. This disabled copying of Python .dlls. Fixed.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct6
1 files changed, 2 insertions, 4 deletions
diff --git a/SConstruct b/SConstruct
index 884dd1fb2bd..1dc91671a9e 100644
--- a/SConstruct
+++ b/SConstruct
@@ -564,11 +564,9 @@ if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'win64-vc'):
dllsources.append('${LCGDIR}/release/python' + ver + '.zip')
dllsources.append('${LCGDIR}/release/zlib.pyd')
if env['BF_DEBUG']:
- pass
- #dllsources.append('${BF_PYTHON_LIBPATH}/${BF_PYTHON_LIB}_d.dll')
+ dllsources.append('${BF_PYTHON_LIBPATH}/${BF_PYTHON_LIB}_d.dll')
else:
- pass
- #dllsources.append('${BF_PYTHON_LIBPATH}/${BF_PYTHON_LIB}.dll')
+ dllsources.append('${BF_PYTHON_LIBPATH}/${BF_PYTHON_LIB}.dll')
if env['WITH_BF_ICONV']:
if env['OURPLATFORM'] == 'win64-vc':
pass # we link statically to iconv on win64