diff options
Diffstat (limited to 'PCbuild9/pyd.vsprops')
-rw-r--r-- | PCbuild9/pyd.vsprops | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild9/pyd.vsprops b/PCbuild9/pyd.vsprops index 173a78a..2a69d95 100644 --- a/PCbuild9/pyd.vsprops +++ b/PCbuild9/pyd.vsprops @@ -14,10 +14,10 @@ Name="VCLinkerTool" OutputFile="$(OutDir)\$(ProjectName).pyd" ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb" - ImportLibrary="$(IntDir)\$(TargetName).lib" + ImportLibrary="$(OutDir)\$(TargetName).lib" /> <Tool Name="VCPostBuildEventTool" - CommandLine="copy $(IntDir)\$(ProjectName).lib $(OutDir)" + CommandLine="" /> </VisualStudioPropertySheet> |