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
diff options
context:
space:
mode:
authorMaarten Gribnau <mail@maartengribnau.com>2002-11-12 01:48:06 +0300
committerMaarten Gribnau <mail@maartengribnau.com>2002-11-12 01:48:06 +0300
commite0d92723768c91fa86345b3b8c6ac399a2837fd2 (patch)
tree3e9429e318b8f854868b38669795561f4e899e02 /intern/make
parent0efbb6c87bd2bf1753a51a4d28ffbc09b336a0b5 (diff)
Made a dependency so that the MSVC intern project file will actually call the
batch file that freezes the Blender Python code. I had to add a dummy.cpp file to the freeze directory to make MSVC understand it should call the batch file in a post build step. If someone else has a better idea, feel free to change it! Maarten
Diffstat (limited to 'intern/make')
-rw-r--r--intern/make/msvc_6_0/build_install_all.dsp5
1 files changed, 5 insertions, 0 deletions
diff --git a/intern/make/msvc_6_0/build_install_all.dsp b/intern/make/msvc_6_0/build_install_all.dsp
index 29af2d3fb91..911694e8fef 100644
--- a/intern/make/msvc_6_0/build_install_all.dsp
+++ b/intern/make/msvc_6_0/build_install_all.dsp
@@ -52,6 +52,11 @@ MTL=midl.exe
# PROP Output_Dir "Debug"
# PROP Intermediate_Dir "Debug"
# PROP Target_Dir ""
+# Begin Special Build Tool
+SOURCE="$(InputPath)"
+PostBuild_Desc=Python freeze
+PostBuild_Cmds=ECHO Freezing Blender Python code ..\..\python\freeze\freeze.bat
+# End Special Build Tool
!ENDIF