[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [23662] trunk/blender/SConstruct: * copying of python31.zip and zlip.pyd is not necessary anymore, since the zip is unpacked by default to .blender/python/lib

Nathan Letwory jesterking at letwory.net
Tue Oct 6 16:25:55 CEST 2009


Revision: 23662
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=23662
Author:   jesterking
Date:     2009-10-06 16:25:55 +0200 (Tue, 06 Oct 2009)

Log Message:
-----------
* copying of python31.zip and zlip.pyd is not necessary anymore, since the zip is unpacked by default to .blender/python/lib

Modified Paths:
--------------
    trunk/blender/SConstruct

Modified: trunk/blender/SConstruct
===================================================================
--- trunk/blender/SConstruct	2009-10-06 14:09:40 UTC (rev 23661)
+++ trunk/blender/SConstruct	2009-10-06 14:25:55 UTC (rev 23662)
@@ -578,10 +578,6 @@
 		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:





More information about the Bf-blender-cvs mailing list