Update hunspell project

This commit is contained in:
Thomas Goyne 2012-11-01 07:36:05 -07:00
parent 0905290acc
commit e5a852fc0c
2 changed files with 13 additions and 1 deletions

View File

@ -38,7 +38,7 @@
<!-- Aegisub project configuration --> <!-- Aegisub project configuration -->
<PropertyGroup Label="AegisubConfiguration"> <PropertyGroup Label="AegisubConfiguration">
<AegisubProjectType>lib</AegisubProjectType> <AegisubProjectType>lib</AegisubProjectType>
<SrcDir>..\..\..\..\contrib\hunspell\src\</SrcDir> <SrcDir>..\..\..\contrib\hunspell\src\</SrcDir>
</PropertyGroup> </PropertyGroup>
<ImportGroup Label="PropertySheets"> <ImportGroup Label="PropertySheets">
<Import Project="$(MSBuildThisFileDirectory)..\aegisub.props" /> <Import Project="$(MSBuildThisFileDirectory)..\aegisub.props" />
@ -92,5 +92,8 @@
<!-- Why is this file named .c when it's obviously C++ code --> <!-- Why is this file named .c when it's obviously C++ code -->
<CompileAs>CompileAsCpp</CompileAs> <CompileAs>CompileAsCpp</CompileAs>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\contrib\hunspell\src\hunspell\filemgr.cxx" />
<ClCompile Include="..\..\..\contrib\hunspell\src\hunspell\hunzip.cxx" />
<ClCompile Include="..\..\..\contrib\hunspell\src\hunspell\replist.cxx" />
</ItemGroup> </ItemGroup>
</Project> </Project>

View File

@ -122,5 +122,14 @@
<ClCompile Include="$(SrcDir)win_api\hunspelldll.c"> <ClCompile Include="$(SrcDir)win_api\hunspelldll.c">
<Filter>Source Files</Filter> <Filter>Source Files</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\contrib\hunspell\src\hunspell\filemgr.cxx">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\contrib\hunspell\src\hunspell\hunzip.cxx">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\contrib\hunspell\src\hunspell\replist.cxx">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup> </ItemGroup>
</Project> </Project>