diff options
Diffstat (limited to 'PCbuild9/pyd.vsprops')
-rw-r--r-- | PCbuild9/pyd.vsprops | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/PCbuild9/pyd.vsprops b/PCbuild9/pyd.vsprops index 3a3030e..173a78a 100644 --- a/PCbuild9/pyd.vsprops +++ b/PCbuild9/pyd.vsprops @@ -7,13 +7,17 @@ > <Tool Name="VCCLCompilerTool" - RuntimeLibrary="2" PreprocessorDefinitions="NDEBUG" + RuntimeLibrary="2" /> <Tool Name="VCLinkerTool" OutputFile="$(OutDir)\$(ProjectName).pyd" - ImportLibrary="$(IntDir)\$(TargetName).lib" ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb" + ImportLibrary="$(IntDir)\$(TargetName).lib" + /> + <Tool + Name="VCPostBuildEventTool" + CommandLine="copy $(IntDir)\$(ProjectName).lib $(OutDir)" /> </VisualStudioPropertySheet> |