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-10-06 18:25:55 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2009-10-06 18:25:55 +0400
commit6282b7998b212ae5ecda8bf26f4adebd747ba918 (patch)
tree0b03f0f3d0d1c0a15dba7fdb7101a9d3fa3d73f0 /SConstruct
parent76019d5fb9812941eb9b70fe47fde386b18be286 (diff)
* copying of python31.zip and zlip.pyd is not necessary anymore, since the zip is unpacked by default to .blender/python/lib
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 0 insertions, 4 deletions
diff --git a/SConstruct b/SConstruct
index 4d6ef7ccb49..6d18000a984 100644
--- a/SConstruct
+++ b/SConstruct
@@ -578,10 +578,6 @@ if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'win64-vc'):
else:
dllsources.append('${BF_SDL_LIBPATH}/SDL.dll')
if env['WITH_BF_PYTHON']:
- ver = env["BF_PYTHON_VERSION"].replace(".", "")
-
- dllsources.append('${LCGDIR}/release/python' + ver + '.zip')
- dllsources.append('${LCGDIR}/release/zlib.pyd')
if env['BF_DEBUG']:
dllsources.append('${BF_PYTHON_LIBPATH}/${BF_PYTHON_DLL}_d.dll')
else: