From 6282b7998b212ae5ecda8bf26f4adebd747ba918 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Tue, 6 Oct 2009 14:25:55 +0000 Subject: * copying of python31.zip and zlip.pyd is not necessary anymore, since the zip is unpacked by default to .blender/python/lib --- SConstruct | 4 ---- 1 file changed, 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: -- cgit v1.2.3