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"
|
||||
Description="Python freeze"
|
||||
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
|
||||
Name="VCPreBuildEventTool"/>
|
||||
</Configuration>
|
||||
|
Reference in New Issue
Block a user