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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user