libapr.dsp revision 251875
138061Smsmith# Microsoft Developer Studio Project File - Name="libapr" - Package Owner=<4>
238061Smsmith# Microsoft Developer Studio Generated Build File, Format Version 6.00
338061Smsmith# ** DO NOT EDIT **
438061Smsmith
538061Smsmith# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
638061Smsmith
738061SmsmithCFG=libapr - Win32 Release
838061Smsmith!MESSAGE This is not a valid makefile. To build this project using NMAKE,
938061Smsmith!MESSAGE use the Export Makefile command and run
1038061Smsmith!MESSAGE 
1138061Smsmith!MESSAGE NMAKE /f "libapr.mak".
1238061Smsmith!MESSAGE 
1338061Smsmith!MESSAGE You can specify a configuration when running NMAKE
1438061Smsmith!MESSAGE by defining the macro CFG on the command line. For example:
1538061Smsmith!MESSAGE 
1638061Smsmith!MESSAGE NMAKE /f "libapr.mak" CFG="libapr - Win32 Release"
1738061Smsmith!MESSAGE 
1838061Smsmith!MESSAGE Possible choices for configuration are:
1938061Smsmith!MESSAGE 
2038061Smsmith!MESSAGE "libapr - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
2138061Smsmith!MESSAGE "libapr - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
2238061Smsmith!MESSAGE "libapr - Win32 Release9x" (based on "Win32 (x86) Dynamic-Link Library")
2338061Smsmith!MESSAGE "libapr - Win32 Debug9x" (based on "Win32 (x86) Dynamic-Link Library")
2438061Smsmith!MESSAGE "libapr - x64 Release" (based on "Win32 (x86) Dynamic-Link Library")
2538061Smsmith!MESSAGE "libapr - x64 Debug" (based on "Win32 (x86) Dynamic-Link Library")
2650477Speter!MESSAGE 
2738061Smsmith
2838061Smsmith# Begin Project
2938061Smsmith# PROP AllowPerConfigDependencies 0
3038061Smsmith# PROP Scc_ProjName ""
3138061Smsmith# PROP Scc_LocalPath ""
3238061SmsmithCPP=cl.exe
3338061SmsmithMTL=midl.exe
3438061SmsmithRSC=rc.exe
3538061Smsmith
3638061Smsmith!IF  "$(CFG)" == "libapr - Win32 Release"
3742475Snsouch
3838061Smsmith# PROP BASE Use_MFC 0
3938061Smsmith# PROP BASE Use_Debug_Libraries 0
4038061Smsmith# PROP BASE Output_Dir "Release"
4138061Smsmith# PROP BASE Intermediate_Dir "Release"
4238061Smsmith# PROP BASE Target_Dir ""
4338061Smsmith# PROP Use_MFC 0
4438061Smsmith# PROP Use_Debug_Libraries 0
4538061Smsmith# PROP Output_Dir "Release"
4638061Smsmith# PROP Intermediate_Dir "Release"
4738061Smsmith# PROP Ignore_Export_Lib 0
4838061Smsmith# PROP Target_Dir ""
4938061Smsmith# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c
5038061Smsmith# 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
5138061Smsmith# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
5238061Smsmith# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
5338061Smsmith# ADD BASE RSC /l 0x409 /d "NDEBUG"
5438061Smsmith# ADD RSC /l 0x409 /i "./include" /d "NDEBUG" /d "APR_VERSION_ONLY"
5538061SmsmithBSC32=bscmake.exe
5638061Smsmith# ADD BASE BSC32 /nologo
5738061Smsmith# ADD BSC32 /nologo
5838061SmsmithLINK32=link.exe
5938061Smsmith# 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
6038061Smsmith# 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
6138061Smsmith# Begin Special Build Tool
6238061SmsmithTargetPath=Release\libapr-1.dll
6338061SmsmithSOURCE="$(InputPath)"
6438061SmsmithPostBuild_Desc=Embed .manifest
6538061SmsmithPostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
6638061Smsmith# End Special Build Tool
6738061Smsmith
6838061Smsmith!ELSEIF  "$(CFG)" == "libapr - Win32 Debug"
6938061Smsmith
7038061Smsmith# PROP BASE Use_MFC 0
7138061Smsmith# PROP BASE Use_Debug_Libraries 1
7238061Smsmith# PROP BASE Output_Dir "Debug"
7338061Smsmith# PROP BASE Intermediate_Dir "Debug"
7438061Smsmith# PROP BASE Target_Dir ""
7538061Smsmith# PROP Use_MFC 0
7639134Snsouch# PROP Use_Debug_Libraries 1
7739134Snsouch# PROP Output_Dir "Debug"
7838061Smsmith# PROP Intermediate_Dir "Debug"
7938061Smsmith# PROP Ignore_Export_Lib 0
8038061Smsmith# PROP Target_Dir ""
8138061Smsmith# ADD BASE CPP /nologo /MDd /W3 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /EHsc /c
8238061Smsmith# 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
8338061Smsmith# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
8438061Smsmith# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
8538061Smsmith# ADD BASE RSC /l 0x409 /d "_DEBUG"
8638061Smsmith# ADD RSC /l 0x409 /i "./include" /d "_DEBUG" /d "APR_VERSION_ONLY"
8738061SmsmithBSC32=bscmake.exe
8838061Smsmith# ADD BASE BSC32 /nologo
8938061Smsmith# ADD BSC32 /nologo
9038061SmsmithLINK32=link.exe
9139134Snsouch# 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
9239134Snsouch# 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
9338061Smsmith# Begin Special Build Tool
9439134SnsouchTargetPath=Debug\libapr-1.dll
9539134SnsouchSOURCE="$(InputPath)"
9639134SnsouchPostBuild_Desc=Embed .manifest
9738061SmsmithPostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
9838061Smsmith# End Special Build Tool
9938061Smsmith
10038061Smsmith!ELSEIF  "$(CFG)" == "libapr - Win32 Release9x"
10143433Snsouch
10243433Snsouch# PROP BASE Use_MFC 0
10338061Smsmith# PROP BASE Use_Debug_Libraries 0
10438061Smsmith# PROP BASE Output_Dir "9x\Release"
10538061Smsmith# PROP BASE Intermediate_Dir "9x\Release"
10638061Smsmith# PROP BASE Target_Dir ""
10738061Smsmith# PROP Use_MFC 0
10838061Smsmith# PROP Use_Debug_Libraries 0
109106696Salfred# PROP Output_Dir "9x\Release"
110106696Salfred# PROP Intermediate_Dir "9x\Release"
111106696Salfred# PROP Ignore_Export_Lib 0
11238061Smsmith# PROP Target_Dir ""
113106696Salfred# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c
11438061Smsmith# 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
11538061Smsmith# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
116106696Salfred# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
11738061Smsmith# ADD BASE RSC /l 0x409 /d "NDEBUG"
11838061Smsmith# ADD RSC /l 0x409 /i "./include" /d "NDEBUG" /d "APR_VERSION_ONLY"
119106696SalfredBSC32=bscmake.exe
120106696Salfred# ADD BASE BSC32 /nologo
12138061Smsmith# ADD BSC32 /nologo
12238061SmsmithLINK32=link.exe
123106696Salfred# 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
12438061Smsmith# 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
12538061Smsmith# Begin Special Build Tool
12638061SmsmithTargetPath=9x\Release\libapr.dll
12738061SmsmithSOURCE="$(InputPath)"
12838061SmsmithPostBuild_Desc=Embed .manifest
129106696SalfredPostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
130106696Salfred# End Special Build Tool
131106696Salfred
132106696Salfred!ELSEIF  "$(CFG)" == "libapr - Win32 Debug9x"
13339134Snsouch
134106696Salfred# PROP BASE Use_MFC 0
13538061Smsmith# PROP BASE Use_Debug_Libraries 1
13638061Smsmith# PROP BASE Output_Dir "9x\Debug"
13738061Smsmith# PROP BASE Intermediate_Dir "9x\Debug"
138106696Salfred# PROP BASE Target_Dir ""
139106696Salfred# PROP Use_MFC 0
14038061Smsmith# PROP Use_Debug_Libraries 1
14138061Smsmith# PROP Output_Dir "9x\Debug"
14238061Smsmith# PROP Intermediate_Dir "9x\Debug"
14338061Smsmith# PROP Ignore_Export_Lib 0
144106696Salfred# PROP Target_Dir ""
145106696Salfred# ADD BASE CPP /nologo /MDd /W3 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /EHsc /c
14638061Smsmith# 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
14738061Smsmith# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
148106696Salfred# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
14938061Smsmith# ADD BASE RSC /l 0x409 /d "_DEBUG"
15039134Snsouch# ADD RSC /l 0x409 /i "./include" /d "_DEBUG" /d "APR_VERSION_ONLY"
151106696SalfredBSC32=bscmake.exe
15239134Snsouch# ADD BASE BSC32 /nologo
15338061Smsmith# ADD BSC32 /nologo
154106696SalfredLINK32=link.exe
155106696Salfred# 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
15638061Smsmith# 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
15738061Smsmith# Begin Special Build Tool
15838061SmsmithTargetPath=9x\Debug\libapr-1.dll
15938061SmsmithSOURCE="$(InputPath)"
16038061SmsmithPostBuild_Desc=Embed .manifest
16155939SnsouchPostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
16238061Smsmith# End Special Build Tool
16355939Snsouch
16438061Smsmith!ELSEIF  "$(CFG)" == "libapr - x64 Release"
16538061Smsmith
16655939Snsouch# PROP BASE Use_MFC 0
16755939Snsouch# PROP BASE Use_Debug_Libraries 0
16838061Smsmith# PROP BASE Output_Dir "x64\Release"
16938061Smsmith# PROP BASE Intermediate_Dir "x64\Release"
17038061Smsmith# PROP BASE Target_Dir ""
17138061Smsmith# PROP Use_MFC 0
17238061Smsmith# PROP Use_Debug_Libraries 0
17338061Smsmith# PROP Output_Dir "x64\Release"
17438061Smsmith# PROP Intermediate_Dir "x64\Release"
17538061Smsmith# PROP Ignore_Export_Lib 0
17638061Smsmith# PROP Target_Dir ""
17738061Smsmith# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c
17838061Smsmith# 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
17955939Snsouch# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
18055939Snsouch# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
18138061Smsmith# ADD BASE RSC /l 0x409 /d "NDEBUG"
18238061Smsmith# ADD RSC /l 0x409 /i "./include" /d "NDEBUG" /d "APR_VERSION_ONLY"
18338061SmsmithBSC32=bscmake.exe
18438061Smsmith# ADD BASE BSC32 /nologo
18538061Smsmith# ADD BSC32 /nologo
18638061SmsmithLINK32=link.exe
18738061Smsmith# 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
18838061Smsmith# 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
18955939Snsouch# Begin Special Build Tool
19055939SnsouchTargetPath=x64\Release\libapr-1.dll
19138061SmsmithSOURCE="$(InputPath)"
19238061SmsmithPostBuild_Desc=Embed .manifest
19338061SmsmithPostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
19438061Smsmith# End Special Build Tool
19538061Smsmith
19638061Smsmith!ELSEIF  "$(CFG)" == "libapr - x64 Debug"
19738061Smsmith
19838061Smsmith# PROP BASE Use_MFC 0
19955939Snsouch# PROP BASE Use_Debug_Libraries 1
20055939Snsouch# PROP BASE Output_Dir "x64\Debug"
20138061Smsmith# PROP BASE Intermediate_Dir "x64\Debug"
20238061Smsmith# PROP BASE Target_Dir ""
20338061Smsmith# PROP Use_MFC 0
20438061Smsmith# PROP Use_Debug_Libraries 1
20538061Smsmith# 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