diff options
author | George Hazan <george.hazan@gmail.com> | 2012-08-05 22:10:38 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-08-05 22:10:38 +0000 |
commit | cd09e51cce3355ed29a71b44155947feb6b69a43 (patch) | |
tree | bb526b688fff6395347d4487685fe1b99657b59e /plugins/StopSpamMod/stopspam_mod_10.vcxproj | |
parent | 91d46446ce7ca4a8ff72589fb12afe3ff149ad9d (diff) |
removes path from the PDB file names
git-svn-id: http://svn.miranda-ng.org/main/trunk@1374 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StopSpamMod/stopspam_mod_10.vcxproj')
-rw-r--r-- | plugins/StopSpamMod/stopspam_mod_10.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/StopSpamMod/stopspam_mod_10.vcxproj b/plugins/StopSpamMod/stopspam_mod_10.vcxproj index 14d41ccd1e..507df1977d 100644 --- a/plugins/StopSpamMod/stopspam_mod_10.vcxproj +++ b/plugins/StopSpamMod/stopspam_mod_10.vcxproj @@ -172,6 +172,7 @@ <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
<TargetMachine>MachineX86</TargetMachine>
<AdditionalLibraryDirectories>$(SolutionDir)\lib;..\..\..\boost_1_49_0\lib</AdditionalLibraryDirectories>
+ <AdditionalOptions>/PDBALTPATH:%_PDB%</AdditionalOptions>
</Link>
<PostBuildEvent>
<Command>
@@ -214,6 +215,7 @@ </DataExecutionPrevention>
<ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
<AdditionalLibraryDirectories>$(SolutionDir)\lib;..\..\..\boost_1_49_0\lib64</AdditionalLibraryDirectories>
+ <AdditionalOptions>/PDBALTPATH:%_PDB%</AdditionalOptions>
</Link>
<PostBuildEvent>
<Command>
|