diff options
author | George Hazan <george.hazan@gmail.com> | 2013-05-09 10:02:07 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-05-09 10:02:07 +0000 |
commit | fa8d719d6352843c62d96f9f4fe8e5d8124720f4 (patch) | |
tree | 112fa9ddca7c8b33614f3114ae2d766cff341c96 /plugins/SpellChecker | |
parent | 27851b6aa1add5e707b006fb83d7d02235a7b0bf (diff) |
no need to suppress PDB path in VS2012
git-svn-id: http://svn.miranda-ng.org/main/trunk@4604 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SpellChecker')
-rw-r--r-- | plugins/SpellChecker/spellchecker_11.vcxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/SpellChecker/spellchecker_11.vcxproj b/plugins/SpellChecker/spellchecker_11.vcxproj index a604e0dba2..c6d05e71e6 100644 --- a/plugins/SpellChecker/spellchecker_11.vcxproj +++ b/plugins/SpellChecker/spellchecker_11.vcxproj @@ -100,7 +100,6 @@ <SubSystem>Windows</SubSystem>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
<AdditionalLibraryDirectories>$(ProfileDir)..\..\bin11\lib</AdditionalLibraryDirectories>
- <AdditionalOptions>/PDBALTPATH:%_PDB%</AdditionalOptions>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
@@ -130,7 +129,6 @@ <SubSystem>Windows</SubSystem>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
<AdditionalLibraryDirectories>$(ProfileDir)..\..\bin11\lib</AdditionalLibraryDirectories>
- <AdditionalOptions>/PDBALTPATH:%_PDB%</AdditionalOptions>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|