libapr.dsp revision 251886
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 "file_io"
258
259# PROP Default_Filter ""
260# Begin Source File
261
262SOURCE=.\file_io\win32\buffer.c
263# End Source File
264# Begin Source File
265
266SOURCE=.\file_io\unix\copy.c
267# End Source File
268# Begin Source File
269
270SOURCE=.\file_io\win32\dir.c
271# End Source File
272# Begin Source File
273
274SOURCE=.\file_io\unix\fileacc.c
275# End Source File
276# Begin Source File
277
278SOURCE=.\file_io\win32\filedup.c
279# End Source File
280# Begin Source File
281
282SOURCE=.\file_io\win32\filepath.c
283# End Source File
284# Begin Source File
285
286SOURCE=.\file_io\unix\filepath_util.c
287# End Source File
288# Begin Source File
289
290SOURCE=.\file_io\win32\filestat.c
291# End Source File
292# Begin Source File
293
294SOURCE=.\file_io\win32\filesys.c
295# End Source File
296# Begin Source File
297
298SOURCE=.\file_io\win32\flock.c
299# End Source File
300# Begin Source File
301
302SOURCE=.\file_io\unix\fullrw.c
303# End Source File
304# Begin Source File
305
306SOURCE=.\file_io\unix\mktemp.c
307# End Source File
308# Begin Source File
309
310SOURCE=.\file_io\win32\open.c
311# End Source File
312# Begin Source File
313
314SOURCE=.\file_io\win32\pipe.c
315# End Source File
316# Begin Source File
317
318SOURCE=.\file_io\win32\readwrite.c
319# End Source File
320# Begin Source File
321
322SOURCE=.\file_io\win32\seek.c
323# End Source File
324# Begin Source File
325
326SOURCE=.\file_io\unix\tempdir.c
327# End Source File
328# End Group
329# Begin Group "locks"
330
331# PROP Default_Filter ""
332# Begin Source File
333
334SOURCE=.\locks\win32\proc_mutex.c
335# End Source File
336# Begin Source File
337
338SOURCE=.\locks\win32\thread_cond.c
339# End Source File
340# Begin Source File
341
342SOURCE=.\locks\win32\thread_mutex.c
343# End Source File
344# Begin Source File
345
346SOURCE=.\locks\win32\thread_rwlock.c
347# End Source File
348# End Group
349# Begin Group "memory"
350
351# PROP Default_Filter ""
352# Begin Source File
353
354SOURCE=.\memory\unix\apr_pools.c
355# End Source File
356# End Group
357# Begin Group "misc"
358
359# PROP Default_Filter ""
360# Begin Source File
361
362SOURCE=.\misc\win32\apr_app.c
363# PROP Exclude_From_Build 1
364# End Source File
365# Begin Source File
366
367SOURCE=.\misc\win32\charset.c
368# End Source File
369# Begin Source File
370
371SOURCE=.\misc\win32\env.c
372# End Source File
373# Begin Source File
374
375SOURCE=.\misc\unix\errorcodes.c
376# End Source File
377# Begin Source File
378
379SOURCE=.\misc\unix\getopt.c
380# End Source File
381# Begin Source File
382
383SOURCE=.\misc\win32\internal.c
384# End Source File
385# Begin Source File
386
387SOURCE=.\misc\win32\misc.c
388# End Source File
389# Begin Source File
390
391SOURCE=.\misc\unix\otherchild.c
392# End Source File
393# Begin Source File
394
395SOURCE=.\misc\win32\rand.c
396# End Source File
397# Begin Source File
398
399SOURCE=.\misc\win32\start.c
400# End Source File
401# Begin Source File
402
403SOURCE=.\misc\win32\utf8.c
404# End Source File
405# Begin Source File
406
407SOURCE=.\misc\unix\version.c
408# End Source File
409# End Group
410# Begin Group "mmap"
411
412# PROP Default_Filter ""
413# Begin Source File
414
415SOURCE=.\mmap\unix\common.c
416# End Source File
417# Begin Source File
418
419SOURCE=.\mmap\win32\mmap.c
420# End Source File
421# End Group
422# Begin Group "network_io"
423
424# PROP Default_Filter ""
425# Begin Source File
426
427SOURCE=.\network_io\unix\inet_ntop.c
428# End Source File
429# Begin Source File
430
431SOURCE=.\network_io\unix\inet_pton.c
432# End Source File
433# Begin Source File
434
435SOURCE=.\network_io\unix\multicast.c
436# End Source File
437# Begin Source File
438
439SOURCE=.\network_io\win32\sendrecv.c
440# End Source File
441# Begin Source File
442
443SOURCE=.\network_io\unix\sockaddr.c
444# End Source File
445# Begin Source File
446
447SOURCE=.\network_io\win32\sockets.c
448# End Source File
449# Begin Source File
450
451SOURCE=.\network_io\unix\socket_util.c
452# End Source File
453# Begin Source File
454
455SOURCE=.\network_io\win32\sockopt.c
456# End Source File
457# End Group
458# Begin Group "passwd"
459
460# PROP Default_Filter ""
461# Begin Source File
462
463SOURCE=.\passwd\apr_getpass.c
464# End Source File
465# End Group
466# Begin Group "poll"
467
468# PROP Default_Filter ""
469# Begin Source File
470
471SOURCE=.\poll\unix\poll.c
472# End Source File
473# Begin Source File
474
475SOURCE=.\poll\unix\pollcb.c
476# End Source File
477# Begin Source File
478
479SOURCE=.\poll\unix\pollset.c
480# End Source File
481# Begin Source File
482
483SOURCE=.\poll\unix\select.c
484# End Source File
485# End Group
486# Begin Group "random"
487
488# PROP Default_Filter ""
489# Begin Source File
490
491SOURCE=.\random\unix\apr_random.c
492# End Source File
493# Begin Source File
494
495SOURCE=.\random\unix\sha2.c
496# End Source File
497# Begin Source File
498
499SOURCE=.\random\unix\sha2_glue.c
500# End Source File
501# End Group
502# Begin Group "shmem"
503
504# PROP Default_Filter ""
505# Begin Source File
506
507SOURCE=.\shmem\win32\shm.c
508# End Source File
509# End Group
510# Begin Group "strings"
511
512# PROP Default_Filter ""
513# Begin Source File
514
515SOURCE=.\strings\apr_cpystrn.c
516# End Source File
517# Begin Source File
518
519SOURCE=.\strings\apr_fnmatch.c
520# End Source File
521# Begin Source File
522
523SOURCE=.\strings\apr_snprintf.c
524# End Source File
525# Begin Source File
526
527SOURCE=.\strings\apr_strings.c
528# End Source File
529# Begin Source File
530
531SOURCE=.\strings\apr_strnatcmp.c
532# End Source File
533# Begin Source File
534
535SOURCE=.\strings\apr_strtok.c
536# End Source File
537# End Group
538# Begin Group "tables"
539
540# PROP Default_Filter ""
541# Begin Source File
542
543SOURCE=.\tables\apr_hash.c
544# End Source File
545# Begin Source File
546
547SOURCE=.\tables\apr_tables.c
548# End Source File
549# End Group
550# Begin Group "threadproc"
551
552# PROP Default_Filter ""
553# Begin Source File
554
555SOURCE=.\threadproc\win32\proc.c
556# End Source File
557# Begin Source File
558
559SOURCE=.\threadproc\win32\signals.c
560# End Source File
561# Begin Source File
562
563SOURCE=.\threadproc\win32\thread.c
564# End Source File
565# Begin Source File
566
567SOURCE=.\threadproc\win32\threadpriv.c
568# End Source File
569# End Group
570# Begin Group "time"
571
572# PROP Default_Filter ""
573# Begin Source File
574
575SOURCE=.\time\win32\time.c
576# End Source File
577# Begin Source File
578
579SOURCE=.\time\win32\timestr.c
580# End Source File
581# End Group
582# Begin Group "user"
583
584# PROP Default_Filter ""
585# Begin Source File
586
587SOURCE=.\user\win32\groupinfo.c
588# End Source File
589# Begin Source File
590
591SOURCE=.\user\win32\userinfo.c
592# End Source File
593# End Group
594# End Group
595# Begin Group "Private Header Files"
596
597# PROP Default_Filter ""
598# Begin Source File
599
600SOURCE=.\include\arch\win32\apr_arch_atime.h
601# End Source File
602# Begin Source File
603
604SOURCE=.\include\arch\win32\apr_arch_dso.h
605# End Source File
606# Begin Source File
607
608SOURCE=.\include\arch\win32\apr_arch_file_io.h
609# End Source File
610# Begin Source File
611
612SOURCE=.\include\arch\win32\apr_arch_inherit.h
613# End Source File
614# Begin Source File
615
616SOURCE=.\include\arch\win32\apr_arch_misc.h
617# End Source File
618# Begin Source File
619
620SOURCE=.\include\arch\win32\apr_arch_networkio.h
621# End Source File
622# Begin Source File
623
624SOURCE=.\include\arch\win32\apr_arch_thread_mutex.h
625# End Source File
626# Begin Source File
627
628SOURCE=.\include\arch\win32\apr_arch_thread_rwlock.h
629# End Source File
630# Begin Source File
631
632SOURCE=.\include\arch\win32\apr_arch_threadproc.h
633# End Source File
634# Begin Source File
635
636SOURCE=.\include\arch\win32\apr_arch_utf8.h
637# End Source File
638# Begin Source File
639
640SOURCE=.\include\arch\win32\apr_private.h
641# End Source File
642# Begin Source File
643
644SOURCE=.\include\arch\apr_private_common.h
645# End Source File
646# End Group
647# Begin Group "Public Header Files"
648
649# PROP Default_Filter ""
650# Begin Source File
651
652SOURCE=.\include\apr.h.in
653# PROP Exclude_From_Build 1
654# End Source File
655# Begin Source File
656
657SOURCE=.\include\apr.hnw
658# PROP Exclude_From_Build 1
659# End Source File
660# Begin Source File
661
662SOURCE=.\include\apr.hw
663
664!IF  "$(CFG)" == "libapr - Win32 Release"
665
666# Begin Custom Build - Creating apr.h from apr.hw
667InputPath=.\include\apr.hw
668
669".\include\apr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
670	type .\include\apr.hw > .\include\apr.h
671
672# End Custom Build
673
674!ELSEIF  "$(CFG)" == "libapr - Win32 Debug"
675
676# Begin Custom Build - Creating apr.h from apr.hw
677InputPath=.\include\apr.hw
678
679".\include\apr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
680	type .\include\apr.hw > .\include\apr.h
681
682# End Custom Build
683
684!ELSEIF  "$(CFG)" == "libapr - Win32 Release9x"
685
686# Begin Custom Build - Creating apr.h from apr.hw
687InputPath=.\include\apr.hw
688
689".\include\apr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
690	type .\include\apr.hw > .\include\apr.h
691
692# End Custom Build
693
694!ELSEIF  "$(CFG)" == "libapr - Win32 Debug9x"
695
696# Begin Custom Build - Creating apr.h from apr.hw
697InputPath=.\include\apr.hw
698
699".\include\apr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
700	type .\include\apr.hw > .\include\apr.h
701
702# End Custom Build
703
704!ELSEIF  "$(CFG)" == "libapr - x64 Release"
705
706# Begin Custom Build - Creating apr.h from apr.hw
707InputPath=.\include\apr.hw
708
709".\include\apr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
710	type .\include\apr.hw > .\include\apr.h
711
712# End Custom Build
713
714!ELSEIF  "$(CFG)" == "libapr - x64 Debug"
715
716# Begin Custom Build - Creating apr.h from apr.hw
717InputPath=.\include\apr.hw
718
719".\include\apr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
720	type .\include\apr.hw > .\include\apr.h
721
722# End Custom Build
723
724!ENDIF 
725
726# End Source File
727# Begin Source File
728
729SOURCE=.\include\apr_allocator.h
730# End Source File
731# Begin Source File
732
733SOURCE=.\include\apr_atomic.h
734# End Source File
735# Begin Source File
736
737SOURCE=.\include\apr_dso.h
738# End Source File
739# Begin Source File
740
741SOURCE=.\include\apr_env.h
742# End Source File
743# Begin Source File
744
745SOURCE=.\include\apr_errno.h
746# End Source File
747# Begin Source File
748
749SOURCE=.\include\apr_file_info.h
750# End Source File
751# Begin Source File
752
753SOURCE=.\include\apr_file_io.h
754# End Source File
755# Begin Source File
756
757SOURCE=.\include\apr_fnmatch.h
758# End Source File
759# Begin Source File
760
761SOURCE=.\include\apr_general.h
762# End Source File
763# Begin Source File
764
765SOURCE=.\include\apr_getopt.h
766# End Source File
767# Begin Source File
768
769SOURCE=.\include\apr_global_mutex.h
770# End Source File
771# Begin Source File
772
773SOURCE=.\include\apr_hash.h
774# End Source File
775# Begin Source File
776
777SOURCE=.\include\apr_inherit.h
778# End Source File
779# Begin Source File
780
781SOURCE=.\include\apr_lib.h
782# End Source File
783# Begin Source File
784
785SOURCE=.\include\apr_mmap.h
786# End Source File
787# Begin Source File
788
789SOURCE=.\include\apr_network_io.h
790# End Source File
791# Begin Source File
792
793SOURCE=.\include\apr_poll.h
794# End Source File
795# Begin Source File
796
797SOURCE=.\include\apr_pools.h
798# End Source File
799# Begin Source File
800
801SOURCE=.\include\apr_portable.h
802# End Source File
803# Begin Source File
804
805SOURCE=.\include\apr_proc_mutex.h
806# End Source File
807# Begin Source File
808
809SOURCE=.\include\apr_random.h
810# End Source File
811# Begin Source File
812
813SOURCE=.\include\apr_ring.h
814# End Source File
815# Begin Source File
816
817SOURCE=.\include\apr_shm.h
818# End Source File
819# Begin Source File
820
821SOURCE=.\include\apr_signal.h
822# End Source File
823# Begin Source File
824
825SOURCE=.\include\apr_strings.h
826# End Source File
827# Begin Source File
828
829SOURCE=.\include\apr_support.h
830# End Source File
831# Begin Source File
832
833SOURCE=.\include\apr_tables.h
834# End Source File
835# Begin Source File
836
837SOURCE=.\include\apr_thread_cond.h
838# End Source File
839# Begin Source File
840
841SOURCE=.\include\apr_thread_mutex.h
842# End Source File
843# Begin Source File
844
845SOURCE=.\include\apr_thread_proc.h
846# End Source File
847# Begin Source File
848
849SOURCE=.\include\apr_thread_rwlock.h
850# End Source File
851# Begin Source File
852
853SOURCE=.\include\apr_time.h
854# End Source File
855# Begin Source File
856
857SOURCE=.\include\apr_user.h
858# End Source File
859# Begin Source File
860
861SOURCE=.\include\apr_version.h
862# End Source File
863# Begin Source File
864
865SOURCE=.\include\apr_want.h
866# End Source File
867# End Group
868# Begin Source File
869
870SOURCE=.\libapr.rc
871# End Source File
872# End Target
873# End Project
874