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
This commit is contained in:
2002-11-11 22:48:06 +00:00
parent 0efbb6c87b
commit e0d9272376
3 changed files with 90 additions and 28 deletions

View File

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