169343Snewton# Microsoft Developer Studio Project File - Name="libapr" - Package Owner=<4>
269343Snewton# Microsoft Developer Studio Generated Build File, Format Version 6.00
369343Snewton# ** DO NOT EDIT **
469343Snewton
569343Snewton# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
669343Snewton
769343SnewtonCFG=libapr - Win32 Release
869343Snewton!MESSAGE This is not a valid makefile. To build this project using NMAKE,
969343Snewton!MESSAGE use the Export Makefile command and run
1069343Snewton!MESSAGE 
1169343Snewton!MESSAGE NMAKE /f "libapr.mak".
1269343Snewton!MESSAGE 
1369343Snewton!MESSAGE You can specify a configuration when running NMAKE
1469343Snewton!MESSAGE by defining the macro CFG on the command line. For example:
1569343Snewton!MESSAGE 
1669343Snewton!MESSAGE NMAKE /f "libapr.mak" CFG="libapr - Win32 Release"
1769343Snewton!MESSAGE 
1869343Snewton!MESSAGE Possible choices for configuration are:
1969343Snewton!MESSAGE 
2069343Snewton!MESSAGE "libapr - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
2169343Snewton!MESSAGE "libapr - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
2269343Snewton!MESSAGE "libapr - Win32 Release9x" (based on "Win32 (x86) Dynamic-Link Library")
2369343Snewton!MESSAGE "libapr - Win32 Debug9x" (based on "Win32 (x86) Dynamic-Link Library")
2469343Snewton!MESSAGE "libapr - x64 Release" (based on "Win32 (x86) Dynamic-Link Library")
2569343Snewton!MESSAGE "libapr - x64 Debug" (based on "Win32 (x86) Dynamic-Link Library")
26177293Sbrueffer!MESSAGE 
27177293Sbrueffer
2869343Snewton# Begin Project
2969343Snewton# PROP AllowPerConfigDependencies 0
3069343Snewton# PROP Scc_ProjName ""
3169343Snewton# PROP Scc_LocalPath ""
3269343SnewtonCPP=cl.exe
3369343SnewtonMTL=midl.exe
34177293SbruefferRSC=rc.exe
35177293Sbrueffer
36177293Sbrueffer!IF  "$(CFG)" == "libapr - Win32 Release"
37177293Sbrueffer
38177293Sbrueffer# PROP BASE Use_MFC 0
39177293Sbrueffer# PROP BASE Use_Debug_Libraries 0
4069343Snewton# PROP BASE Output_Dir "Release"
41177293Sbrueffer# PROP BASE Intermediate_Dir "Release"
42177293Sbrueffer# PROP BASE Target_Dir ""
43177293Sbrueffer# PROP Use_MFC 0
44177293Sbrueffer# PROP Use_Debug_Libraries 0
45177293Sbrueffer# PROP Output_Dir "Release"
46177293Sbrueffer# PROP Intermediate_Dir "Release"
4769343Snewton# PROP Ignore_Export_Lib 0
4869343Snewton# PROP Target_Dir ""
4969343Snewton# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c
5069343Snewton# 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
5169343Snewton# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
5269343Snewton# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
5369343Snewton# ADD BASE RSC /l 0x409 /d "NDEBUG"
5469343Snewton# ADD RSC /l 0x409 /i "./include" /d "NDEBUG" /d "APR_VERSION_ONLY"
5569343SnewtonBSC32=bscmake.exe
5669343Snewton# ADD BASE BSC32 /nologo
5769343Snewton# ADD BSC32 /nologo
5869343SnewtonLINK32=link.exe
5969343Snewton# 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
6069343Snewton# 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
6169343Snewton# Begin Special Build Tool
6269343SnewtonTargetPath=Release\libapr-1.dll
6369343SnewtonSOURCE="$(InputPath)"
6469343SnewtonPostBuild_Desc=Embed .manifest
6569343SnewtonPostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
6669346Ssheldonh# End Special Build Tool
6769343Snewton
6869343Snewton!ELSEIF  "$(CFG)" == "libapr - Win32 Debug"
6969343Snewton
7069343Snewton# PROP BASE Use_MFC 0
7175663Sru# PROP BASE Use_Debug_Libraries 1
7275663Sru# PROP BASE Output_Dir "Debug"
7375663Sru# PROP BASE Intermediate_Dir "Debug"
7469343Snewton# PROP BASE Target_Dir ""
7569343Snewton# PROP Use_MFC 0
7669343Snewton# PROP Use_Debug_Libraries 1
7769343Snewton# PROP Output_Dir "Debug"
7869343Snewton# PROP Intermediate_Dir "Debug"
7969343Snewton# PROP Ignore_Export_Lib 0
8069343Snewton# PROP Target_Dir ""
8169343Snewton# ADD BASE CPP /nologo /MDd /W3 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /EHsc /c
8269343Snewton# 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
8369343Snewton# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
8469343Snewton# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
8589612Smpp# ADD BASE RSC /l 0x409 /d "_DEBUG"
8679727Sschweikh# ADD RSC /l 0x409 /i "./include" /d "_DEBUG" /d "APR_VERSION_ONLY"
8779727SschweikhBSC32=bscmake.exe
8869343Snewton# ADD BASE BSC32 /nologo
8969343Snewton# ADD BSC32 /nologo
9069343SnewtonLINK32=link.exe
9169343Snewton# 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
9279727Sschweikh# 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
9369343Snewton# Begin Special Build Tool
9479727SschweikhTargetPath=Debug\libapr-1.dll
9569343SnewtonSOURCE="$(InputPath)"
9669343SnewtonPostBuild_Desc=Embed .manifest
9769343SnewtonPostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
9869343Snewton# End Special Build Tool
9979727Sschweikh
10069343Snewton!ELSEIF  "$(CFG)" == "libapr - Win32 Release9x"
10169343Snewton
10279727Sschweikh# PROP BASE Use_MFC 0
103119964Sru# PROP BASE Use_Debug_Libraries 0
10479727Sschweikh# PROP BASE Output_Dir "9x\Release"
10569343Snewton# PROP BASE Intermediate_Dir "9x\Release"
10669343Snewton# PROP BASE Target_Dir ""
10769343Snewton# PROP Use_MFC 0
10869343Snewton# PROP Use_Debug_Libraries 0
10969343Snewton# PROP Output_Dir "9x\Release"
11069343Snewton# PROP Intermediate_Dir "9x\Release"
11169343Snewton# PROP Ignore_Export_Lib 0
11269343Snewton# PROP Target_Dir ""
11369343Snewton# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c
11469343Snewton# 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
11569343Snewton# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
11669343Snewton# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
11769343Snewton# ADD BASE RSC /l 0x409 /d "NDEBUG"
11869343Snewton# ADD RSC /l 0x409 /i "./include" /d "NDEBUG" /d "APR_VERSION_ONLY"
119121627StjrBSC32=bscmake.exe
12069343Snewton# ADD BASE BSC32 /nologo
12169343Snewton# ADD BSC32 /nologo
12269343SnewtonLINK32=link.exe
12369346Ssheldonh# 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
12469343Snewton# 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
12569346Ssheldonh# Begin Special Build Tool
12669343SnewtonTargetPath=9x\Release\libapr.dll
12769343SnewtonSOURCE="$(InputPath)"
12869343SnewtonPostBuild_Desc=Embed .manifest
12969343SnewtonPostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
13069343Snewton# End Special Build Tool
13169343Snewton
13269343Snewton!ELSEIF  "$(CFG)" == "libapr - Win32 Debug9x"
13369343Snewton
13469343Snewton# PROP BASE Use_MFC 0
13569343Snewton# PROP BASE Use_Debug_Libraries 1
13669343Snewton# PROP BASE Output_Dir "9x\Debug"
13769343Snewton# PROP BASE Intermediate_Dir "9x\Debug"
13869343Snewton# PROP BASE Target_Dir ""
13969343Snewton# PROP Use_MFC 0
14069343Snewton# PROP Use_Debug_Libraries 1
14169343Snewton# PROP Output_Dir "9x\Debug"
14269343Snewton# PROP Intermediate_Dir "9x\Debug"
14379727Sschweikh# PROP Ignore_Export_Lib 0
14469343Snewton# PROP Target_Dir ""
14569346Ssheldonh# ADD BASE CPP /nologo /MDd /W3 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /EHsc /c
14679727Sschweikh# 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
14789612Smpp# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
14869343Snewton# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
14979727Sschweikh# ADD BASE RSC /l 0x409 /d "_DEBUG"
15069343Snewton# ADD RSC /l 0x409 /i "./include" /d "_DEBUG" /d "APR_VERSION_ONLY"
15179727SschweikhBSC32=bscmake.exe
15269346Ssheldonh# ADD BASE BSC32 /nologo
153122522Shmp# ADD BSC32 /nologo
154122522ShmpLINK32=link.exe
155122522Shmp# 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
15679727Sschweikh# 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
15769343Snewton# Begin Special Build Tool
15869343SnewtonTargetPath=9x\Debug\libapr-1.dll
15979727SschweikhSOURCE="$(InputPath)"
16079727SschweikhPostBuild_Desc=Embed .manifest
16169343SnewtonPostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
16269343Snewton# End Special Build Tool
16369343Snewton
16469343Snewton!ELSEIF  "$(CFG)" == "libapr - x64 Release"
16569343Snewton
16669343Snewton# PROP BASE Use_MFC 0
167140561Sru# PROP BASE Use_Debug_Libraries 0
168140561Sru# PROP BASE Output_Dir "x64\Release"
169140561Sru# PROP BASE Intermediate_Dir "x64\Release"
170140561Sru# PROP BASE Target_Dir ""
171140561Sru# PROP Use_MFC 0
172140561Sru# PROP Use_Debug_Libraries 0
173140561Sru# PROP Output_Dir "x64\Release"
174140561Sru# PROP Intermediate_Dir "x64\Release"
175140561Sru# PROP Ignore_Export_Lib 0
176140561Sru# PROP Target_Dir ""
177140561Sru# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c
178140561Sru# 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
179140561Sru# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
180140561Sru# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
181140561Sru# ADD BASE RSC /l 0x409 /d "NDEBUG"
182140561Sru# ADD RSC /l 0x409 /i "./include" /d "NDEBUG" /d "APR_VERSION_ONLY"
183140561SruBSC32=bscmake.exe
184140561Sru# ADD BASE BSC32 /nologo
185140561Sru# ADD BSC32 /nologo
18669343SnewtonLINK32=link.exe
18769343Snewton# 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
18869343Snewton# 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
18969343Snewton# Begin Special Build Tool
19069343SnewtonTargetPath=x64\Release\libapr-1.dll
19169343SnewtonSOURCE="$(InputPath)"
19269346SsheldonhPostBuild_Desc=Embed .manifest
19379727SschweikhPostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
19469343Snewton# End Special Build Tool
19569343Snewton
19669343Snewton!ELSEIF  "$(CFG)" == "libapr - x64 Debug"
19769343Snewton
19869343Snewton# PROP BASE Use_MFC 0
19969343Snewton# PROP BASE Use_Debug_Libraries 1
20069343Snewton# PROP BASE Output_Dir "x64\Debug"
20179727Sschweikh# PROP BASE Intermediate_Dir "x64\Debug"
20269343Snewton# PROP BASE Target_Dir ""
20369343Snewton# PROP Use_MFC 0
20469343Snewton# PROP Use_Debug_Libraries 1
20569343Snewton# PROP Output_Dir "x64\Debug"
20681588Sru# PROP Intermediate_Dir "x64\Debug"
20769343Snewton# PROP Ignore_Export_Lib 0
20869343Snewton# PROP Target_Dir ""
20969343Snewton# ADD BASE CPP /nologo /MDd /W3 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /EHsc /c
210122522Shmp# 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
211122522Shmp# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
21279727Sschweikh# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
213141851Sru# ADD BASE RSC /l 0x409 /d "_DEBUG"
214122522Shmp# ADD RSC /l 0x409 /i "./include" /d "_DEBUG" /d "APR_VERSION_ONLY"
21579727SschweikhBSC32=bscmake.exe
21669343Snewton# ADD BASE BSC32 /nologo
21769343Snewton# ADD BSC32 /nologo
21869343SnewtonLINK32=link.exe
21969343Snewton# 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
22069343Snewton# 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
22169343Snewton# Begin Special Build Tool
222122522ShmpTargetPath=x64\Debug\libapr-1.dll
223122522ShmpSOURCE="$(InputPath)"
224122522ShmpPostBuild_Desc=Embed .manifest
22569343SnewtonPostBuild_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