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