diff options
Diffstat (limited to 'libs/hunspell/hunspell.vcxproj')
-rw-r--r-- | libs/hunspell/hunspell.vcxproj | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/libs/hunspell/hunspell.vcxproj b/libs/hunspell/hunspell.vcxproj index b0d1096454..97e7c44b15 100644 --- a/libs/hunspell/hunspell.vcxproj +++ b/libs/hunspell/hunspell.vcxproj @@ -116,14 +116,18 @@ <ClCompile Include="src\hashmgr.cxx" />
<ClCompile Include="src\hunspell.cxx" />
<ClCompile Include="src\suggestmgr.cxx" />
- <ClCompile Include="src\filemgr.cxx" />
- <ClCompile Include="src\phonet.cxx" />
- <ClCompile Include="src\hunzip.cxx" />
- <ClCompile Include="src\replist.cxx" />
+ <ClCompile Include="src\filemgr.cxx" />
+ <ClCompile Include="src\phonet.cxx" />
+ <ClCompile Include="src\hunzip.cxx" />
+ <ClCompile Include="src\replist.cxx" />
</ItemGroup>
<ItemGroup>
+ <ClInclude Include="resource.h" />
<ClInclude Include="src\*.hxx" />
</ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\Hunspell.rc" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
|