|
|
|
@ -0,0 +1,192 @@ |
|
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
|
<ItemGroup Label="ProjectConfigurations"> |
|
|
|
|
<ProjectConfiguration Include="Debug|Win32"> |
|
|
|
|
<Configuration>Debug</Configuration> |
|
|
|
|
<Platform>Win32</Platform> |
|
|
|
|
</ProjectConfiguration> |
|
|
|
|
<ProjectConfiguration Include="Release|Win32"> |
|
|
|
|
<Configuration>Release</Configuration> |
|
|
|
|
<Platform>Win32</Platform> |
|
|
|
|
</ProjectConfiguration> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<PropertyGroup Label="Globals"> |
|
|
|
|
<ProjectGuid>{8FD826F8-3739-44E6-8CC8-997122E53B8D}</ProjectGuid> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
|
|
|
<UseOfMfc>false</UseOfMfc> |
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
|
<PlatformToolset>v120</PlatformToolset> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
|
|
|
<UseOfMfc>false</UseOfMfc> |
|
|
|
|
<PlatformToolset>v120</PlatformToolset> |
|
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
|
|
|
<ImportGroup Label="ExtensionSettings"> |
|
|
|
|
</ImportGroup> |
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
|
</ImportGroup> |
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
|
</ImportGroup> |
|
|
|
|
<PropertyGroup Label="UserMacros" /> |
|
|
|
|
<PropertyGroup> |
|
|
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> |
|
|
|
|
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> |
|
|
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> |
|
|
|
|
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest> |
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">zlibwapi</TargetName> |
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">zlibwapi</TargetName> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
|
|
<Midl> |
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<MkTypLibCompatible>true</MkTypLibCompatible> |
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
|
|
|
<TargetEnvironment>Win32</TargetEnvironment> |
|
|
|
|
<TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> |
|
|
|
|
</Midl> |
|
|
|
|
<ClCompile> |
|
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
|
<AdditionalIncludeDirectories>..\..\..\third_party\zlib;..\..\..\third_party\zlib\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
<PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<ExceptionHandling> |
|
|
|
|
</ExceptionHandling> |
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck> |
|
|
|
|
<PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> |
|
|
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> |
|
|
|
|
<ObjectFileName>$(IntDir)</ObjectFileName> |
|
|
|
|
<ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> |
|
|
|
|
<BrowseInformation> |
|
|
|
|
</BrowseInformation> |
|
|
|
|
<WarningLevel>Level3</WarningLevel> |
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
|
|
</ClCompile> |
|
|
|
|
<ResourceCompile> |
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<Culture>0x040c</Culture> |
|
|
|
|
</ResourceCompile> |
|
|
|
|
<Link> |
|
|
|
|
<AdditionalOptions>/MACHINE:I386 /SAFESEH:NO %(AdditionalOptions)</AdditionalOptions> |
|
|
|
|
<AdditionalDependencies>..\..\..\third_party\zlib\contrib\masmx86\match686.obj;..\..\..\third_party\zlib\contrib\masmx86\inffas32.obj;%(AdditionalDependencies)</AdditionalDependencies> |
|
|
|
|
<OutputFile>$(OutDir)zlibwapi.dll</OutputFile> |
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
|
|
|
<ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> |
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
|
<ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> |
|
|
|
|
<GenerateMapFile>true</GenerateMapFile> |
|
|
|
|
<MapFileName>$(OutDir)zlibwapi.map</MapFileName> |
|
|
|
|
<SubSystem>Windows</SubSystem> |
|
|
|
|
<RandomizedBaseAddress>false</RandomizedBaseAddress> |
|
|
|
|
<DataExecutionPrevention> |
|
|
|
|
</DataExecutionPrevention> |
|
|
|
|
<ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> |
|
|
|
|
</Link> |
|
|
|
|
<PreBuildEvent> |
|
|
|
|
<Command>cd ..\..\..\third_party\zlib\contrib\masmx86 |
|
|
|
|
bld_ml32.bat</Command> |
|
|
|
|
</PreBuildEvent> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
|
|
<Midl> |
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<MkTypLibCompatible>true</MkTypLibCompatible> |
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
|
|
|
<TargetEnvironment>Win32</TargetEnvironment> |
|
|
|
|
<TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> |
|
|
|
|
</Midl> |
|
|
|
|
<ClCompile> |
|
|
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
|
|
|
|
<AdditionalIncludeDirectories>..\..\..\third_party\zlib;..\..\..\third_party\zlib\contrib\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
<PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<StringPooling>true</StringPooling> |
|
|
|
|
<ExceptionHandling> |
|
|
|
|
</ExceptionHandling> |
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck> |
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
|
|
<PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> |
|
|
|
|
<AssemblerOutput>All</AssemblerOutput> |
|
|
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> |
|
|
|
|
<ObjectFileName>$(IntDir)</ObjectFileName> |
|
|
|
|
<ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> |
|
|
|
|
<BrowseInformation> |
|
|
|
|
</BrowseInformation> |
|
|
|
|
<WarningLevel>Level3</WarningLevel> |
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
|
|
|
</ClCompile> |
|
|
|
|
<ResourceCompile> |
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<Culture>0x040c</Culture> |
|
|
|
|
</ResourceCompile> |
|
|
|
|
<Link> |
|
|
|
|
<AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> |
|
|
|
|
<AdditionalDependencies>..\..\..\third_party\zlib\contrib\masmx86\match686.obj;..\..\..\third_party\zlib\contrib\masmx86\inffas32.obj;%(AdditionalDependencies)</AdditionalDependencies> |
|
|
|
|
<OutputFile>$(OutDir)zlibwapi.dll</OutputFile> |
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
|
|
|
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> |
|
|
|
|
<ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> |
|
|
|
|
<ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> |
|
|
|
|
<GenerateMapFile>true</GenerateMapFile> |
|
|
|
|
<MapFileName>$(OutDir)zlibwapi.map</MapFileName> |
|
|
|
|
<SubSystem>Windows</SubSystem> |
|
|
|
|
<RandomizedBaseAddress>false</RandomizedBaseAddress> |
|
|
|
|
<DataExecutionPrevention> |
|
|
|
|
</DataExecutionPrevention> |
|
|
|
|
<ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> |
|
|
|
|
</Link> |
|
|
|
|
<PreBuildEvent> |
|
|
|
|
<Command>cd ..\..\..\third_party\zlib\contrib\masmx86 |
|
|
|
|
bld_ml32.bat</Command> |
|
|
|
|
</PreBuildEvent> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<ClCompile Include="..\..\..\third_party\zlib\adler32.c" /> |
|
|
|
|
<ClCompile Include="..\..\..\third_party\zlib\compress.c" /> |
|
|
|
|
<ClCompile Include="..\..\..\third_party\zlib\crc32.c" /> |
|
|
|
|
<ClCompile Include="..\..\..\third_party\zlib\deflate.c" /> |
|
|
|
|
<ClCompile Include="..\..\..\third_party\zlib\gzclose.c" /> |
|
|
|
|
<ClCompile Include="..\..\..\third_party\zlib\gzlib.c" /> |
|
|
|
|
<ClCompile Include="..\..\..\third_party\zlib\gzread.c" /> |
|
|
|
|
<ClCompile Include="..\..\..\third_party\zlib\gzwrite.c" /> |
|
|
|
|
<ClCompile Include="..\..\..\third_party\zlib\infback.c" /> |
|
|
|
|
<ClCompile Include="..\..\..\third_party\zlib\inffast.c" /> |
|
|
|
|
<ClCompile Include="..\..\..\third_party\zlib\inflate.c" /> |
|
|
|
|
<ClCompile Include="..\..\..\third_party\zlib\inftrees.c" /> |
|
|
|
|
<ClCompile Include="..\..\..\third_party\zlib\contrib\minizip\ioapi.c" /> |
|
|
|
|
<ClCompile Include="..\..\..\third_party\zlib\contrib\minizip\iowin32.c" /> |
|
|
|
|
<ClCompile Include="..\..\..\third_party\zlib\trees.c" /> |
|
|
|
|
<ClCompile Include="..\..\..\third_party\zlib\uncompr.c" /> |
|
|
|
|
<ClCompile Include="..\..\..\third_party\zlib\contrib\minizip\unzip.c"> |
|
|
|
|
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
</ClCompile> |
|
|
|
|
<ClCompile Include="..\..\..\third_party\zlib\contrib\minizip\zip.c"> |
|
|
|
|
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
</ClCompile> |
|
|
|
|
<ClCompile Include="..\..\..\third_party\zlib\zutil.c" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<ClInclude Include="..\..\..\third_party\zlib\deflate.h" /> |
|
|
|
|
<ClInclude Include="..\..\..\third_party\zlib\infblock.h" /> |
|
|
|
|
<ClInclude Include="..\..\..\third_party\zlib\infcodes.h" /> |
|
|
|
|
<ClInclude Include="..\..\..\third_party\zlib\inffast.h" /> |
|
|
|
|
<ClInclude Include="..\..\..\third_party\zlib\inftrees.h" /> |
|
|
|
|
<ClInclude Include="..\..\..\third_party\zlib\infutil.h" /> |
|
|
|
|
<ClInclude Include="..\..\..\third_party\zlib\zconf.h" /> |
|
|
|
|
<ClInclude Include="..\..\..\third_party\zlib\zlib.h" /> |
|
|
|
|
<ClInclude Include="..\..\..\third_party\zlib\zutil.h" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
|
|
|
<ImportGroup Label="ExtensionTargets"> |
|
|
|
|
</ImportGroup> |
|
|
|
|
</Project> |