diff options
author | George Hazan <ghazan@miranda.im> | 2020-05-22 14:50:58 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-05-22 14:50:58 +0300 |
commit | 99853c6c1c85239d4be89e3723ddc31bb311fa74 (patch) | |
tree | 90afbc33dbaddc353c6ca7fecde11686affd1a6c /plugins/SpellChecker/Flags-Angelika | |
parent | a8f74e43e5d11219c8b9b79e167d57cea614d888 (diff) |
also the same fix for icon projects
Diffstat (limited to 'plugins/SpellChecker/Flags-Angelika')
-rw-r--r-- | plugins/SpellChecker/Flags-Angelika/flags-angelika.vcxproj | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/SpellChecker/Flags-Angelika/flags-angelika.vcxproj b/plugins/SpellChecker/Flags-Angelika/flags-angelika.vcxproj index 407cfb23c2..302a69a2bb 100644 --- a/plugins/SpellChecker/Flags-Angelika/flags-angelika.vcxproj +++ b/plugins/SpellChecker/Flags-Angelika/flags-angelika.vcxproj @@ -37,8 +37,7 @@ <Import Project="$(ProjectDir)..\..\..\build\vc.common\icons.props" />
</ImportGroup>
<ItemGroup>
- <ClCompile Include="src\stdafx.cxx">
- <PrecompiledHeader>Create</PrecompiledHeader>
- </ClCompile>
+ <ClInclude Include="src\*.h" />
+ <ResourceCompile Include="res\*.rc" />
</ItemGroup>
</Project>
\ No newline at end of file |