2011-01-09 08:01:57 +00: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 08:01:57 +00:00
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<ProjectGuid>{965054D2-44F2-4EB2-9879-051CC3D7EF08}</ProjectGuid>
|
|
|
|
<RootNamespace>libiconv</RootNamespace>
|
|
|
|
</PropertyGroup>
|
2014-03-11 12:11:05 -07:00
|
|
|
|
2011-01-14 03:47:57 +00:00
|
|
|
<!-- Aegisub project configuration -->
|
|
|
|
<PropertyGroup Label="AegisubConfiguration">
|
|
|
|
<AegisubProjectType>lib</AegisubProjectType>
|
2014-03-10 10:22:28 -07:00
|
|
|
<SrcDir>..\..\vendor\iconv\</SrcDir>
|
2011-01-09 08:01:57 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<ImportGroup Label="PropertySheets">
|
2011-01-11 18:15:31 +00:00
|
|
|
<Import Project="$(MSBuildThisFileDirectory)..\aegisub.props" />
|
2011-01-09 08:01:57 +00:00
|
|
|
</ImportGroup>
|
2014-03-11 12:11:05 -07:00
|
|
|
|
2011-01-14 03:47:57 +00:00
|
|
|
<!-- Project specific configuration -->
|
2011-01-09 08:01:57 +00: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 08:01:57 +00:00
|
|
|
</ItemDefinitionGroup>
|
2014-03-11 12:11:05 -07:00
|
|
|
|
2011-01-14 03:47:57 +00:00
|
|
|
<!-- Source files -->
|
2014-03-11 12:11:05 -07:00
|
|
|
<ItemGroup>
|
|
|
|
<InstallHeader Include="$(SrcDir)\include\iconv.h" />
|
|
|
|
</ItemGroup>
|
2011-01-09 08:01:57 +00: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 07:16:03 -07:00
|
|
|
</Project>
|