Change the VC7 project to directly call python with the right arguments
to freeze.py (including my new -D hack).
This commit is contained in:
@@ -25,8 +25,7 @@
|
|||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
Description="Python freeze"
|
Description="Python freeze"
|
||||||
CommandLine="ECHO Freezing Blender Python code
|
CommandLine="ECHO Freezing Blender Python code
|
||||||
..\..\python\freeze\freeze.bat
|
python.exe -S -O ..\..\python\freeze\freeze.py -d -D -x os -x pprint -I ../../python/modules -o ../../../source/blender/bpython/frozen ../../python/modules/VRMLmain.py"/>
|
||||||
"/>
|
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
|
Reference in New Issue
Block a user