libapr.dsp revision 269847
1# Microsoft Developer Studio Project File - Name="libapr" - Package Owner=<4>
2# Microsoft Developer Studio Generated Build File, Format Version 6.00
3# ** DO NOT EDIT **
4
5# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
6
7CFG=libapr - Win32 Release
8!MESSAGE This is not a valid makefile. To build this project using NMAKE,
9!MESSAGE use the Export Makefile command and run
10!MESSAGE 
11!MESSAGE NMAKE /f "libapr.mak".
12!MESSAGE 
13!MESSAGE You can specify a configuration when running NMAKE
14!MESSAGE by defining the macro CFG on the command line. For example:
15!MESSAGE 
16!MESSAGE NMAKE /f "libapr.mak" CFG="libapr - Win32 Release"
17!MESSAGE 
18!MESSAGE Possible choices for configuration are:
19!MESSAGE 
20!MESSAGE "libapr - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21!MESSAGE "libapr - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
22!MESSAGE "libapr - Win32 Release9x" (based on "Win32 (x86) Dynamic-Link Library")
23!MESSAGE "libapr - Win32 Debug9x" (based on "Win32 (x86) Dynamic-Link Library")
24!MESSAGE "libapr - x64 Release" (based on "Win32 (x86) Dynamic-Link Library")
25!MESSAGE "libapr - x64 Debug" (based on "Win32 (x86) Dynamic-Link Library")
26!MESSAGE 
27
28# Begin Project
29# PROP AllowPerConfigDependencies 0
30# PROP Scc_ProjName ""
31# PROP Scc_LocalPath ""
32CPP=cl.exe
33MTL=midl.exe
34RSC=rc.exe
35
36!IF  "$(CFG)" == "libapr - Win32 Release"
37
38# PROP BASE Use_MFC 0
39# PROP BASE Use_Debug_Libraries 0
40# PROP BASE Output_Dir "Release"
41# PROP BASE Intermediate_Dir "Release"
42# PROP BASE Target_Dir ""
43# PROP Use_MFC 0
44# PROP Use_Debug_Libraries 0
45# PROP Output_Dir "Release"
46# PROP Intermediate_Dir "Release"
47# PROP Ignore_Export_Lib 0
48# PROP Target_Dir ""
49# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c
50# ADD CPP /nologo /MD /W3 /Zi /O2 /Oy- /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "NDEBUG" /D "APR_DECLARE_EXPORT" /D "WIN32" /D "WINNT" /D "_WINDOWS" /Fo"$(INTDIR)\" /Fd"$(INTDIR)\libapr_src" /FD /c
51# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
52# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
53# ADD BASE RSC /l 0x409 /d "NDEBUG"
54# ADD RSC /l 0x409 /i "./include" /d "NDEBUG" /d "APR_VERSION_ONLY"
55BSC32=bscmake.exe
56# ADD BASE BSC32 /nologo
57# ADD BSC32 /nologo
58LINK32=link.exe
59# ADD BASE LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib /nologo /base:"0x6EEC0000" /subsystem:windows /dll /incremental:no /debug /opt:ref
60# ADD LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib /nologo /base:"0x6EEC0000" /subsystem:windows /dll /incremental:no /debug /out:"Release\libapr-1.dll" /pdb:"Release\libapr-1.pdb" /implib:"Release\libapr-1.lib" /MACHINE:X86 /opt:ref
61# Begin Special Build Tool
62TargetPath=Release\libapr-1.dll
63SOURCE="$(InputPath)"
64PostBuild_Desc=Embed .manifest
65PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
66# End Special Build Tool
67
68!ELSEIF  "$(CFG)" == "libapr - Win32 Debug"
69
70# PROP BASE Use_MFC 0
71# PROP BASE Use_Debug_Libraries 1
72# PROP BASE Output_Dir "Debug"
73# PROP BASE Intermediate_Dir "Debug"
74# PROP BASE Target_Dir ""
75# PROP Use_MFC 0
76# PROP Use_Debug_Libraries 1
77# PROP Output_Dir "Debug"
78# PROP Intermediate_Dir "Debug"
79# PROP Ignore_Export_Lib 0
80# PROP Target_Dir ""
81# ADD BASE CPP /nologo /MDd /W3 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /EHsc /c
82# ADD CPP /nologo /MDd /W3 /Zi /Od /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "_DEBUG" /D "APR_DECLARE_EXPORT" /D "WIN32" /D "WINNT" /D "_WINDOWS" /Fo"$(INTDIR)\" /Fd"$(INTDIR)\libapr_src" /FD /EHsc /c
83# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
84# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
85# ADD BASE RSC /l 0x409 /d "_DEBUG"
86# ADD RSC /l 0x409 /i "./include" /d "_DEBUG" /d "APR_VERSION_ONLY"
87BSC32=bscmake.exe
88# ADD BASE BSC32 /nologo
89# ADD BSC32 /nologo
90LINK32=link.exe
91# ADD BASE LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib /nologo /base:"0x6EEC0000" /subsystem:windows /dll /incremental:no /debug
92# ADD LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib /nologo /base:"0x6EEC0000" /subsystem:windows /dll /incremental:no /debug /out:"Debug\libapr-1.dll" /pdb:"Debug\libapr-1.pdb" /implib:"Debug\libapr-1.lib" /MACHINE:X86
93# Begin Special Build Tool
94TargetPath=Debug\libapr-1.dll
95SOURCE="$(InputPath)"
96PostBuild_Desc=Embed .manifest
97PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
98# End Special Build Tool
99
100!ELSEIF  "$(CFG)" == "libapr - Win32 Release9x"
101
102# PROP BASE Use_MFC 0
103# PROP BASE Use_Debug_Libraries 0
104# PROP BASE Output_Dir "9x\Release"
105# PROP BASE Intermediate_Dir "9x\Release"
106# PROP BASE Target_Dir ""
107# PROP Use_MFC 0
108# PROP Use_Debug_Libraries 0
109# PROP Output_Dir "9x\Release"
110# PROP Intermediate_Dir "9x\Release"
111# PROP Ignore_Export_Lib 0
112# PROP Target_Dir ""
113# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c
114# ADD CPP /nologo /MD /W3 /Zi /O2 /Oy- /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "NDEBUG" /D "APR_DECLARE_EXPORT" /D "WIN32" /D "_WINDOWS" /Fo"$(INTDIR)\" /Fd"$(INTDIR)\libapr_src" /FD /c
115# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
116# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
117# ADD BASE RSC /l 0x409 /d "NDEBUG"
118# ADD RSC /l 0x409 /i "./include" /d "NDEBUG" /d "APR_VERSION_ONLY"
119BSC32=bscmake.exe
120# ADD BASE BSC32 /nologo
121# ADD BSC32 /nologo
122LINK32=link.exe
123# ADD BASE LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib /nologo /base:"0x6EEC0000" /subsystem:windows /dll /incremental:no /debug /opt:ref
124# ADD LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib /nologo /base:"0x6EEC0000" /subsystem:windows /dll /incremental:no /debug /out:"9x\Release\libapr-1.dll" /pdb:"9x\Release\libapr-1.pdb" /implib:"9x\Release\libapr-1.lib" /MACHINE:X86 /opt:ref
125# Begin Special Build Tool
126TargetPath=9x\Release\libapr.dll
127SOURCE="$(InputPath)"
128PostBuild_Desc=Embed .manifest
129PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
130# End Special Build Tool
131
132!ELSEIF  "$(CFG)" == "libapr - Win32 Debug9x"
133
134# PROP BASE Use_MFC 0
135# PROP BASE Use_Debug_Libraries 1
136# PROP BASE Output_Dir "9x\Debug"
137# PROP BASE Intermediate_Dir "9x\Debug"
138# PROP BASE Target_Dir ""
139# PROP Use_MFC 0
140# PROP Use_Debug_Libraries 1
141# PROP Output_Dir "9x\Debug"
142# PROP Intermediate_Dir "9x\Debug"
143# PROP Ignore_Export_Lib 0
144# PROP Target_Dir ""
145# ADD BASE CPP /nologo /MDd /W3 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /EHsc /c
146# ADD CPP /nologo /MDd /W3 /Zi /Od /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "_DEBUG" /D "APR_DECLARE_EXPORT" /D "WIN32" /D "_WINDOWS" /Fo"$(INTDIR)\" /Fd"$(INTDIR)\libapr_src" /FD /EHsc /c
147# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
148# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
149# ADD BASE RSC /l 0x409 /d "_DEBUG"
150# ADD RSC /l 0x409 /i "./include" /d "_DEBUG" /d "APR_VERSION_ONLY"
151BSC32=bscmake.exe
152# ADD BASE BSC32 /nologo
153# ADD BSC32 /nologo
154LINK32=link.exe
155# ADD BASE LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib /nologo /base:"0x6EEC0000" /subsystem:windows /dll /incremental:no /debug
156# ADD LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib /nologo /base:"0x6EEC0000" /subsystem:windows /dll /incremental:no /debug /out:"9x\Debug\libapr-1.dll" /pdb:"9x\Debug\libapr-1.pdb" /implib:"9x\Debug\libapr-1.lib" /MACHINE:X86
157# Begin Special Build Tool
158TargetPath=9x\Debug\libapr-1.dll
159SOURCE="$(InputPath)"
160PostBuild_Desc=Embed .manifest
161PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
162# End Special Build Tool
163
164!ELSEIF  "$(CFG)" == "libapr - x64 Release"
165
166# PROP BASE Use_MFC 0
167# PROP BASE Use_Debug_Libraries 0
168# PROP BASE Output_Dir "x64\Release"
169# PROP BASE Intermediate_Dir "x64\Release"
170# PROP BASE Target_Dir ""
171# PROP Use_MFC 0
172# PROP Use_Debug_Libraries 0
173# PROP Output_Dir "x64\Release"
174# PROP Intermediate_Dir "x64\Release"
175# PROP Ignore_Export_Lib 0
176# PROP Target_Dir ""
177# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c
178# ADD CPP /nologo /MD /W3 /Zi /O2 /Oy- /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "NDEBUG" /D "APR_DECLARE_EXPORT" /D "WIN32" /D "WINNT" /D "_WINDOWS" /Fo"$(INTDIR)\" /Fd"$(INTDIR)\libapr_src" /FD /c
179# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
180# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
181# ADD BASE RSC /l 0x409 /d "NDEBUG"
182# ADD RSC /l 0x409 /i "./include" /d "NDEBUG" /d "APR_VERSION_ONLY"
183BSC32=bscmake.exe
184# ADD BASE BSC32 /nologo
185# ADD BSC32 /nologo
186LINK32=link.exe
187# ADD BASE LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib /nologo /base:"0x6EEC0000" /subsystem:windows /dll /incremental:no /debug /opt:ref
188# ADD LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib /nologo /base:"0x6EEC0000" /subsystem:windows /dll /incremental:no /debug /out:"x64\Release\libapr-1.dll" /pdb:"x64\Release\libapr-1.pdb" /implib:"x64\Release\libapr-1.lib" /MACHINE:X64 /opt:ref
189# Begin Special Build Tool
190TargetPath=x64\Release\libapr-1.dll
191SOURCE="$(InputPath)"
192PostBuild_Desc=Embed .manifest
193PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
194# End Special Build Tool
195
196!ELSEIF  "$(CFG)" == "libapr - x64 Debug"
197
198# PROP BASE Use_MFC 0
199# PROP BASE Use_Debug_Libraries 1
200# PROP BASE Output_Dir "x64\Debug"
201# PROP BASE Intermediate_Dir "x64\Debug"
202# PROP BASE Target_Dir ""
203# PROP Use_MFC 0
204# PROP Use_Debug_Libraries 1
205# PROP Output_Dir "x64\Debug"
206# PROP Intermediate_Dir "x64\Debug"
207# PROP Ignore_Export_Lib 0
208# PROP Target_Dir ""
209# ADD BASE CPP /nologo /MDd /W3 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /EHsc /c
210# ADD CPP /nologo /MDd /W3 /Zi /Od /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "_DEBUG" /D "APR_DECLARE_EXPORT" /D "WIN32" /D "WINNT" /D "_WINDOWS" /Fo"$(INTDIR)\" /Fd"$(INTDIR)\libapr_src" /FD /EHsc /c
211# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
212# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
213# ADD BASE RSC /l 0x409 /d "_DEBUG"
214# ADD RSC /l 0x409 /i "./include" /d "_DEBUG" /d "APR_VERSION_ONLY"
215BSC32=bscmake.exe
216# ADD BASE BSC32 /nologo
217# ADD BSC32 /nologo
218LINK32=link.exe
219# ADD BASE LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib /nologo /base:"0x6EEC0000" /subsystem:windows /dll /incremental:no /debug
220# ADD LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib /nologo /base:"0x6EEC0000" /subsystem:windows /dll /incremental:no /debug /out:"x64\Debug\libapr-1.dll" /pdb:"x64\Debug\libapr-1.pdb" /implib:"x64\Debug\libapr-1.lib" /MACHINE:X64
221# Begin Special Build Tool
222TargetPath=x64\Debug\libapr-1.dll
223SOURCE="$(InputPath)"
224PostBuild_Desc=Embed .manifest
225PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
226# End Special Build Tool
227
228!ENDIF 
229
230# Begin Target
231
232# Name "libapr - Win32 Release"
233# Name "libapr - Win32 Debug"
234# Name "libapr - Win32 Release9x"
235# Name "libapr - Win32 Debug9x"
236# Name "libapr - x64 Release"
237# Name "libapr - x64 Debug"
238# Begin Group "Source Files"
239
240# PROP Default_Filter ".c"
241# Begin Group "atomic"
242
243# PROP Default_Filter ""
244# Begin Source File
245
246SOURCE=.\atomic\win32\apr_atomic.c
247# End Source File
248# End Group
249# Begin Group "dso"
250
251# PROP Default_Filter ""
252# Begin Source File
253
254SOURCE=.\dso\win32\dso.c
255# End Source File
256# End Group
257# Begin Group "encoding"
258
259# PROP Default_Filter ""
260# Begin Source File
261
262SOURCE=.\encoding\apr_escape.c
263# End Source File
264# End Group
265# Begin Group "file_io"
266
267# PROP Default_Filter ""
268# Begin Source File
269
270SOURCE=.\file_io\win32\buffer.c
271# End Source File
272# Begin Source File
273
274SOURCE=.\file_io\unix\copy.c
275# End Source File
276# Begin Source File
277
278SOURCE=.\file_io\win32\dir.c
279# End Source File
280# Begin Source File
281
282SOURCE=.\file_io\unix\fileacc.c
283# End Source File
284# Begin Source File
285
286SOURCE=.\file_io\win32\filedup.c
287# End Source File
288# Begin Source File
289
290SOURCE=.\file_io\win32\filepath.c
291# End Source File
292# Begin Source File
293
294SOURCE=.\file_io\unix\filepath_util.c
295# End Source File
296# Begin Source File
297
298SOURCE=.\file_io\win32\filestat.c
299# End Source File
300# Begin Source File
301
302SOURCE=.\file_io\win32\filesys.c
303# End Source File
304# Begin Source File
305
306SOURCE=.\file_io\win32\flock.c
307# End Source File
308# Begin Source File
309
310SOURCE=.\file_io\unix\fullrw.c
311# End Source File
312# Begin Source File
313
314SOURCE=.\file_io\unix\mktemp.c
315# End Source File
316# Begin Source File
317
318SOURCE=.\file_io\win32\open.c
319# End Source File
320# Begin Source File
321
322SOURCE=.\file_io\win32\pipe.c
323# End Source File
324# Begin Source File
325
326SOURCE=.\file_io\win32\readwrite.c
327# End Source File
328# Begin Source File
329
330SOURCE=.\file_io\win32\seek.c
331# End Source File
332# Begin Source File
333
334SOURCE=.\file_io\unix\tempdir.c
335# End Source File
336# End Group
337# Begin Group "locks"
338
339# PROP Default_Filter ""
340# Begin Source File
341
342SOURCE=.\locks\win32\proc_mutex.c
343# End Source File
344# Begin Source File
345
346SOURCE=.\locks\win32\thread_cond.c
347# End Source File
348# Begin Source File
349
350SOURCE=.\locks\win32\thread_mutex.c
351# End Source File
352# Begin Source File
353
354SOURCE=.\locks\win32\thread_rwlock.c
355# End Source File
356# End Group
357# Begin Group "memory"
358
359# PROP Default_Filter ""
360# Begin Source File
361
362SOURCE=.\memory\unix\apr_pools.c
363# End Source File
364# End Group
365# Begin Group "misc"
366
367# PROP Default_Filter ""
368# Begin Source File
369
370SOURCE=.\misc\win32\apr_app.c
371# PROP Exclude_From_Build 1
372# End Source File
373# Begin Source File
374
375SOURCE=.\misc\win32\charset.c
376# End Source File
377# Begin Source File
378
379SOURCE=.\misc\win32\env.c
380# End Source File
381# Begin Source File
382
383SOURCE=.\misc\unix\errorcodes.c
384# End Source File
385# Begin Source File
386
387SOURCE=.\misc\unix\getopt.c
388# End Source File
389# Begin Source File
390
391SOURCE=.\misc\win32\internal.c
392# End Source File
393# Begin Source File
394
395SOURCE=.\misc\win32\misc.c
396# End Source File
397# Begin Source File
398
399SOURCE=.\misc\unix\otherchild.c
400# End Source File
401# Begin Source File
402
403SOURCE=.\misc\win32\rand.c
404# End Source File
405# Begin Source File
406
407SOURCE=.\misc\win32\start.c
408# End Source File
409# Begin Source File
410
411SOURCE=.\misc\win32\utf8.c
412# End Source File
413# Begin Source File
414
415SOURCE=.\misc\unix\version.c
416# End Source File
417# End Group
418# Begin Group "mmap"
419
420# PROP Default_Filter ""
421# Begin Source File
422
423SOURCE=.\mmap\unix\common.c
424# End Source File
425# Begin Source File
426
427SOURCE=.\mmap\win32\mmap.c
428# End Source File
429# End Group
430# Begin Group "network_io"
431
432# PROP Default_Filter ""
433# Begin Source File
434
435SOURCE=.\network_io\unix\inet_ntop.c
436# End Source File
437# Begin Source File
438
439SOURCE=.\network_io\unix\inet_pton.c
440# End Source File
441# Begin Source File
442
443SOURCE=.\network_io\unix\multicast.c
444# End Source File
445# Begin Source File
446
447SOURCE=.\network_io\win32\sendrecv.c
448# End Source File
449# Begin Source File
450
451SOURCE=.\network_io\unix\sockaddr.c
452# End Source File
453# Begin Source File
454
455SOURCE=.\network_io\win32\sockets.c
456# End Source File
457# Begin Source File
458
459SOURCE=.\network_io\unix\socket_util.c
460# End Source File
461# Begin Source File
462
463SOURCE=.\network_io\win32\sockopt.c
464# End Source File
465# End Group
466# Begin Group "passwd"
467
468# PROP Default_Filter ""
469# Begin Source File
470
471SOURCE=.\passwd\apr_getpass.c
472# End Source File
473# End Group
474# Begin Group "poll"
475
476# PROP Default_Filter ""
477# Begin Source File
478
479SOURCE=.\poll\unix\poll.c
480# End Source File
481# Begin Source File
482
483SOURCE=.\poll\unix\pollcb.c
484# End Source File
485# Begin Source File
486
487SOURCE=.\poll\unix\pollset.c
488# End Source File
489# Begin Source File
490
491SOURCE=.\poll\unix\select.c
492# End Source File
493# End Group
494# Begin Group "random"
495
496# PROP Default_Filter ""
497# Begin Source File
498
499SOURCE=.\random\unix\apr_random.c
500# End Source File
501# Begin Source File
502
503SOURCE=.\random\unix\sha2.c
504# End Source File
505# Begin Source File
506
507SOURCE=.\random\unix\sha2_glue.c
508# End Source File
509# End Group
510# Begin Group "shmem"
511
512# PROP Default_Filter ""
513# Begin Source File
514
515SOURCE=.\shmem\win32\shm.c
516# End Source File
517# End Group
518# Begin Group "strings"
519
520# PROP Default_Filter ""
521# Begin Source File
522
523SOURCE=.\strings\apr_cpystrn.c
524# End Source File
525# Begin Source File
526
527SOURCE=.\strings\apr_fnmatch.c
528# End Source File
529# Begin Source File
530
531SOURCE=.\strings\apr_snprintf.c
532# End Source File
533# Begin Source File
534
535SOURCE=.\strings\apr_strings.c
536# End Source File
537# Begin Source File
538
539SOURCE=.\strings\apr_strnatcmp.c
540# End Source File
541# Begin Source File
542
543SOURCE=.\strings\apr_strtok.c
544# End Source File
545# End Group
546# Begin Group "tables"
547
548# PROP Default_Filter ""
549# Begin Source File
550
551SOURCE=.\tables\apr_hash.c
552# End Source File
553# Begin Source File
554
555SOURCE=.\tables\apr_tables.c
556# End Source File
557# Begin Source File
558
559SOURCE=.\tables\apr_skiplist.c
560# End Source File
561# End Group
562# Begin Group "threadproc"
563
564# PROP Default_Filter ""
565# Begin Source File
566
567SOURCE=.\threadproc\win32\proc.c
568# End Source File
569# Begin Source File
570
571SOURCE=.\threadproc\win32\signals.c
572# End Source File
573# Begin Source File
574
575SOURCE=.\threadproc\win32\thread.c
576# End Source File
577# Begin Source File
578
579SOURCE=.\threadproc\win32\threadpriv.c
580# End Source File
581# End Group
582# Begin Group "time"
583
584# PROP Default_Filter ""
585# Begin Source File
586
587SOURCE=.\time\win32\time.c
588# End Source File
589# Begin Source File
590
591SOURCE=.\time\win32\timestr.c
592# End Source File
593# End Group
594# Begin Group "user"
595
596# PROP Default_Filter ""
597# Begin Source File
598
599SOURCE=.\user\win32\groupinfo.c
600# End Source File
601# Begin Source File
602
603SOURCE=.\user\win32\userinfo.c
604# End Source File
605# End Group
606# End Group
607# Begin Group "Private Header Files"
608
609# PROP Default_Filter ""
610# Begin Source File
611
612SOURCE=.\include\arch\win32\apr_arch_atime.h
613# End Source File
614# Begin Source File
615
616SOURCE=.\include\arch\win32\apr_arch_dso.h
617# End Source File
618# Begin Source File
619
620SOURCE=.\include\arch\win32\apr_arch_file_io.h
621# End Source File
622# Begin Source File
623
624SOURCE=.\include\arch\win32\apr_arch_inherit.h
625# End Source File
626# Begin Source File
627
628SOURCE=.\include\arch\win32\apr_arch_misc.h
629# End Source File
630# Begin Source File
631
632SOURCE=.\include\arch\win32\apr_arch_networkio.h
633# End Source File
634# Begin Source File
635
636SOURCE=.\include\arch\win32\apr_arch_thread_mutex.h
637# End Source File
638# Begin Source File
639
640SOURCE=.\include\arch\win32\apr_arch_thread_rwlock.h
641# End Source File
642# Begin Source File
643
644SOURCE=.\include\arch\win32\apr_arch_threadproc.h
645# End Source File
646# Begin Source File
647
648SOURCE=.\include\arch\win32\apr_arch_utf8.h
649# End Source File
650# Begin Source File
651
652SOURCE=.\include\arch\win32\apr_private.h
653# End Source File
654# Begin Source File
655
656SOURCE=.\include\arch\apr_private_common.h
657# End Source File
658# End Group
659# Begin Group "Public Header Files"
660
661# PROP Default_Filter ""
662# Begin Source File
663
664SOURCE=.\include\apr.h.in
665# PROP Exclude_From_Build 1
666# End Source File
667# Begin Source File
668
669SOURCE=.\include\apr.hnw
670# PROP Exclude_From_Build 1
671# End Source File
672# Begin Source File
673
674SOURCE=.\include\apr.hw
675
676!IF  "$(CFG)" == "libapr - Win32 Release"
677
678# Begin Custom Build - Creating apr.h from apr.hw
679InputPath=.\include\apr.hw
680
681".\include\apr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
682	type .\include\apr.hw > .\include\apr.h
683
684# End Custom Build
685
686!ELSEIF  "$(CFG)" == "libapr - Win32 Debug"
687
688# Begin Custom Build - Creating apr.h from apr.hw
689InputPath=.\include\apr.hw
690
691".\include\apr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
692	type .\include\apr.hw > .\include\apr.h
693
694# End Custom Build
695
696!ELSEIF  "$(CFG)" == "libapr - Win32 Release9x"
697
698# Begin Custom Build - Creating apr.h from apr.hw
699InputPath=.\include\apr.hw
700
701".\include\apr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
702	type .\include\apr.hw > .\include\apr.h
703
704# End Custom Build
705
706!ELSEIF  "$(CFG)" == "libapr - Win32 Debug9x"
707
708# Begin Custom Build - Creating apr.h from apr.hw
709InputPath=.\include\apr.hw
710
711".\include\apr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
712	type .\include\apr.hw > .\include\apr.h
713
714# End Custom Build
715
716!ELSEIF  "$(CFG)" == "libapr - x64 Release"
717
718# Begin Custom Build - Creating apr.h from apr.hw
719InputPath=.\include\apr.hw
720
721".\include\apr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
722	type .\include\apr.hw > .\include\apr.h
723
724# End Custom Build
725
726!ELSEIF  "$(CFG)" == "libapr - x64 Debug"
727
728# Begin Custom Build - Creating apr.h from apr.hw
729InputPath=.\include\apr.hw
730
731".\include\apr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
732	type .\include\apr.hw > .\include\apr.h
733
734# End Custom Build
735
736!ENDIF 
737
738# End Source File
739# Begin Source File
740
741SOURCE=.\include\apr_allocator.h
742# End Source File
743# Begin Source File
744
745SOURCE=.\include\apr_atomic.h
746# End Source File
747# Begin Source File
748
749SOURCE=.\include\apr_dso.h
750# End Source File
751# Begin Source File
752
753SOURCE=.\include\apr_env.h
754# End Source File
755# Begin Source File
756
757SOURCE=.\include\apr_errno.h
758# End Source File
759# Begin Source File
760
761SOURCE=.\include\apr_escape.h
762
763!IF  "$(CFG)" == "libapr - Win32 Release"
764
765# Begin Custom Build - Creating gen_test_char.exe and apr_escape_test_char.h
766InputPath=.\include\apr_escape.h
767
768".\Release\gen_test_char.exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
769	cl.exe /nologo /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /I ".\include" /Fo.\Release\gen_test_char /Fe.\Release\gen_test_char.exe .\tools\gen_test_char.c 
770	.\Release\gen_test_char.exe > .\include\apr_escape_test_char.h
771
772# End Custom Build
773
774!ELSEIF  "$(CFG)" == "libapr - Win32 Debug"
775
776# Begin Custom Build - Creating gen_test_char.exe and apr_escape_test_char.h
777InputPath=.\include\apr_escape.h
778
779".\Debug\gen_test_char.exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
780	cl.exe /nologo /W3 /EHsc /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /I ".\include" /Fo.\Debug\gen_test_char /Fe.\Debug\gen_test_char.exe .\tools\gen_test_char.c  
781	.\Debug\gen_test_char.exe > .\include\apr_escape_test_char.h
782
783# End Custom Build
784
785!ELSEIF  "$(CFG)" == "libapr - Win32 Release9x"
786
787# Begin Custom Build - Creating gen_test_char.exe and apr_escape_test_char.h
788InputPath=.\include\apr_escape.h
789
790".\9x\Release\gen_test_char.exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
791	cl.exe /nologo /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /I ".\include" /Fo.\9x\Release\gen_test_char /Fe.\9x\Release\gen_test_char.exe .\tools\gen_test_char.c 
792	.\9x\Release\gen_test_char.exe > .\include\apr_escape_test_char.h
793
794# End Custom Build
795
796!ELSEIF  "$(CFG)" == "libapr - Win32 Debug9x"
797
798# Begin Custom Build - Creating gen_test_char.exe and apr_escape_test_char.h
799InputPath=.\include\apr_escape.h
800
801".\9x\Debug\gen_test_char.exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
802	cl.exe /nologo /W3 /EHsc /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /I ".\include" /Fo.\9x\Debug\gen_test_char /Fe.\9x\Debug\gen_test_char.exe .\tools\gen_test_char.c  
803	.\9x\Debug\gen_test_char.exe > .\include\apr_escape_test_char.h
804
805# End Custom Build
806
807!ELSEIF  "$(CFG)" == "libapr - x64 Release"
808
809# Begin Custom Build - Creating gen_test_char.exe and apr_escape_test_char.h
810InputPath=.\include\apr_escape.h
811
812".\x64\Release\gen_test_char.exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
813	cl.exe /nologo /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /I ".\include" /Fo.\x64\Release\gen_test_char /Fe.\x64\Release\gen_test_char.exe .\tools\gen_test_char.c 
814	.\x64\Release\gen_test_char.exe > .\include\apr_escape_test_char.h
815
816# End Custom Build
817
818!ELSEIF  "$(CFG)" == "libapr - x64 Debug"
819
820# Begin Custom Build - Creating gen_test_char.exe and apr_escape_test_char.h
821InputPath=.\include\apr_escape.h
822
823".\x64\Debug\gen_test_char.exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
824	cl.exe /nologo /W3 /EHsc /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /I ".\include" /Fo.\x64\Debug\gen_test_char /Fe.\x64\Debug\gen_test_char.exe .\tools\gen_test_char.c 
825	.\x64\Debug\gen_test_char.exe > .\include\apr_escape_test_char.h
826
827# End Custom Build
828
829!ENDIF 
830
831# End Source File
832# Begin Source File
833
834SOURCE=.\include\apr_file_info.h
835# End Source File
836# Begin Source File
837
838SOURCE=.\include\apr_file_io.h
839# End Source File
840# Begin Source File
841
842SOURCE=.\include\apr_fnmatch.h
843# End Source File
844# Begin Source File
845
846SOURCE=.\include\apr_general.h
847# End Source File
848# Begin Source File
849
850SOURCE=.\include\apr_getopt.h
851# End Source File
852# Begin Source File
853
854SOURCE=.\include\apr_global_mutex.h
855# End Source File
856# Begin Source File
857
858SOURCE=.\include\apr_hash.h
859# End Source File
860# Begin Source File
861
862SOURCE=.\include\apr_inherit.h
863# End Source File
864# Begin Source File
865
866SOURCE=.\include\apr_lib.h
867# End Source File
868# Begin Source File
869
870SOURCE=.\include\apr_mmap.h
871# End Source File
872# Begin Source File
873
874SOURCE=.\include\apr_network_io.h
875# End Source File
876# Begin Source File
877
878SOURCE=.\include\apr_poll.h
879# End Source File
880# Begin Source File
881
882SOURCE=.\include\apr_pools.h
883# End Source File
884# Begin Source File
885
886SOURCE=.\include\apr_portable.h
887# End Source File
888# Begin Source File
889
890SOURCE=.\include\apr_proc_mutex.h
891# End Source File
892# Begin Source File
893
894SOURCE=.\include\apr_random.h
895# End Source File
896# Begin Source File
897
898SOURCE=.\include\apr_ring.h
899# End Source File
900# Begin Source File
901
902SOURCE=.\include\apr_shm.h
903# End Source File
904# Begin Source File
905
906SOURCE=.\include\apr_signal.h
907# End Source File
908# Begin Source File
909
910SOURCE=.\include\apr_skiplist.h
911# End Source File
912# Begin Source File
913
914SOURCE=.\include\apr_strings.h
915# End Source File
916# Begin Source File
917
918SOURCE=.\include\apr_support.h
919# End Source File
920# Begin Source File
921
922SOURCE=.\include\apr_tables.h
923# End Source File
924# Begin Source File
925
926SOURCE=.\include\apr_thread_cond.h
927# End Source File
928# Begin Source File
929
930SOURCE=.\include\apr_thread_mutex.h
931# End Source File
932# Begin Source File
933
934SOURCE=.\include\apr_thread_proc.h
935# End Source File
936# Begin Source File
937
938SOURCE=.\include\apr_thread_rwlock.h
939# End Source File
940# Begin Source File
941
942SOURCE=.\include\apr_time.h
943# End Source File
944# Begin Source File
945
946SOURCE=.\include\apr_user.h
947# End Source File
948# Begin Source File
949
950SOURCE=.\include\apr_version.h
951# End Source File
952# Begin Source File
953
954SOURCE=.\include\apr_want.h
955
956!IF  "$(CFG)" == "libapr - Win32 Release"
957
958# Begin Custom Build
959InputPath=.\include\apr_want.h
960
961".\include\apr_escape_test_char.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
962	type .\include\apr.hw > .\include\apr.h
963
964# End Custom Build
965
966!ELSEIF  "$(CFG)" == "libapr - Win32 Debug"
967
968# Begin Custom Build
969InputPath=.\include\apr_want.h
970
971".\include\apr_escape_test_char.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
972	type .\include\apr.hw > .\include\apr.h
973
974# End Custom Build
975
976!ELSEIF  "$(CFG)" == "libapr - Win32 Release9x"
977
978# Begin Custom Build
979InputPath=.\include\apr_want.h
980
981".\include\apr_escape_test_char.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
982	type .\include\apr.hw > .\include\apr.h
983
984# End Custom Build
985
986!ELSEIF  "$(CFG)" == "libapr - Win32 Debug9x"
987
988# Begin Custom Build
989InputPath=.\include\apr_want.h
990
991".\include\apr_escape_test_char.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
992	type .\include\apr.hw > .\include\apr.h
993
994# End Custom Build
995
996!ELSEIF  "$(CFG)" == "libapr - x64 Release"
997
998# Begin Custom Build
999InputPath=.\include\apr_want.h
1000
1001".\include\apr_escape_test_char.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1002	type .\include\apr.hw > .\include\apr.h
1003
1004# End Custom Build
1005
1006!ELSEIF  "$(CFG)" == "libapr - x64 Debug"
1007
1008# Begin Custom Build
1009InputPath=.\include\apr_want.h
1010
1011".\include\apr_escape_test_char.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1012	type .\include\apr.hw > .\include\apr.h
1013
1014# End Custom Build
1015
1016!ENDIF 
1017
1018# End Source File
1019# End Group
1020# Begin Source File
1021
1022SOURCE=.\libapr.rc
1023# End Source File
1024# End Target
1025# End Project
1026