a0bf50dc8a
Has no real effect, it's what VS 2013 already uses and detailed logging reveals that the build system doesn't even recognize v4 and assumes v12 anyway. Might prevent builds with outdated tools.
56 lines
2.6 KiB
XML
56 lines
2.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{CC791693-6B28-40AC-879D-64A6C16468E3}</ProjectGuid>
|
|
<RootNamespace>hunspell</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<!-- Aegisub project configuration -->
|
|
<PropertyGroup Label="AegisubConfiguration">
|
|
<AegisubProjectType>lib</AegisubProjectType>
|
|
<SrcDir>..\..\vendor\hunspell\src\</SrcDir>
|
|
</PropertyGroup>
|
|
<ImportGroup Label="PropertySheets">
|
|
<Import Project="$(MSBuildThisFileDirectory)..\aegisub.props" />
|
|
</ImportGroup>
|
|
|
|
<!-- Project specific configuration -->
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<PreprocessorDefinitions>HUNSPELL_STATIC;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<AdditionalIncludeDirectories>$(SrcDir)win_api;$(SrcDir)hunspell;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
|
|
<!-- Source files -->
|
|
<ItemGroup>
|
|
<ClInclude Include="$(SrcDir)hunspell\affentry.hxx" />
|
|
<ClInclude Include="$(SrcDir)hunspell\affixmgr.hxx" />
|
|
<ClInclude Include="$(SrcDir)hunspell\atypes.hxx" />
|
|
<ClInclude Include="$(SrcDir)hunspell\baseaffix.hxx" />
|
|
<ClInclude Include="$(SrcDir)hunspell\csutil.hxx" />
|
|
<ClInclude Include="$(SrcDir)hunspell\dictmgr.hxx" />
|
|
<ClInclude Include="$(SrcDir)hunspell\hashmgr.hxx" />
|
|
<ClInclude Include="$(SrcDir)hunspell\htypes.hxx" />
|
|
<ClInclude Include="$(SrcDir)hunspell\hunspell.h" />
|
|
<ClInclude Include="$(SrcDir)hunspell\hunspell.hxx" />
|
|
<ClInclude Include="$(SrcDir)hunspell\langnum.hxx" />
|
|
<ClInclude Include="$(SrcDir)hunspell\phonet.hxx" />
|
|
<ClInclude Include="$(SrcDir)hunspell\suggestmgr.hxx" />
|
|
<ClInclude Include="$(SrcDir)win_api\config.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="$(SrcDir)hunspell\affentry.cxx" />
|
|
<ClCompile Include="$(SrcDir)hunspell\affixmgr.cxx" />
|
|
<ClCompile Include="$(SrcDir)hunspell\csutil.cxx" />
|
|
<ClCompile Include="$(SrcDir)hunspell\dictmgr.cxx" />
|
|
<ClCompile Include="$(SrcDir)hunspell\filemgr.cxx" />
|
|
<ClCompile Include="$(SrcDir)hunspell\hashmgr.cxx" />
|
|
<ClCompile Include="$(SrcDir)hunspell\hunspell.cxx" />
|
|
<ClCompile Include="$(SrcDir)hunspell\hunzip.cxx" />
|
|
<ClCompile Include="$(SrcDir)hunspell\phonet.cxx" />
|
|
<ClCompile Include="$(SrcDir)hunspell\replist.cxx" />
|
|
<ClCompile Include="$(SrcDir)hunspell\suggestmgr.cxx" />
|
|
</ItemGroup>
|
|
</Project>
|