diff options
Diffstat (limited to 'PCbuild/release.vsprops')
-rw-r--r-- | PCbuild/release.vsprops | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/PCbuild/release.vsprops b/PCbuild/release.vsprops index 4bbda68..6d6842d 100644 --- a/PCbuild/release.vsprops +++ b/PCbuild/release.vsprops @@ -8,4 +8,8 @@ Name="VCCLCompilerTool" PreprocessorDefinitions="NDEBUG" /> + <UserMacro + Name="KillPythonExe" + Value="$(OutDir)\kill_python.exe" + /> </VisualStudioPropertySheet> |