diff options
author | George Hazan <ghazan@miranda.im> | 2017-10-24 11:42:36 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-10-24 11:42:36 +0300 |
commit | 3aeb9c4fc4877b04b2ec05a191a6a7b8d231f104 (patch) | |
tree | e1e7b73962d155a98c5e8577e6818b4f9985a477 /build | |
parent | 14b4db03a12be7d5aaf8f6a53a9bd00abdd2b88b (diff) |
full PDB path to be removed from icon dlls too
Diffstat (limited to 'build')
-rw-r--r-- | build/vc.common/icons.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/vc.common/icons.props b/build/vc.common/icons.props index d26f2480f9..39236afcf0 100644 --- a/build/vc.common/icons.props +++ b/build/vc.common/icons.props @@ -89,7 +89,7 @@ </ClCompile>
<Link>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
- <AdditionalOptions Condition="'$(VisualStudioVersion)' == '10.0'">/PDBALTPATH:%_PDB%</AdditionalOptions>
+ <AdditionalOptions>/PDBALTPATH:%_PDB%</AdditionalOptions>
</Link>
</ItemDefinitionGroup>
|