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:
2003-03-26 04:59:28 +00:00
parent 74466d7211
commit 7cc9ff34d1

View File

@@ -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>