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