Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
22 lines
982 B
XML
22 lines
982 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ImportGroup Label="PropertySheets" />
|
|
<PropertyGroup Label="UserMacros">
|
|
<LIBICONV_INC_DIR>..\..\..\..\libiconv-win-build\include\</LIBICONV_INC_DIR>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Platform)'=='Win32'" Label="UserMacros">
|
|
<LIBICONV_LIB_DIR>..\..\..\..\libiconv-win-build\$(BUILD_VSENV)\$(Configuration)\</LIBICONV_LIB_DIR>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Platform)'=='x64'" Label="UserMacros">
|
|
<LIBICONV_LIB_DIR>..\..\..\..\libiconv-win-build\$(BUILD_VSENV)\$(Platform)\$(Configuration)\</LIBICONV_LIB_DIR>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup />
|
|
<ItemGroup>
|
|
<BuildMacro Include="LIBICONV_INC_DIR">
|
|
<Value>$(LIBICONV_INC_DIR)</Value>
|
|
</BuildMacro>
|
|
<BuildMacro Include="LIBICONV_LIB_DIR">
|
|
<Value>$(LIBICONV_LIB_DIR)</Value>
|
|
</BuildMacro>
|
|
</ItemGroup>
|
|
</Project> |