Make the zlib compile against the tinycrt library.
[git-build-vc9.git] / tcrt / tcrt.vcproj
blob31cba7503299fc97b670a1eed2428366c8df66dc
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9,00"
5 Name="tcrt"
6 ProjectGUID="{DF64ED79-00B8-4A44-B47A-32C1912C40B6}"
7 RootNamespace="tinycrt"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="131072"
11 <Platforms>
12 <Platform
13 Name="Win32"
15 </Platforms>
16 <ToolFiles>
17 <DefaultToolFile
18 FileName="yasm.rules"
20 </ToolFiles>
21 <Configurations>
22 <Configuration
23 Name="Debug|Win32"
24 OutputDirectory="$(SolutionDir)out\$(ConfigurationName)"
25 IntermediateDirectory="$(SolutionDir)obj\$(ConfigurationName)\$(ProjectName)"
26 ConfigurationType="4"
27 CharacterSet="1"
29 <Tool
30 Name="VCPreBuildEventTool"
32 <Tool
33 Name="VCCustomBuildTool"
35 <Tool
36 Name="YASM"
38 <Tool
39 Name="VCXMLDataGeneratorTool"
41 <Tool
42 Name="VCWebServiceProxyGeneratorTool"
44 <Tool
45 Name="VCMIDLTool"
47 <Tool
48 Name="VCCLCompilerTool"
49 Optimization="0"
50 AdditionalIncludeDirectories="inc"
51 PreprocessorDefinitions="WIN32;_LIB"
52 MinimalRebuild="true"
53 ExceptionHandling="0"
54 BasicRuntimeChecks="0"
55 RuntimeLibrary="1"
56 BufferSecurityCheck="false"
57 RuntimeTypeInfo="false"
58 UsePrecompiledHeader="0"
59 WarningLevel="3"
60 Detect64BitPortabilityProblems="false"
61 DebugInformationFormat="4"
63 <Tool
64 Name="VCManagedResourceCompilerTool"
66 <Tool
67 Name="VCResourceCompilerTool"
69 <Tool
70 Name="VCPreLinkEventTool"
72 <Tool
73 Name="VCLibrarianTool"
74 AdditionalDependencies="objs/alloca16.obj objs/chkstk.obj objs/lldiv.obj objs/lldvrm.obj objs/llmul.obj objs/llrem.obj objs/ulldiv.obj objs/ulldvrm.obj objs/ullrem.obj objs/ullshr.obj objs/llshl.obj objs/llshr.obj"
75 IgnoreAllDefaultLibraries="false"
77 <Tool
78 Name="VCALinkTool"
80 <Tool
81 Name="VCXDCMakeTool"
83 <Tool
84 Name="VCBscMakeTool"
86 <Tool
87 Name="VCFxCopTool"
89 <Tool
90 Name="VCPostBuildEventTool"
92 </Configuration>
93 <Configuration
94 Name="release|Win32"
95 OutputDirectory="$(SolutionDir)/out/$(ConfigurationName)"
96 IntermediateDirectory="$(SolutionDir)/obj/$(ConfigurationName)/$(ProjectName)"
97 ConfigurationType="4"
98 CharacterSet="1"
99 WholeProgramOptimization="1"
101 <Tool
102 Name="VCPreBuildEventTool"
104 <Tool
105 Name="VCCustomBuildTool"
107 <Tool
108 Name="YASM"
110 <Tool
111 Name="VCXMLDataGeneratorTool"
113 <Tool
114 Name="VCWebServiceProxyGeneratorTool"
116 <Tool
117 Name="VCMIDLTool"
119 <Tool
120 Name="VCCLCompilerTool"
121 Optimization="2"
122 InlineFunctionExpansion="0"
123 EnableIntrinsicFunctions="true"
124 OmitFramePointers="false"
125 AdditionalIncludeDirectories="inc"
126 PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
127 StringPooling="true"
128 MinimalRebuild="false"
129 ExceptionHandling="0"
130 BasicRuntimeChecks="0"
131 RuntimeLibrary="0"
132 BufferSecurityCheck="false"
133 EnableEnhancedInstructionSet="0"
134 RuntimeTypeInfo="false"
135 UsePrecompiledHeader="0"
136 AssemblerOutput="4"
137 WarningLevel="3"
138 Detect64BitPortabilityProblems="false"
139 DebugInformationFormat="3"
141 <Tool
142 Name="VCManagedResourceCompilerTool"
144 <Tool
145 Name="VCResourceCompilerTool"
147 <Tool
148 Name="VCPreLinkEventTool"
150 <Tool
151 Name="VCLibrarianTool"
152 AdditionalDependencies="objs/alloca16.obj objs/chkstk.obj objs/lldiv.obj objs/lldvrm.obj objs/llmul.obj objs/llrem.obj objs/ulldiv.obj objs/ulldvrm.obj objs/ullrem.obj objs/ullshr.obj objs/llshl.obj objs/llshr.obj"
153 IgnoreAllDefaultLibraries="true"
154 IgnoreDefaultLibraryNames=""
156 <Tool
157 Name="VCALinkTool"
159 <Tool
160 Name="VCXDCMakeTool"
162 <Tool
163 Name="VCBscMakeTool"
165 <Tool
166 Name="VCFxCopTool"
168 <Tool
169 Name="VCPostBuildEventTool"
171 </Configuration>
172 </Configurations>
173 <References>
174 </References>
175 <Files>
176 <Filter
177 Name="Source Files"
178 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
179 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
181 <File
182 RelativePath=".\src\ctype.cpp"
184 </File>
185 <File
186 RelativePath=".\src\dirent.cpp"
188 </File>
189 <File
190 RelativePath=".\src\env.cpp"
192 </File>
193 <File
194 RelativePath=".\src\errno.c"
196 </File>
197 <File
198 RelativePath=".\src\init.c"
200 <FileConfiguration
201 Name="release|Win32"
203 <Tool
204 Name="VCCLCompilerTool"
205 Optimization="2"
206 WholeProgramOptimization="false"
208 </FileConfiguration>
209 </File>
210 <File
211 RelativePath=".\src\main.c"
213 </File>
214 <File
215 RelativePath=".\src\mmap.cpp"
217 </File>
218 <File
219 RelativePath=".\src\poll.cpp"
221 </File>
222 <File
223 RelativePath=".\src\pwd.cpp"
225 </File>
226 <File
227 RelativePath=".\src\select.cpp"
229 </File>
230 <File
231 RelativePath=".\src\signal.cpp"
233 </File>
234 <File
235 RelativePath=".\src\socket.cpp"
237 </File>
238 <File
239 RelativePath=".\src\stat.cpp"
241 </File>
242 <File
243 RelativePath=".\src\stdio.cpp"
245 </File>
246 <File
247 RelativePath=".\src\stdlib.cpp"
249 </File>
250 <File
251 RelativePath=".\src\string.c"
253 </File>
254 <File
255 RelativePath=".\src\sup.asm"
257 </File>
258 <File
259 RelativePath=".\src\time.cpp"
261 </File>
262 <File
263 RelativePath=".\src\unistd.cpp"
265 </File>
266 <File
267 RelativePath=".\src\utime.cpp"
269 </File>
270 <File
271 RelativePath=".\src\wait.cpp"
273 </File>
274 <File
275 RelativePath=".\src\winnt.cpp"
277 </File>
278 <File
279 RelativePath=".\src\Ws2_32.cpp"
281 </File>
282 </Filter>
283 <Filter
284 Name="Header Files"
285 Filter="h;hpp;hxx;hm;inl;inc;xsd"
286 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
288 <File
289 RelativePath=".\src\init.h"
291 </File>
292 <File
293 RelativePath=".\src\utils.h"
295 </File>
296 <File
297 RelativePath=".\src\winnt.h"
299 </File>
300 <File
301 RelativePath=".\src\Ws2_32.h"
303 </File>
304 <Filter
305 Name="public"
307 <File
308 RelativePath=".\inc\ctype.h"
310 </File>
311 <File
312 RelativePath=".\inc\dirent.h"
314 </File>
315 <File
316 RelativePath=".\inc\errno.h"
318 </File>
319 <File
320 RelativePath=".\inc\fcntl.h"
322 </File>
323 <File
324 RelativePath=".\inc\inttypes.h"
326 </File>
327 <File
328 RelativePath=".\inc\io.h"
330 </File>
331 <File
332 RelativePath=".\inc\malloc.h"
334 </File>
335 <File
336 RelativePath=".\inc\pwd.h"
338 </File>
339 <File
340 RelativePath=".\inc\signal.h"
342 </File>
343 <File
344 RelativePath=".\inc\stdio.h"
346 </File>
347 <File
348 RelativePath=".\inc\stdlib.h"
350 </File>
351 <File
352 RelativePath=".\inc\string.h"
354 </File>
355 <File
356 RelativePath=".\inc\tcrt.h"
358 </File>
359 <File
360 RelativePath=".\inc\time.h"
362 </File>
363 <File
364 RelativePath=".\inc\unistd.h"
366 </File>
367 <File
368 RelativePath=".\inc\utime.h"
370 </File>
371 <Filter
372 Name="sys"
374 <File
375 RelativePath=".\inc\sys\mman.h"
377 </File>
378 <File
379 RelativePath=".\inc\sys\param.h"
381 </File>
382 <File
383 RelativePath=".\inc\sys\poll.h"
385 </File>
386 <File
387 RelativePath=".\inc\sys\select.h"
389 </File>
390 <File
391 RelativePath=".\inc\sys\socket.h"
393 </File>
394 <File
395 RelativePath=".\inc\sys\stat.h"
397 </File>
398 <File
399 RelativePath=".\inc\sys\time.h"
401 </File>
402 <File
403 RelativePath=".\inc\sys\types.h"
405 </File>
406 <File
407 RelativePath=".\inc\sys\wait.h"
409 </File>
410 </Filter>
411 </Filter>
412 </Filter>
413 <Filter
414 Name="Resources"
416 <File
417 RelativePath=".\msvcrt.def"
419 <FileConfiguration
420 Name="Debug|Win32"
422 <Tool
423 Name="VCCustomBuildTool"
424 Description="Creating import library $(TargetName)"
425 CommandLine="lib /DEF:$(InputPath) /MACHINE:X86&#x0D;&#x0A;"
426 Outputs="$(InputName).exp;$(InputName).lib"
428 </FileConfiguration>
429 <FileConfiguration
430 Name="release|Win32"
432 <Tool
433 Name="VCCustomBuildTool"
434 Description="Creating import library $(TargetName)"
435 CommandLine="lib /DEF:$(InputPath) /MACHINE:X86&#x0D;&#x0A;"
436 Outputs="$(InputName).exp;$(InputName).lib"
438 </FileConfiguration>
439 </File>
440 </Filter>
441 </Files>
442 <Globals>
443 </Globals>
444 </VisualStudioProject>