projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95e08f6
)
* apparently I forgot to update this one for the python zip copying business. Thanks...
author
Nathan Letwory <nathan@letworyinteractive.com>
Tue, 4 Aug 2009 01:05:31 +0000
(
01:05
+0000)
committer
Nathan Letwory <nathan@letworyinteractive.com>
Tue, 4 Aug 2009 01:05:31 +0000
(
01:05
+0000)
SConstruct
patch
|
blob
|
history
diff --git
a/SConstruct
b/SConstruct
index de669e3a95cd2982f89fd5471dbd9189bec7afcc..7bec9827364819a3861c3ed91ec920dd4f51587c 100644
(file)
--- a/
SConstruct
+++ b/
SConstruct
@@
-554,8
+554,8
@@
if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw'):
if env['WITH_BF_PYTHON']:
ver = env["BF_PYTHON_VERSION"].replace(".", "")
- dllsources.append('
#release/windows/extra
/python' + ver + '.zip')
- dllsources.append('
#release/windows/extra
/zlib.pyd')
+ dllsources.append('
${LCGDIR}/release
/python' + ver + '.zip')
+ dllsources.append('
${LCGDIR}/release
/zlib.pyd')
if env['BF_DEBUG']:
dllsources.append('${BF_PYTHON_LIBPATH}/${BF_PYTHON_LIB}_d.dll')
else: