diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-01 20:08:37 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-01 20:08:37 +0000 |
commit | e3c362ffaf05002b55b37941250906069ef27100 (patch) | |
tree | 2894842490c845fc300d9a158fa91100046026c4 /plugins/SpellChecker/spellchecker_flags.vcxproj | |
parent | befbbe3b75cf8001b40fc5fa06d66f1d5b9614da (diff) |
SpellChecker: "Flags.dll" name changed to "Flags_icons.dll"
git-svn-id: http://svn.miranda-ng.org/main/trunk@1310 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SpellChecker/spellchecker_flags.vcxproj')
-rw-r--r-- | plugins/SpellChecker/spellchecker_flags.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SpellChecker/spellchecker_flags.vcxproj b/plugins/SpellChecker/spellchecker_flags.vcxproj index 6c6e373743..80784320d3 100644 --- a/plugins/SpellChecker/spellchecker_flags.vcxproj +++ b/plugins/SpellChecker/spellchecker_flags.vcxproj @@ -66,7 +66,7 @@ <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\Obj\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\</IntDir>
<IgnoreImportLibrary>true</IgnoreImportLibrary>
- <TargetName>Flags</TargetName>
+ <TargetName>Flags_icons</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Link>
|