2011-01-09 09:01:57 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-01-18 03:03:42 +01:00
|
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2011-01-09 09:01:57 +01:00
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<ProjectGuid>{965054D2-44F2-4EB2-9879-051CC3D7EF08}</ProjectGuid>
|
|
|
|
<RootNamespace>libiconv</RootNamespace>
|
|
|
|
</PropertyGroup>
|
2014-03-11 20:11:05 +01:00
|
|
|
|
2011-01-14 04:47:57 +01:00
|
|
|
<!-- Aegisub project configuration -->
|
|
|
|
<PropertyGroup Label="AegisubConfiguration">
|
|
|
|
<AegisubProjectType>lib</AegisubProjectType>
|
2014-03-10 18:22:28 +01:00
|
|
|
<SrcDir>..\..\vendor\iconv\</SrcDir>
|
2011-01-09 09:01:57 +01:00
|
|
|
</PropertyGroup>
|
|
|
|
<ImportGroup Label="PropertySheets">
|
2011-01-11 19:15:31 +01:00
|
|
|
<Import Project="$(MSBuildThisFileDirectory)..\aegisub.props" />
|
2011-01-09 09:01:57 +01:00
|
|
|
</ImportGroup>
|
2014-03-11 20:11:05 +01:00
|
|
|
|
2011-01-14 04:47:57 +01:00
|
|
|
<!-- Project specific configuration -->
|
2011-01-09 09:01:57 +01:00
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<ClCompile>
|
|
|
|
<AdditionalIncludeDirectories>$(SrcDir)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<CompileAs>CompileAsC</CompileAs>
|
|
|
|
</ClCompile>
|
2015-01-18 21:52:27 +01:00
|
|
|
<InstallHeader>
|
|
|
|
<HeaderRoot>$(SrcDir)include</HeaderRoot>
|
|
|
|
</InstallHeader>
|
2011-01-09 09:01:57 +01:00
|
|
|
</ItemDefinitionGroup>
|
2014-03-11 20:11:05 +01:00
|
|
|
|
2011-01-14 04:47:57 +01:00
|
|
|
<!-- Source files -->
|
2014-03-11 20:11:05 +01:00
|
|
|
<ItemGroup>
|
|
|
|
<InstallHeader Include="$(SrcDir)\include\iconv.h" />
|
|
|
|
</ItemGroup>
|
2011-01-09 09:01:57 +01:00
|
|
|
<ItemGroup>
|
|
|
|
<ClInclude Include="$(SrcDir)include\iconv.h" />
|
|
|
|
<ClInclude Include="$(SrcDir)include\libcharset.h" />
|
|
|
|
<ClInclude Include="$(SrcDir)include\localcharset.h" />
|
|
|
|
<ClInclude Include="$(SrcDir)libcharset\config.h" />
|
|
|
|
<ClInclude Include="$(SrcDir)libiconv\config.h" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ClCompile Include="$(SrcDir)libcharset\localcharset.c" />
|
|
|
|
<ClCompile Include="$(SrcDir)libiconv\iconv.c" />
|
|
|
|
</ItemGroup>
|
2012-11-01 15:16:03 +01:00
|
|
|
</Project>
|