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