Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2003-03-26 07:59:28 +0300
committerDaniel Dunbar <daniel@zuster.org>2003-03-26 07:59:28 +0300
commit7cc9ff34d1ff6b15cafffdba4cf7361fc586b895 (patch)
treee55a36866fff6458a04d863e96357d7cbde8219d /intern
parent74466d721102df63c0828d4414c9fed4c6b7f778 (diff)
Change the VC7 project to directly call python with the right arguments
to freeze.py (including my new -D hack).
Diffstat (limited to 'intern')
-rw-r--r--intern/make/msvc_7_0/build_install_all.vcproj3
1 files changed, 1 insertions, 2 deletions
diff --git a/intern/make/msvc_7_0/build_install_all.vcproj b/intern/make/msvc_7_0/build_install_all.vcproj
index f7d0fbc8c3f..cd53554f95e 100644
--- a/intern/make/msvc_7_0/build_install_all.vcproj
+++ b/intern/make/msvc_7_0/build_install_all.vcproj
@@ -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>