1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
3 | <ItemGroup Label="ProjectConfigurations">
|
---|
4 | <ProjectConfiguration Include="Debug|Itanium">
|
---|
5 | <Configuration>Debug</Configuration>
|
---|
6 | <Platform>Itanium</Platform>
|
---|
7 | </ProjectConfiguration>
|
---|
8 | <ProjectConfiguration Include="Debug|Win32">
|
---|
9 | <Configuration>Debug</Configuration>
|
---|
10 | <Platform>Win32</Platform>
|
---|
11 | </ProjectConfiguration>
|
---|
12 | <ProjectConfiguration Include="Debug|x64">
|
---|
13 | <Configuration>Debug</Configuration>
|
---|
14 | <Platform>x64</Platform>
|
---|
15 | </ProjectConfiguration>
|
---|
16 | <ProjectConfiguration Include="ReleaseWithoutAsm|Itanium">
|
---|
17 | <Configuration>ReleaseWithoutAsm</Configuration>
|
---|
18 | <Platform>Itanium</Platform>
|
---|
19 | </ProjectConfiguration>
|
---|
20 | <ProjectConfiguration Include="ReleaseWithoutAsm|Win32">
|
---|
21 | <Configuration>ReleaseWithoutAsm</Configuration>
|
---|
22 | <Platform>Win32</Platform>
|
---|
23 | </ProjectConfiguration>
|
---|
24 | <ProjectConfiguration Include="ReleaseWithoutAsm|x64">
|
---|
25 | <Configuration>ReleaseWithoutAsm</Configuration>
|
---|
26 | <Platform>x64</Platform>
|
---|
27 | </ProjectConfiguration>
|
---|
28 | <ProjectConfiguration Include="Release|Itanium">
|
---|
29 | <Configuration>Release</Configuration>
|
---|
30 | <Platform>Itanium</Platform>
|
---|
31 | </ProjectConfiguration>
|
---|
32 | <ProjectConfiguration Include="Release|Win32">
|
---|
33 | <Configuration>Release</Configuration>
|
---|
34 | <Platform>Win32</Platform>
|
---|
35 | </ProjectConfiguration>
|
---|
36 | <ProjectConfiguration Include="Release|x64">
|
---|
37 | <Configuration>Release</Configuration>
|
---|
38 | <Platform>x64</Platform>
|
---|
39 | </ProjectConfiguration>
|
---|
40 | </ItemGroup>
|
---|
41 | <PropertyGroup Label="Globals">
|
---|
42 | <ProjectGuid>{8FD826F8-3739-44E6-8CC8-997122E53B8D}</ProjectGuid>
|
---|
43 | </PropertyGroup>
|
---|
44 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
---|
45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
---|
46 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
---|
47 | <UseOfMfc>false</UseOfMfc>
|
---|
48 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
---|
49 | </PropertyGroup>
|
---|
50 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Configuration">
|
---|
51 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
---|
52 | <UseOfMfc>false</UseOfMfc>
|
---|
53 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
---|
54 | </PropertyGroup>
|
---|
55 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
---|
56 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
---|
57 | <UseOfMfc>false</UseOfMfc>
|
---|
58 | </PropertyGroup>
|
---|
59 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration">
|
---|
60 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
---|
61 | <UseOfMfc>false</UseOfMfc>
|
---|
62 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
---|
63 | </PropertyGroup>
|
---|
64 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="Configuration">
|
---|
65 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
---|
66 | <UseOfMfc>false</UseOfMfc>
|
---|
67 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
---|
68 | </PropertyGroup>
|
---|
69 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration">
|
---|
70 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
---|
71 | <UseOfMfc>false</UseOfMfc>
|
---|
72 | </PropertyGroup>
|
---|
73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
---|
74 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
---|
75 | <UseOfMfc>false</UseOfMfc>
|
---|
76 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
---|
77 | </PropertyGroup>
|
---|
78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configuration">
|
---|
79 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
---|
80 | <UseOfMfc>false</UseOfMfc>
|
---|
81 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
---|
82 | </PropertyGroup>
|
---|
83 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
---|
84 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
---|
85 | <UseOfMfc>false</UseOfMfc>
|
---|
86 | </PropertyGroup>
|
---|
87 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
---|
88 | <ImportGroup Label="ExtensionSettings">
|
---|
89 | </ImportGroup>
|
---|
90 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
---|
91 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
---|
92 | </ImportGroup>
|
---|
93 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="PropertySheets">
|
---|
94 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
---|
95 | </ImportGroup>
|
---|
96 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
---|
97 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
---|
98 | </ImportGroup>
|
---|
99 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="PropertySheets">
|
---|
100 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
---|
101 | </ImportGroup>
|
---|
102 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="PropertySheets">
|
---|
103 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
---|
104 | </ImportGroup>
|
---|
105 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="PropertySheets">
|
---|
106 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
---|
107 | </ImportGroup>
|
---|
108 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
---|
109 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
---|
110 | </ImportGroup>
|
---|
111 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="PropertySheets">
|
---|
112 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
---|
113 | </ImportGroup>
|
---|
114 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
---|
115 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
---|
116 | </ImportGroup>
|
---|
117 | <PropertyGroup Label="UserMacros" />
|
---|
118 | <PropertyGroup>
|
---|
119 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion>
|
---|
120 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\ZlibDll$(Configuration)\</OutDir>
|
---|
121 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\ZlibDll$(Configuration)\Tmp\</IntDir>
|
---|
122 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
---|
123 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest>
|
---|
124 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\ZlibDll$(Configuration)\</OutDir>
|
---|
125 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\ZlibDll$(Configuration)\Tmp\</IntDir>
|
---|
126 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</LinkIncremental>
|
---|
127 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</GenerateManifest>
|
---|
128 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\ZlibDll$(Configuration)\</OutDir>
|
---|
129 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\ZlibDll$(Configuration)\Tmp\</IntDir>
|
---|
130 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
---|
131 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest>
|
---|
132 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibDll$(Configuration)\</OutDir>
|
---|
133 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir>
|
---|
134 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
|
---|
135 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest>
|
---|
136 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\ZlibDll$(Configuration)\</OutDir>
|
---|
137 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\ZlibDll$(Configuration)\Tmp\</IntDir>
|
---|
138 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</LinkIncremental>
|
---|
139 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">false</GenerateManifest>
|
---|
140 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\ZlibDll$(Configuration)\</OutDir>
|
---|
141 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir>
|
---|
142 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">false</LinkIncremental>
|
---|
143 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">false</GenerateManifest>
|
---|
144 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\ZlibDll$(Configuration)\</OutDir>
|
---|
145 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\ZlibDll$(Configuration)\Tmp\</IntDir>
|
---|
146 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">false</LinkIncremental>
|
---|
147 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">false</GenerateManifest>
|
---|
148 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibDll$(Configuration)\</OutDir>
|
---|
149 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir>
|
---|
150 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
|
---|
151 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest>
|
---|
152 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\ZlibDll$(Configuration)\</OutDir>
|
---|
153 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\ZlibDll$(Configuration)\Tmp\</IntDir>
|
---|
154 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</LinkIncremental>
|
---|
155 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</GenerateManifest>
|
---|
156 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
157 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" />
|
---|
158 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" />
|
---|
159 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
160 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
---|
161 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
---|
162 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
163 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
---|
164 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
---|
165 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
166 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" />
|
---|
167 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" />
|
---|
168 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
169 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" />
|
---|
170 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" />
|
---|
171 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
172 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" />
|
---|
173 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" />
|
---|
174 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
175 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" />
|
---|
176 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" />
|
---|
177 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
178 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
---|
179 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
---|
180 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
181 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
---|
182 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
---|
183 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">zlibwapid</TargetName>
|
---|
184 | <TargetName Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">zlibwapi</TargetName>
|
---|
185 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">zlibwapi</TargetName>
|
---|
186 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">zlibwapid</TargetName>
|
---|
187 | <TargetName Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">zlibwapi</TargetName>
|
---|
188 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">zlibwapi</TargetName>
|
---|
189 | </PropertyGroup>
|
---|
190 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
---|
191 | <Midl>
|
---|
192 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
193 | <MkTypLibCompatible>true</MkTypLibCompatible>
|
---|
194 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
---|
195 | <TargetEnvironment>Win32</TargetEnvironment>
|
---|
196 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName>
|
---|
197 | </Midl>
|
---|
198 | <ClCompile>
|
---|
199 | <Optimization>Disabled</Optimization>
|
---|
200 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
---|
201 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
202 | <ExceptionHandling>
|
---|
203 | </ExceptionHandling>
|
---|
204 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
---|
205 | <BufferSecurityCheck>false</BufferSecurityCheck>
|
---|
206 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile>
|
---|
207 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
---|
208 | <ObjectFileName>$(IntDir)</ObjectFileName>
|
---|
209 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName>
|
---|
210 | <BrowseInformation>
|
---|
211 | </BrowseInformation>
|
---|
212 | <WarningLevel>Level3</WarningLevel>
|
---|
213 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
---|
214 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
---|
215 | </ClCompile>
|
---|
216 | <ResourceCompile>
|
---|
217 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
218 | <Culture>0x040c</Culture>
|
---|
219 | </ResourceCompile>
|
---|
220 | <Link>
|
---|
221 | <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
|
---|
222 | <AdditionalDependencies>..\..\masmx86\match686.obj;..\..\masmx86\inffas32.obj;%(AdditionalDependencies)</AdditionalDependencies>
|
---|
223 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
---|
224 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile>
|
---|
225 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
---|
226 | <GenerateMapFile>true</GenerateMapFile>
|
---|
227 | <SubSystem>Windows</SubSystem>
|
---|
228 | <RandomizedBaseAddress>false</RandomizedBaseAddress>
|
---|
229 | <DataExecutionPrevention>
|
---|
230 | </DataExecutionPrevention>
|
---|
231 | </Link>
|
---|
232 | <PreBuildEvent>
|
---|
233 | <Command>cd ..\..\masmx86
|
---|
234 | bld_ml32.bat</Command>
|
---|
235 | </PreBuildEvent>
|
---|
236 | </ItemDefinitionGroup>
|
---|
237 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">
|
---|
238 | <Midl>
|
---|
239 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
240 | <MkTypLibCompatible>true</MkTypLibCompatible>
|
---|
241 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
---|
242 | <TargetEnvironment>Win32</TargetEnvironment>
|
---|
243 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName>
|
---|
244 | </Midl>
|
---|
245 | <ClCompile>
|
---|
246 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
---|
247 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
---|
248 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
249 | <StringPooling>true</StringPooling>
|
---|
250 | <ExceptionHandling>
|
---|
251 | </ExceptionHandling>
|
---|
252 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
---|
253 | <BufferSecurityCheck>false</BufferSecurityCheck>
|
---|
254 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
---|
255 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile>
|
---|
256 | <AssemblerOutput>All</AssemblerOutput>
|
---|
257 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
---|
258 | <ObjectFileName>$(IntDir)</ObjectFileName>
|
---|
259 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName>
|
---|
260 | <BrowseInformation>
|
---|
261 | </BrowseInformation>
|
---|
262 | <WarningLevel>Level3</WarningLevel>
|
---|
263 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
---|
264 | </ClCompile>
|
---|
265 | <ResourceCompile>
|
---|
266 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
267 | <Culture>0x040c</Culture>
|
---|
268 | </ResourceCompile>
|
---|
269 | <Link>
|
---|
270 | <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
|
---|
271 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
---|
272 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
---|
273 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile>
|
---|
274 | <GenerateMapFile>true</GenerateMapFile>
|
---|
275 | <SubSystem>Windows</SubSystem>
|
---|
276 | <RandomizedBaseAddress>false</RandomizedBaseAddress>
|
---|
277 | <DataExecutionPrevention>
|
---|
278 | </DataExecutionPrevention>
|
---|
279 | </Link>
|
---|
280 | </ItemDefinitionGroup>
|
---|
281 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
---|
282 | <Midl>
|
---|
283 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
284 | <MkTypLibCompatible>true</MkTypLibCompatible>
|
---|
285 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
---|
286 | <TargetEnvironment>Win32</TargetEnvironment>
|
---|
287 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName>
|
---|
288 | </Midl>
|
---|
289 | <ClCompile>
|
---|
290 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
---|
291 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
---|
292 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
293 | <StringPooling>true</StringPooling>
|
---|
294 | <ExceptionHandling>
|
---|
295 | </ExceptionHandling>
|
---|
296 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
---|
297 | <BufferSecurityCheck>false</BufferSecurityCheck>
|
---|
298 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
---|
299 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile>
|
---|
300 | <AssemblerOutput>All</AssemblerOutput>
|
---|
301 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
---|
302 | <ObjectFileName>$(IntDir)</ObjectFileName>
|
---|
303 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName>
|
---|
304 | <BrowseInformation>
|
---|
305 | </BrowseInformation>
|
---|
306 | <WarningLevel>Level3</WarningLevel>
|
---|
307 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
---|
308 | </ClCompile>
|
---|
309 | <ResourceCompile>
|
---|
310 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
311 | <Culture>0x040c</Culture>
|
---|
312 | </ResourceCompile>
|
---|
313 | <Link>
|
---|
314 | <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
|
---|
315 | <AdditionalDependencies>..\..\masmx86\match686.obj;..\..\masmx86\inffas32.obj;%(AdditionalDependencies)</AdditionalDependencies>
|
---|
316 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
---|
317 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
---|
318 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile>
|
---|
319 | <GenerateMapFile>true</GenerateMapFile>
|
---|
320 | <SubSystem>Windows</SubSystem>
|
---|
321 | <RandomizedBaseAddress>false</RandomizedBaseAddress>
|
---|
322 | <DataExecutionPrevention>
|
---|
323 | </DataExecutionPrevention>
|
---|
324 | </Link>
|
---|
325 | <PreBuildEvent>
|
---|
326 | <Command>cd ..\..\masmx86
|
---|
327 | bld_ml32.bat</Command>
|
---|
328 | </PreBuildEvent>
|
---|
329 | </ItemDefinitionGroup>
|
---|
330 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
---|
331 | <Midl>
|
---|
332 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
333 | <MkTypLibCompatible>true</MkTypLibCompatible>
|
---|
334 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
---|
335 | <TargetEnvironment>X64</TargetEnvironment>
|
---|
336 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName>
|
---|
337 | </Midl>
|
---|
338 | <ClCompile>
|
---|
339 | <Optimization>Disabled</Optimization>
|
---|
340 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
---|
341 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
342 | <ExceptionHandling>
|
---|
343 | </ExceptionHandling>
|
---|
344 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
---|
345 | <BufferSecurityCheck>false</BufferSecurityCheck>
|
---|
346 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile>
|
---|
347 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
---|
348 | <ObjectFileName>$(IntDir)</ObjectFileName>
|
---|
349 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName>
|
---|
350 | <BrowseInformation>
|
---|
351 | </BrowseInformation>
|
---|
352 | <WarningLevel>Level3</WarningLevel>
|
---|
353 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
---|
354 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
---|
355 | </ClCompile>
|
---|
356 | <ResourceCompile>
|
---|
357 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
358 | <Culture>0x040c</Culture>
|
---|
359 | </ResourceCompile>
|
---|
360 | <Link>
|
---|
361 | <AdditionalDependencies>..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies)</AdditionalDependencies>
|
---|
362 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
---|
363 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile>
|
---|
364 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
---|
365 | <GenerateMapFile>true</GenerateMapFile>
|
---|
366 | <SubSystem>Windows</SubSystem>
|
---|
367 | <TargetMachine>MachineX64</TargetMachine>
|
---|
368 | </Link>
|
---|
369 | <PreBuildEvent>
|
---|
370 | <Command>cd ..\..\masmx64
|
---|
371 | bld_ml64.bat</Command>
|
---|
372 | </PreBuildEvent>
|
---|
373 | </ItemDefinitionGroup>
|
---|
374 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">
|
---|
375 | <Midl>
|
---|
376 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
377 | <MkTypLibCompatible>true</MkTypLibCompatible>
|
---|
378 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
---|
379 | <TargetEnvironment>Itanium</TargetEnvironment>
|
---|
380 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName>
|
---|
381 | </Midl>
|
---|
382 | <ClCompile>
|
---|
383 | <Optimization>Disabled</Optimization>
|
---|
384 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
---|
385 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
386 | <ExceptionHandling>
|
---|
387 | </ExceptionHandling>
|
---|
388 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
---|
389 | <BufferSecurityCheck>false</BufferSecurityCheck>
|
---|
390 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile>
|
---|
391 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
---|
392 | <ObjectFileName>$(IntDir)</ObjectFileName>
|
---|
393 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName>
|
---|
394 | <BrowseInformation>
|
---|
395 | </BrowseInformation>
|
---|
396 | <WarningLevel>Level3</WarningLevel>
|
---|
397 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
---|
398 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
---|
399 | </ClCompile>
|
---|
400 | <ResourceCompile>
|
---|
401 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
402 | <Culture>0x040c</Culture>
|
---|
403 | </ResourceCompile>
|
---|
404 | <Link>
|
---|
405 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile>
|
---|
406 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
---|
407 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile>
|
---|
408 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
---|
409 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile>
|
---|
410 | <GenerateMapFile>true</GenerateMapFile>
|
---|
411 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName>
|
---|
412 | <SubSystem>Windows</SubSystem>
|
---|
413 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary>
|
---|
414 | <TargetMachine>MachineIA64</TargetMachine>
|
---|
415 | </Link>
|
---|
416 | </ItemDefinitionGroup>
|
---|
417 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">
|
---|
418 | <Midl>
|
---|
419 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
420 | <MkTypLibCompatible>true</MkTypLibCompatible>
|
---|
421 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
---|
422 | <TargetEnvironment>X64</TargetEnvironment>
|
---|
423 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName>
|
---|
424 | </Midl>
|
---|
425 | <ClCompile>
|
---|
426 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
---|
427 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
---|
428 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
429 | <StringPooling>true</StringPooling>
|
---|
430 | <ExceptionHandling>
|
---|
431 | </ExceptionHandling>
|
---|
432 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
---|
433 | <BufferSecurityCheck>false</BufferSecurityCheck>
|
---|
434 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
---|
435 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile>
|
---|
436 | <AssemblerOutput>All</AssemblerOutput>
|
---|
437 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
---|
438 | <ObjectFileName>$(IntDir)</ObjectFileName>
|
---|
439 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName>
|
---|
440 | <BrowseInformation>
|
---|
441 | </BrowseInformation>
|
---|
442 | <WarningLevel>Level3</WarningLevel>
|
---|
443 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
---|
444 | </ClCompile>
|
---|
445 | <ResourceCompile>
|
---|
446 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
447 | <Culture>0x040c</Culture>
|
---|
448 | </ResourceCompile>
|
---|
449 | <Link>
|
---|
450 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
---|
451 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
---|
452 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile>
|
---|
453 | <GenerateMapFile>true</GenerateMapFile>
|
---|
454 | <SubSystem>Windows</SubSystem>
|
---|
455 | <TargetMachine>MachineX64</TargetMachine>
|
---|
456 | </Link>
|
---|
457 | </ItemDefinitionGroup>
|
---|
458 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">
|
---|
459 | <Midl>
|
---|
460 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
461 | <MkTypLibCompatible>true</MkTypLibCompatible>
|
---|
462 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
---|
463 | <TargetEnvironment>Itanium</TargetEnvironment>
|
---|
464 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName>
|
---|
465 | </Midl>
|
---|
466 | <ClCompile>
|
---|
467 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
---|
468 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
---|
469 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
470 | <StringPooling>true</StringPooling>
|
---|
471 | <ExceptionHandling>
|
---|
472 | </ExceptionHandling>
|
---|
473 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
---|
474 | <BufferSecurityCheck>false</BufferSecurityCheck>
|
---|
475 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
---|
476 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile>
|
---|
477 | <AssemblerOutput>All</AssemblerOutput>
|
---|
478 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
---|
479 | <ObjectFileName>$(IntDir)</ObjectFileName>
|
---|
480 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName>
|
---|
481 | <BrowseInformation>
|
---|
482 | </BrowseInformation>
|
---|
483 | <WarningLevel>Level3</WarningLevel>
|
---|
484 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
---|
485 | </ClCompile>
|
---|
486 | <ResourceCompile>
|
---|
487 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
488 | <Culture>0x040c</Culture>
|
---|
489 | </ResourceCompile>
|
---|
490 | <Link>
|
---|
491 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile>
|
---|
492 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
---|
493 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
---|
494 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile>
|
---|
495 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile>
|
---|
496 | <GenerateMapFile>true</GenerateMapFile>
|
---|
497 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName>
|
---|
498 | <SubSystem>Windows</SubSystem>
|
---|
499 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary>
|
---|
500 | <TargetMachine>MachineIA64</TargetMachine>
|
---|
501 | </Link>
|
---|
502 | </ItemDefinitionGroup>
|
---|
503 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
---|
504 | <Midl>
|
---|
505 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
506 | <MkTypLibCompatible>true</MkTypLibCompatible>
|
---|
507 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
---|
508 | <TargetEnvironment>X64</TargetEnvironment>
|
---|
509 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName>
|
---|
510 | </Midl>
|
---|
511 | <ClCompile>
|
---|
512 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
---|
513 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
---|
514 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
515 | <StringPooling>true</StringPooling>
|
---|
516 | <ExceptionHandling>
|
---|
517 | </ExceptionHandling>
|
---|
518 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
---|
519 | <BufferSecurityCheck>false</BufferSecurityCheck>
|
---|
520 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
---|
521 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile>
|
---|
522 | <AssemblerOutput>All</AssemblerOutput>
|
---|
523 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
---|
524 | <ObjectFileName>$(IntDir)</ObjectFileName>
|
---|
525 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName>
|
---|
526 | <BrowseInformation>
|
---|
527 | </BrowseInformation>
|
---|
528 | <WarningLevel>Level3</WarningLevel>
|
---|
529 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
---|
530 | </ClCompile>
|
---|
531 | <ResourceCompile>
|
---|
532 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
533 | <Culture>0x040c</Culture>
|
---|
534 | </ResourceCompile>
|
---|
535 | <Link>
|
---|
536 | <AdditionalDependencies>..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies)</AdditionalDependencies>
|
---|
537 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
---|
538 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
---|
539 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile>
|
---|
540 | <GenerateMapFile>true</GenerateMapFile>
|
---|
541 | <SubSystem>Windows</SubSystem>
|
---|
542 | <TargetMachine>MachineX64</TargetMachine>
|
---|
543 | </Link>
|
---|
544 | <PreBuildEvent>
|
---|
545 | <Command>cd ..\..\masmx64
|
---|
546 | bld_ml64.bat</Command>
|
---|
547 | </PreBuildEvent>
|
---|
548 | </ItemDefinitionGroup>
|
---|
549 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">
|
---|
550 | <Midl>
|
---|
551 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
552 | <MkTypLibCompatible>true</MkTypLibCompatible>
|
---|
553 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
---|
554 | <TargetEnvironment>Itanium</TargetEnvironment>
|
---|
555 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName>
|
---|
556 | </Midl>
|
---|
557 | <ClCompile>
|
---|
558 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
---|
559 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
---|
560 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
561 | <StringPooling>true</StringPooling>
|
---|
562 | <ExceptionHandling>
|
---|
563 | </ExceptionHandling>
|
---|
564 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
---|
565 | <BufferSecurityCheck>false</BufferSecurityCheck>
|
---|
566 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
---|
567 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile>
|
---|
568 | <AssemblerOutput>All</AssemblerOutput>
|
---|
569 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
---|
570 | <ObjectFileName>$(IntDir)</ObjectFileName>
|
---|
571 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName>
|
---|
572 | <BrowseInformation>
|
---|
573 | </BrowseInformation>
|
---|
574 | <WarningLevel>Level3</WarningLevel>
|
---|
575 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
---|
576 | </ClCompile>
|
---|
577 | <ResourceCompile>
|
---|
578 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
579 | <Culture>0x040c</Culture>
|
---|
580 | </ResourceCompile>
|
---|
581 | <Link>
|
---|
582 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile>
|
---|
583 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
---|
584 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
---|
585 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile>
|
---|
586 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile>
|
---|
587 | <GenerateMapFile>true</GenerateMapFile>
|
---|
588 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName>
|
---|
589 | <SubSystem>Windows</SubSystem>
|
---|
590 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary>
|
---|
591 | <TargetMachine>MachineIA64</TargetMachine>
|
---|
592 | </Link>
|
---|
593 | </ItemDefinitionGroup>
|
---|
594 | <ItemGroup>
|
---|
595 | <ClCompile Include="..\..\..\adler32.c" />
|
---|
596 | <ClCompile Include="..\..\..\compress.c" />
|
---|
597 | <ClCompile Include="..\..\..\crc32.c" />
|
---|
598 | <ClCompile Include="..\..\..\deflate.c" />
|
---|
599 | <ClCompile Include="..\..\..\gzclose.c" />
|
---|
600 | <ClCompile Include="..\..\..\gzlib.c" />
|
---|
601 | <ClCompile Include="..\..\..\gzread.c" />
|
---|
602 | <ClCompile Include="..\..\..\gzwrite.c" />
|
---|
603 | <ClCompile Include="..\..\..\infback.c" />
|
---|
604 | <ClCompile Include="..\..\masmx64\inffas8664.c">
|
---|
605 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</ExcludedFromBuild>
|
---|
606 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
---|
607 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">true</ExcludedFromBuild>
|
---|
608 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">true</ExcludedFromBuild>
|
---|
609 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">true</ExcludedFromBuild>
|
---|
610 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
---|
611 | </ClCompile>
|
---|
612 | <ClCompile Include="..\..\..\inffast.c" />
|
---|
613 | <ClCompile Include="..\..\..\inflate.c" />
|
---|
614 | <ClCompile Include="..\..\..\inftrees.c" />
|
---|
615 | <ClCompile Include="..\..\minizip\ioapi.c" />
|
---|
616 | <ClCompile Include="..\..\minizip\iowin32.c" />
|
---|
617 | <ClCompile Include="..\..\..\trees.c" />
|
---|
618 | <ClCompile Include="..\..\..\uncompr.c" />
|
---|
619 | <ClCompile Include="..\..\minizip\unzip.c">
|
---|
620 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
---|
621 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
622 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
---|
623 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
624 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
---|
625 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
626 | </ClCompile>
|
---|
627 | <ClCompile Include="..\..\minizip\zip.c">
|
---|
628 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
---|
629 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
630 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
---|
631 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
632 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
---|
633 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
634 | </ClCompile>
|
---|
635 | <ClCompile Include="..\..\..\zutil.c" />
|
---|
636 | </ItemGroup>
|
---|
637 | <ItemGroup>
|
---|
638 | <ResourceCompile Include="zlib.rc" />
|
---|
639 | </ItemGroup>
|
---|
640 | <ItemGroup>
|
---|
641 | <None Include="zlibvc.def" />
|
---|
642 | </ItemGroup>
|
---|
643 | <ItemGroup>
|
---|
644 | <ClInclude Include="..\..\..\deflate.h" />
|
---|
645 | <ClInclude Include="..\..\..\infblock.h" />
|
---|
646 | <ClInclude Include="..\..\..\infcodes.h" />
|
---|
647 | <ClInclude Include="..\..\..\inffast.h" />
|
---|
648 | <ClInclude Include="..\..\..\inftrees.h" />
|
---|
649 | <ClInclude Include="..\..\..\infutil.h" />
|
---|
650 | <ClInclude Include="..\..\..\zconf.h" />
|
---|
651 | <ClInclude Include="..\..\..\zlib.h" />
|
---|
652 | <ClInclude Include="..\..\..\zutil.h" />
|
---|
653 | </ItemGroup>
|
---|
654 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
---|
655 | <ImportGroup Label="ExtensionTargets">
|
---|
656 | </ImportGroup>
|
---|
657 | </Project>
|
---|