diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-01-30 09:37:41 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-01-30 09:37:41 +0000 |
commit | c3fc2108262762d1c4c54fac4b7376e65eb7689e (patch) | |
tree | d13cb8279abb8463b509844ceeff3e158b5085ee /libs/hunspell/hunspell.vcxproj | |
parent | eefd0fa80022fe122cfc816e7146212729ee02b4 (diff) |
update hunspell pt1
git-svn-id: http://svn.miranda-ng.org/main/trunk@16191 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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>
|