]> granicus.if.org Git - apache/blob - libhttpd.dsp
Introduce ap_(get|set)_core_module_config() functions/macros and use them
[apache] / libhttpd.dsp
1 # Microsoft Developer Studio Project File - Name="libhttpd" - 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
7 CFG=libhttpd - 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 "libhttpd.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 "libhttpd.mak" CFG="libhttpd - Win32 Release"
17 !MESSAGE 
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE 
20 !MESSAGE "libhttpd - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "libhttpd - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
22 !MESSAGE 
23
24 # Begin Project
25 # PROP AllowPerConfigDependencies 0
26 # PROP Scc_ProjName ""
27 # PROP Scc_LocalPath ""
28 CPP=cl.exe
29 MTL=midl.exe
30 RSC=rc.exe
31
32 !IF  "$(CFG)" == "libhttpd - Win32 Release"
33
34 # PROP BASE Use_MFC 0
35 # PROP BASE Use_Debug_Libraries 0
36 # PROP BASE Output_Dir "Release"
37 # PROP BASE Intermediate_Dir "Release"
38 # PROP BASE Target_Dir ""
39 # PROP Use_MFC 0
40 # PROP Use_Debug_Libraries 0
41 # PROP Output_Dir "Release"
42 # PROP Intermediate_Dir "Release"
43 # PROP Ignore_Export_Lib 0
44 # PROP Target_Dir ""
45 # ADD BASE CPP /nologo /MD /W3 /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /FD /c
46 # ADD CPP /nologo /MD /W3 /O2 /Oy- /Zi /I "./include" /I "./srclib/apr/include" /I "./srclib/apr-util/include" /I "./srclib/pcre" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /Fd"Release\libhttpd_cl" /FD /c
47 # ADD BASE MTL /nologo /D "NDEBUG" /win32
48 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
49 # ADD BASE RSC /l 0x409 /d "NDEBUG"
50 # ADD RSC /l 0x409 /fo"Release/libhttpd.res" /i "./include" /i "./srclib/apr/include" /d "NDEBUG" /d BIN_NAME="libhttpd.dll" /d LONG_NAME="Apache HTTP Server Core"
51 BSC32=bscmake.exe
52 # ADD BASE BSC32 /nologo
53 # ADD BSC32 /nologo
54 LINK32=link.exe
55 # ADD BASE LINK32 kernel32.lib user32.lib advapi32.lib ws2_32.lib mswsock.lib /nologo /subsystem:windows /dll
56 # ADD LINK32 pcre.lib kernel32.lib user32.lib advapi32.lib ws2_32.lib mswsock.lib "Release\buildmark.obj" /nologo /subsystem:windows /dll /debug /libpath:"./srclib/pcre" /base:@"os\win32\BaseAddr.ref",libhttpd.dll /opt:ref
57 # Begin Special Build Tool
58 TargetPath=.\Release\libhttpd.dll
59 SOURCE="$(InputPath)"
60 PreLink_Desc=Compiling buildmark
61 PreLink_Cmds=cl.exe /nologo /MD /W3 /O2 /Oy- /Zi /I "./include" /I "./srclib/apr/include" /I "./srclib/apr-util/include" /I "./srclib/pcre" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /Fd"Release\libhttpd" /FD /c server\buildmark.c /Fo"Release\buildmark.obj"
62 PostBuild_Desc=Embed .manifest
63 PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
64 # End Special Build Tool
65
66 !ELSEIF  "$(CFG)" == "libhttpd - 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 /EHsc /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /FD /c
80 # ADD CPP /nologo /MDd /W3 /EHsc /Zi /Od /I "./include" /I "./srclib/apr/include" /I "./srclib/apr-util/include" /I "./srclib/pcre" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /Fd"Debug\libhttpd_cl" /FD /c
81 # ADD BASE MTL /nologo /D "_DEBUG" /win32
82 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
83 # ADD BASE RSC /l 0x409 /d "_DEBUG"
84 # ADD RSC /l 0x409 /fo"Debug/libhttpd.res" /i "./include" /i "./srclib/apr/include" /d "_DEBUG" /d BIN_NAME="libhttpd.dll" /d LONG_NAME="Apache HTTP Server Core"
85 BSC32=bscmake.exe
86 # ADD BASE BSC32 /nologo
87 # ADD BSC32 /nologo
88 LINK32=link.exe
89 # ADD BASE LINK32 kernel32.lib user32.lib advapi32.lib ws2_32.lib mswsock.lib /nologo /subsystem:windows /dll /incremental:no /debug
90 # ADD LINK32 pcred.lib kernel32.lib user32.lib advapi32.lib ws2_32.lib mswsock.lib "Debug\buildmark.obj" /nologo /subsystem:windows /dll /incremental:no /debug /libpath:"./srclib/pcre" /base:@"os\win32\BaseAddr.ref",libhttpd.dll
91 # Begin Special Build Tool
92 TargetPath=.\Debug\libhttpd.dll
93 SOURCE="$(InputPath)"
94 PreLink_Desc=Compiling buildmark
95 PreLink_Cmds=cl.exe /nologo /MDd /W3 /EHsc /Zi /Od /I "./include" /I "./srclib/apr/include" /I "./srclib/apr-util/include" /I "./srclib/pcre" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /Fd"Debug\libhttpd" /FD /c server\buildmark.c /Fo"Debug\buildmark.obj"
96 PostBuild_Desc=Embed .manifest
97 PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
98 # End Special Build Tool
99
100 !ELSEIF  "$(CFG)" == "libhttpd - Win32 Lexical"
101
102 # PROP BASE Use_MFC 0
103 # PROP BASE Use_Debug_Libraries 0
104 # PROP BASE Output_Dir "Release"
105 # PROP BASE Intermediate_Dir "Release"
106 # PROP BASE Target_Dir ""
107 # PROP Use_MFC 0
108 # PROP Use_Debug_Libraries 0
109 # PROP Output_Dir "Release"
110 # PROP Intermediate_Dir "Release"
111 # PROP Ignore_Export_Lib 0
112 # PROP Target_Dir ""
113 # ADD BASE CPP /nologo /MD /W3 /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /FD /c
114 # ADD CPP /nologo /MD /W3 /O2 /Oy- /Zi /I "./include" /I "./srclib/apr/include" /I "./srclib/apr-util/include" /I "./srclib/pcre" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /Fd"Release\libhttpd_cl" /FD /c
115 # ADD BASE MTL /nologo /D "NDEBUG" /win32
116 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
117 # ADD BASE RSC /l 0x409 /d "NDEBUG"
118 # ADD RSC /l 0x409 /fo"Release/libhttpd.res" /i "./include" /i "./srclib/apr/include" /d "NDEBUG" /d BIN_NAME="libhttpd.dll" /d LONG_NAME="Apache HTTP Server Core"
119 BSC32=bscmake.exe
120 # ADD BASE BSC32 /nologo
121 # ADD BSC32 /nologo
122 LINK32=link.exe
123 # ADD BASE LINK32 kernel32.lib user32.lib advapi32.lib ws2_32.lib mswsock.lib /nologo /subsystem:windows /dll
124 # ADD LINK32 pcre.lib kernel32.lib user32.lib advapi32.lib ws2_32.lib mswsock.lib "Release\buildmark.obj" /nologo /subsystem:windows /dll /debug /libpath:"./srclib/pcre" /base:@"os\win32\BaseAddr.ref",libhttpd.dll /opt:ref
125 # Begin Special Build Tool
126 TargetPath=.\Release\libhttpd.dll
127 SOURCE="$(InputPath)"
128 PreLink_Desc=Compiling buildmark
129 PreLink_Cmds=cl.exe /nologo /MD /W3 /O2 /Oy- /Zi /I "./include" /I "./srclib/apr/include" /I "./srclib/apr-util/include" /I "./srclib/pcre" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /Fd"Release\libhttpd" /FD /c server\buildmark.c /Fo"Release\buildmark.obj"
130 PostBuild_Desc=Embed .manifest
131 PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
132 # End Special Build Tool
133
134
135 !ENDIF 
136
137 # Begin Target
138
139 # Name "libhttpd - Win32 Release"
140 # Name "libhttpd - Win32 Debug"
141 # Begin Group "headers"
142
143 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
144 # Begin Source File
145
146 SOURCE=.\include\ap_compat.h
147 # End Source File
148 # Begin Source File
149
150 SOURCE=.\include\ap_config.h
151 # End Source File
152 # Begin Source File
153
154 SOURCE=.\include\ap_expr.h
155 # End Source File
156 # Begin Source File
157
158 SOURCE=.\include\ap_mmn.h
159 # End Source File
160 # Begin Source File
161
162 SOURCE=.\include\ap_release.h
163 # End Source File
164 # Begin Source File
165
166 SOURCE=.\include\http_config.h
167 # End Source File
168 # Begin Source File
169
170 SOURCE=.\include\http_connection.h
171 # End Source File
172 # Begin Source File
173
174 SOURCE=.\include\http_core.h
175 # End Source File
176 # Begin Source File
177
178 SOURCE=.\include\http_log.h
179 # End Source File
180 # Begin Source File
181
182 SOURCE=.\include\http_main.h
183 # End Source File
184 # Begin Source File
185
186 SOURCE=.\include\http_protocol.h
187 # End Source File
188 # Begin Source File
189
190 SOURCE=.\include\http_request.h
191 # End Source File
192 # Begin Source File
193
194 SOURCE=.\include\http_vhost.h
195 # End Source File
196 # Begin Source File
197
198 SOURCE=.\include\httpd.h
199 # End Source File
200 # Begin Source File
201
202 SOURCE=.\os\win32\win32_config_layout.h
203
204 !IF  "$(CFG)" == "libhttpd - Win32 Release"
205
206 # PROP Ignore_Default_Tool 1
207 # Begin Custom Build - Creating include/ap_config_layout.h
208 InputPath=.\os\win32\win32_config_layout.h
209
210 ".\include\ap_config_layout.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
211         type .\os\win32\win32_config_layout.h > .\include\ap_config_layout.h
212
213 # End Custom Build
214
215 !ELSEIF  "$(CFG)" == "libhttpd - Win32 Debug"
216
217 # PROP Ignore_Default_Tool 1
218 # Begin Custom Build - Creating include/ap_config_layout.h
219 InputPath=.\os\win32\win32_config_layout.h
220
221 ".\include\ap_config_layout.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
222         type .\os\win32\win32_config_layout.h > .\include\ap_config_layout.h
223
224 # End Custom Build
225
226 !ENDIF 
227
228 # End Source File
229 # Begin Source File
230
231 SOURCE=.\modules\generators\mod_cgi.h
232
233 !IF  "$(CFG)" == "libhttpd - Win32 Release"
234
235 # PROP Ignore_Default_Tool 1
236 # Begin Custom Build - Creating include/mod_cgi.h
237 InputPath=.\modules\generators\mod_cgi.h
238
239 ".\include\mod_cgi.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
240         type .\modules\generators\mod_cgi.h > .\include\mod_cgi.h
241
242 # End Custom Build
243
244 !ELSEIF  "$(CFG)" == "libhttpd - Win32 Debug"
245
246 # PROP Ignore_Default_Tool 1
247 # Begin Custom Build - Creating include/mod_cgi.h
248 InputPath=.\modules\generators\mod_cgi.h
249
250 ".\include\mod_cgi.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
251         type .\modules\generators\mod_cgi.h > .\include\mod_cgi.h
252
253 # End Custom Build
254
255 !ENDIF 
256
257 # End Source File
258 # Begin Source File
259
260 SOURCE=.\include\mod_core.h
261 # End Source File
262 # Begin Source File
263
264 SOURCE=.\modules\dav\main\mod_dav.h
265
266 !IF  "$(CFG)" == "libhttpd - Win32 Release"
267
268 # PROP Ignore_Default_Tool 1
269 # Begin Custom Build - Creating include/mod_dav.h
270 InputPath=.\modules\dav\main\mod_dav.h
271
272 ".\include\mod_dav.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
273         type .\modules\dav\main\mod_dav.h > .\include\mod_dav.h
274
275 # End Custom Build
276
277 !ELSEIF  "$(CFG)" == "libhttpd - Win32 Debug"
278
279 # PROP Ignore_Default_Tool 1
280 # Begin Custom Build - Creating include/mod_dav.h
281 InputPath=.\modules\dav\main\mod_dav.h
282
283 ".\include\mod_dav.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
284         type .\modules\dav\main\mod_dav.h > .\include\mod_dav.h
285
286 # End Custom Build
287
288 !ENDIF 
289
290 # End Source File
291 # Begin Source File
292
293 SOURCE=.\modules\filters\mod_include.h
294
295 !IF  "$(CFG)" == "libhttpd - Win32 Release"
296
297 # PROP Ignore_Default_Tool 1
298 # Begin Custom Build - Creating include/mod_include.h
299 InputPath=.\modules\filters\mod_include.h
300
301 ".\include\mod_include.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
302         type .\modules\filters\mod_include.h > .\include\mod_include.h
303
304 # End Custom Build
305
306 !ELSEIF  "$(CFG)" == "libhttpd - Win32 Debug"
307
308 # PROP Ignore_Default_Tool 1
309 # Begin Custom Build - Creating include/mod_include.h
310 InputPath=.\modules\filters\mod_include.h
311
312 ".\include\mod_include.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
313         type .\modules\filters\mod_include.h > .\include\mod_include.h
314
315 # End Custom Build
316
317 !ENDIF 
318
319 # End Source File
320 # Begin Source File
321
322 SOURCE=.\modules\proxy\mod_proxy.h
323
324 !IF  "$(CFG)" == "libhttpd - Win32 Release"
325
326 # PROP Ignore_Default_Tool 1
327 # Begin Custom Build - Creating include/mod_proxy.h
328 InputPath=.\modules\proxy\mod_proxy.h
329
330 ".\include\mod_proxy.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
331         type .\modules\proxy\mod_proxy.h > .\include\mod_proxy.h
332
333 # End Custom Build
334
335 !ELSEIF  "$(CFG)" == "libhttpd - Win32 Debug"
336
337 # PROP Ignore_Default_Tool 1
338 # Begin Custom Build - Creating include/mod_proxy.h
339 InputPath=.\modules\proxy\mod_proxy.h
340
341 ".\include\mod_proxy.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
342         type .\modules\proxy\mod_proxy.h > .\include\mod_proxy.h
343
344 # End Custom Build
345
346 !ENDIF 
347
348 # End Source File
349 # Begin Source File
350
351 SOURCE=.\modules\core\mod_so.h
352
353 !IF  "$(CFG)" == "libhttpd - Win32 Release"
354
355 # PROP Ignore_Default_Tool 1
356 # Begin Custom Build - Creating include/mod_so.h
357 InputPath=.\modules\core\mod_so.h
358
359 ".\include\mod_so.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
360         type .\modules\core\mod_so.h > .\include\mod_so.h
361
362 # End Custom Build
363
364 !ELSEIF  "$(CFG)" == "libhttpd - Win32 Debug"
365
366 # PROP Ignore_Default_Tool 1
367 # Begin Custom Build - Creating include/mod_so.h
368 InputPath=.\modules\core\mod_so.h
369
370 ".\include\mod_so.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
371         type .\modules\core\mod_so.h > .\include\mod_so.h
372
373 # End Custom Build
374
375 !ENDIF 
376
377 # End Source File
378 # Begin Source File
379
380 SOURCE=.\os\win32\os.h
381
382 !IF  "$(CFG)" == "libhttpd - Win32 Release"
383
384 # PROP Ignore_Default_Tool 1
385 # Begin Custom Build - Creating include/os.h
386 InputPath=.\os\win32\os.h
387
388 ".\include\os.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
389         type .\os\win32\os.h > .\include\os.h
390
391 # End Custom Build
392
393 !ELSEIF  "$(CFG)" == "libhttpd - Win32 Debug"
394
395 # PROP Ignore_Default_Tool 1
396 # Begin Custom Build - Creating include/os.h
397 InputPath=.\os\win32\os.h
398
399 ".\include\os.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
400         type .\os\win32\os.h > .\include\os.h
401
402 # End Custom Build
403
404 !ENDIF 
405
406 # End Source File
407 # Begin Source File
408
409 SOURCE=.\server\test_char.h
410 # End Source File
411 # End Group
412 # Begin Group "httpd"
413
414 # PROP Default_Filter ""
415 # Begin Source File
416
417 SOURCE=.\server\buildmark.c
418 # PROP Exclude_From_Build 1
419 # End Source File
420 # Begin Source File
421
422 SOURCE=.\modules\http\byterange_filter.c
423 # End Source File
424 # Begin Source File
425
426 SOURCE=.\modules\http\chunk_filter.c
427 # End Source File
428 # Begin Source File
429
430 SOURCE=.\server\config.c
431 # End Source File
432 # Begin Source File
433
434 SOURCE=.\server\connection.c
435 # End Source File
436 # Begin Source File
437
438 SOURCE=.\server\core.c
439 # End Source File
440 # Begin Source File
441
442 SOURCE=.\server\core_filters.c
443 # End Source File
444 # Begin Source File
445
446 SOURCE=.\modules\http\http_core.c
447 # End Source File
448 # Begin Source File
449
450 SOURCE=.\modules\http\http_etag.c
451 # End Source File
452 # Begin Source File
453
454 SOURCE=.\modules\http\http_filters.c
455 # End Source File
456 # Begin Source File
457
458 SOURCE=.\modules\http\http_protocol.c
459 # End Source File
460 # Begin Source File
461
462 SOURCE=.\modules\http\http_request.c
463 # End Source File
464 # Begin Source File
465
466 SOURCE=.\server\log.c
467 # End Source File
468 # Begin Source File
469
470 SOURCE=.\server\protocol.c
471 # End Source File
472 # Begin Source File
473
474 SOURCE=.\server\request.c
475 # End Source File
476 # Begin Source File
477
478 SOURCE=.\server\vhost.c
479 # End Source File
480 # End Group
481 # Begin Group "modules"
482
483 # PROP Default_Filter ""
484 # Begin Source File
485
486 SOURCE=.\modules\core\mod_so.c
487 # End Source File
488 # Begin Source File
489
490 SOURCE=.\modules\arch\win32\mod_win32.c
491 # End Source File
492 # Begin Source File
493
494 SOURCE=.\os\win32\modules.c
495 # End Source File
496 # End Group
497 # Begin Group "util"
498
499 # PROP Default_Filter ""
500 # Begin Source File
501
502 SOURCE=.\include\ap_regex.h
503 # End Source File
504 # Begin Source File
505
506 SOURCE=.\server\eoc_bucket.c
507 # End Source File
508 # Begin Source File
509
510 SOURCE=.\server\eor_bucket.c
511 # End Source File
512 # Begin Source File
513
514 SOURCE=.\server\error_bucket.c
515 # End Source File
516 # Begin Source File
517
518 SOURCE=.\server\util.c
519 # End Source File
520 # Begin Source File
521
522 SOURCE=.\server\util_cfgtree.c
523 # End Source File
524 # Begin Source File
525
526 SOURCE=.\include\util_cfgtree.h
527 # End Source File
528 # Begin Source File
529
530 SOURCE=.\include\util_charset.h
531 # End Source File
532 # Begin Source File
533
534 SOURCE=.\server\util_cookies.c
535 # End Source File
536 # Begin Source File
537
538 SOURCE=.\server\util_cookies.h
539 # End Source File
540 # Begin Source File
541
542 SOURCE=.\include\util_ebcdic.h
543 # End Source File
544 # Begin Source File
545
546 SOURCE=.\server\util_expr_private.h
547 # End Source File
548 # Begin Source File
549
550 SOURCE=.\server\util_expr_eval.c
551 # End Source File
552 # Begin Source File
553
554 SOURCE=.\server\util_expr_scan.h
555 # End Source File
556 # Begin Source File
557
558 SOURCE=.\server\util_expr_scan.c
559 # End Source File
560 # Begin Source File
561
562 SOURCE=.\server\util_expr_parse.h
563 # End Source File
564 # Begin Source File
565
566 SOURCE=.\server\util_expr_parse.c
567 # End Source File
568 # Begin Source File
569
570 SOURCE=.\server\util_filter.c
571 # End Source File
572 # Begin Source File
573
574 SOURCE=.\include\util_filter.h
575 # End Source File
576 # Begin Source File
577
578 SOURCE=.\server\util_md5.c
579 # End Source File
580 # Begin Source File
581
582 SOURCE=.\include\util_md5.h
583 # End Source File
584 # Begin Source File
585
586 SOURCE=.\server\util_mutex.c
587 # End Source File
588 # Begin Source File
589
590 SOURCE=.\include\util_mutex.h
591 # End Source File
592 # Begin Source File
593
594 SOURCE=.\server\util_pcre.c
595 # End Source File
596 # Begin Source File
597
598 SOURCE=.\server\util_script.c
599 # End Source File
600 # Begin Source File
601
602 SOURCE=.\include\util_script.h
603 # End Source File
604 # Begin Source File
605
606 SOURCE=.\server\util_time.c
607 # End Source File
608 # Begin Source File
609
610 SOURCE=.\os\win32\util_win32.c
611 # End Source File
612 # Begin Source File
613
614 SOURCE=.\server\util_xml.c
615 # End Source File
616 # Begin Source File
617
618 SOURCE=.\include\util_xml.h
619 # End Source File
620 # End Group
621 # Begin Group "mpm_winnt"
622
623 # PROP Default_Filter ""
624 # Begin Source File
625
626 SOURCE=.\include\ap_listen.h
627 # End Source File
628 # Begin Source File
629
630 SOURCE=.\os\win32\ap_regkey.c
631 # End Source File
632 # Begin Source File
633
634 SOURCE=.\include\ap_regkey.h
635 # End Source File
636 # Begin Source File
637
638 SOURCE=.\server\mpm\winnt\child.c
639 # End Source File
640 # Begin Source File
641
642 SOURCE=.\server\listen.c
643 # End Source File
644 # Begin Source File
645
646 SOURCE=.\server\mpm_common.c
647 # End Source File
648 # Begin Source File
649
650 SOURCE=.\include\mpm_common.h
651 # End Source File
652 # Begin Source File
653
654 SOURCE=.\server\mpm\winnt\mpm_default.h
655
656 # End Source File
657 # Begin Source File
658
659 SOURCE=.\server\mpm\winnt\mpm_winnt.c
660 # End Source File
661 # Begin Source File
662
663 SOURCE=.\server\mpm\winnt\mpm_winnt.h
664 # End Source File
665 # Begin Source File
666
667 SOURCE=.\server\mpm\winnt\nt_eventlog.c
668 # End Source File
669 # Begin Source File
670
671 SOURCE=.\server\provider.c
672 # End Source File
673 # Begin Source File
674
675 SOURCE=.\server\scoreboard.c
676 # End Source File
677 # Begin Source File
678
679 SOURCE=.\include\scoreboard.h
680 # End Source File
681 # Begin Source File
682
683 SOURCE=.\server\mpm\winnt\service.c
684 # End Source File
685 # End Group
686 # Begin Source File
687
688 SOURCE=.\server\gen_test_char.exe
689
690 !IF  "$(CFG)" == "libhttpd - Win32 Release"
691
692 # PROP Ignore_Default_Tool 1
693 USERDEP__GEN_T=".\include\os.h" 
694 # Begin Custom Build - Generating test_char.h from gen_test_char.exe
695 InputPath=.\server\gen_test_char.exe
696
697 ".\server\test_char.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
698         .\server\gen_test_char.exe >.\server\test_char.h
699
700 # End Custom Build
701
702 !ELSEIF  "$(CFG)" == "libhttpd - Win32 Debug"
703
704 # PROP Ignore_Default_Tool 1
705 USERDEP__GEN_T=".\include\os.h" 
706 # Begin Custom Build - Generating test_char.h from gen_test_char.exe
707 InputPath=.\server\gen_test_char.exe
708
709 ".\server\test_char.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
710         .\server\gen_test_char.exe >.\server\test_char.h
711
712 # End Custom Build
713
714 !ELSEIF  "$(CFG)" == "libhttpd - Win32 Lexical"
715
716 # PROP Ignore_Default_Tool 1
717 USERDEP__GEN_T=".\include\os.h"
718 # Begin Custom Build - Generating test_char.h from gen_test_char.exe
719 InputPath=.\server\gen_test_char.exe
720
721 ".\server\test_char.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
722         .\server\gen_test_char.exe >.\server\test_char.h
723
724 # End Custom Build
725
726 !ENDIF 
727
728 # End Source File
729 # Begin Group "Generated Files"
730
731 # PROP Default_Filter ""
732 # Begin Source File
733
734 SOURCE=.\server\util_expr_parse.y
735
736 !IF  "$(CFG)" == "libhttpd - Win32 Release"
737
738 # PROP Exclude_From_Build 1
739
740 !ELSEIF  "$(CFG)" == "libhttpd - Win32 Debug"
741
742 # PROP Exclude_From_Build 1
743
744 !ELSEIF  "$(CFG)" == "libhttpd - Win32 Lexical"
745
746 # PROP Ignore_Default_Tool 1
747 # Begin Custom Build - Generating util_expr_parse.c/.h from util_expr_parse.y
748 InputPath=.\server\util_expr_parse.y
749
750 BuildCmds= \
751         bison -pap_expr_yy --defines=.\server\util_expr_parse.h -o .\server\util_expr_parse.c .\server\util_expr_parse.y
752
753 ".\server\util_expr_parse.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
754    $(BuildCmds)
755
756 ".\server\util_expr_parse.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
757    $(BuildCmds)
758 # End Custom Build
759
760 !ENDIF
761
762 # End Source File
763 # Begin Source File
764
765 SOURCE=.\server\util_expr_scan.l
766
767 !IF  "$(CFG)" == "libhttpd - Win32 Release"
768
769 # PROP Exclude_From_Build 1
770
771 !ELSEIF  "$(CFG)" == "libhttpd - Win32 Debug"
772
773 # PROP Exclude_From_Build 1
774
775 !ELSEIF  "$(CFG)" == "libhttpd - Win32 Lexical"
776
777 # PROP Ignore_Default_Tool 1
778 # Begin Custom Build - Generating util_expr_scan.c from util_expr_scan.l
779 InputPath=.\server\util_expr_scan.l
780
781 ".\server\util_expr_scan.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
782         flex -Pap_expr_yy -o .\server\util_expr_scan.c .\server\util_expr_scan.l
783
784 # End Custom Build
785
786 !ENDIF
787
788 # End Source File
789 # End Group
790 # Begin Source File
791
792 SOURCE=.\build\win32\httpd.rc
793 # End Source File
794 # End Target
795 # End Project