]> granicus.if.org Git - apache/blob - libhttpd.dsp
fixed code style, missing prototype warnings, disabled init for proxy, removed obsole...
[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 "PCRE_STATIC" /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 kernel32.lib user32.lib advapi32.lib ws2_32.lib mswsock.lib "Release\buildmark.obj" /nologo /subsystem:windows /dll /debug /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 "PCRE_STATIC" /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 "PCRE_STATIC" /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 kernel32.lib user32.lib advapi32.lib ws2_32.lib mswsock.lib "Debug\buildmark.obj" /nologo /subsystem:windows /dll /incremental:no /debug /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 "PCRE_STATIC" /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 !ENDIF 
101
102 # Begin Target
103
104 # Name "libhttpd - Win32 Release"
105 # Name "libhttpd - Win32 Debug"
106 # Begin Group "headers"
107
108 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
109 # Begin Source File
110
111 SOURCE=.\include\ap_compat.h
112 # End Source File
113 # Begin Source File
114
115 SOURCE=.\include\ap_config.h
116 # End Source File
117 # Begin Source File
118
119 SOURCE=.\include\ap_mmn.h
120 # End Source File
121 # Begin Source File
122
123 SOURCE=.\include\ap_release.h
124 # End Source File
125 # Begin Source File
126
127 SOURCE=.\include\http_config.h
128 # End Source File
129 # Begin Source File
130
131 SOURCE=.\include\http_connection.h
132 # End Source File
133 # Begin Source File
134
135 SOURCE=.\include\http_core.h
136 # End Source File
137 # Begin Source File
138
139 SOURCE=.\include\http_log.h
140 # End Source File
141 # Begin Source File
142
143 SOURCE=.\include\http_main.h
144 # End Source File
145 # Begin Source File
146
147 SOURCE=.\include\http_protocol.h
148 # End Source File
149 # Begin Source File
150
151 SOURCE=.\include\http_request.h
152 # End Source File
153 # Begin Source File
154
155 SOURCE=.\include\http_vhost.h
156 # End Source File
157 # Begin Source File
158
159 SOURCE=.\include\httpd.h
160 # End Source File
161 # Begin Source File
162
163 SOURCE=.\modules\generators\mod_cgi.h
164
165 !IF  "$(CFG)" == "libhttpd - Win32 Release"
166
167 # PROP Ignore_Default_Tool 1
168 # Begin Custom Build - Creating include/mod_cgi.h
169 InputPath=.\modules\generators\mod_cgi.h
170
171 ".\include\mod_cgi.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
172         type .\modules\generators\mod_cgi.h > .\include\mod_cgi.h
173
174 # End Custom Build
175
176 !ELSEIF  "$(CFG)" == "libhttpd - Win32 Debug"
177
178 # PROP Ignore_Default_Tool 1
179 # Begin Custom Build - Creating include/mod_cgi.h
180 InputPath=.\modules\generators\mod_cgi.h
181
182 ".\include\mod_cgi.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
183         type .\modules\generators\mod_cgi.h > .\include\mod_cgi.h
184
185 # End Custom Build
186
187 !ENDIF 
188
189 # End Source File
190 # Begin Source File
191
192 SOURCE=.\modules\http\mod_core.h
193
194 !IF  "$(CFG)" == "libhttpd - Win32 Release"
195
196 # PROP Ignore_Default_Tool 1
197 # Begin Custom Build - Creating include/mod_core.h
198 InputPath=.\modules\http\mod_core.h
199
200 ".\include\mod_core.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
201         type .\modules\http\mod_core.h > .\include\mod_core.h
202
203 # End Custom Build
204
205 !ELSEIF  "$(CFG)" == "libhttpd - Win32 Debug"
206
207 # PROP Ignore_Default_Tool 1
208 # Begin Custom Build - Creating include/mod_core.h
209 InputPath=.\modules\http\mod_core.h
210
211 ".\include\mod_core.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
212         type .\modules\http\mod_core.h > .\include\mod_core.h
213
214 # End Custom Build
215
216 !ENDIF 
217
218 # End Source File
219 # Begin Source File
220
221 SOURCE=.\modules\dav\main\mod_dav.h
222
223 !IF  "$(CFG)" == "libhttpd - Win32 Release"
224
225 # PROP Ignore_Default_Tool 1
226 # Begin Custom Build - Creating include/mod_dav.h
227 InputPath=.\modules\dav\main\mod_dav.h
228
229 ".\include\mod_dav.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
230         type .\modules\dav\main\mod_dav.h > .\include\mod_dav.h
231
232 # End Custom Build
233
234 !ELSEIF  "$(CFG)" == "libhttpd - Win32 Debug"
235
236 # PROP Ignore_Default_Tool 1
237 # Begin Custom Build - Creating include/mod_dav.h
238 InputPath=.\modules\dav\main\mod_dav.h
239
240 ".\include\mod_dav.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
241         type .\modules\dav\main\mod_dav.h > .\include\mod_dav.h
242
243 # End Custom Build
244
245 !ENDIF 
246
247 # End Source File
248 # Begin Source File
249
250 SOURCE=.\modules\filters\mod_include.h
251
252 !IF  "$(CFG)" == "libhttpd - Win32 Release"
253
254 # PROP Ignore_Default_Tool 1
255 # Begin Custom Build - Creating include/mod_include.h
256 InputPath=.\modules\filters\mod_include.h
257
258 ".\include\mod_include.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
259         type .\modules\filters\mod_include.h > .\include\mod_include.h
260
261 # End Custom Build
262
263 !ELSEIF  "$(CFG)" == "libhttpd - Win32 Debug"
264
265 # PROP Ignore_Default_Tool 1
266 # Begin Custom Build - Creating include/mod_include.h
267 InputPath=.\modules\filters\mod_include.h
268
269 ".\include\mod_include.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
270         type .\modules\filters\mod_include.h > .\include\mod_include.h
271
272 # End Custom Build
273
274 !ENDIF 
275
276 # End Source File
277 # Begin Source File
278
279 SOURCE=.\modules\proxy\mod_proxy.h
280
281 !IF  "$(CFG)" == "libhttpd - Win32 Release"
282
283 # PROP Ignore_Default_Tool 1
284 # Begin Custom Build - Creating include/mod_proxy.h
285 InputPath=.\modules\proxy\mod_proxy.h
286
287 ".\include\mod_proxy.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
288         type .\modules\proxy\mod_proxy.h > .\include\mod_proxy.h
289
290 # End Custom Build
291
292 !ELSEIF  "$(CFG)" == "libhttpd - Win32 Debug"
293
294 # PROP Ignore_Default_Tool 1
295 # Begin Custom Build - Creating include/mod_proxy.h
296 InputPath=.\modules\proxy\mod_proxy.h
297
298 ".\include\mod_proxy.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
299         type .\modules\proxy\mod_proxy.h > .\include\mod_proxy.h
300
301 # End Custom Build
302
303 !ENDIF 
304
305 # End Source File
306 # Begin Source File
307
308 SOURCE=.\modules\mappers\mod_so.h
309
310 !IF  "$(CFG)" == "libhttpd - Win32 Release"
311
312 # PROP Ignore_Default_Tool 1
313 # Begin Custom Build - Creating include/mod_so.h
314 InputPath=.\modules\mappers\mod_so.h
315
316 ".\include\mod_so.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
317         type .\modules\mappers\mod_so.h > .\include\mod_so.h
318
319 # End Custom Build
320
321 !ELSEIF  "$(CFG)" == "libhttpd - Win32 Debug"
322
323 # PROP Ignore_Default_Tool 1
324 # Begin Custom Build - Creating include/mod_so.h
325 InputPath=.\modules\mappers\mod_so.h
326
327 ".\include\mod_so.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
328         type .\modules\mappers\mod_so.h > .\include\mod_so.h
329
330 # End Custom Build
331
332 !ENDIF 
333
334 # End Source File
335 # Begin Source File
336
337 SOURCE=.\os\win32\os.h
338
339 !IF  "$(CFG)" == "libhttpd - Win32 Release"
340
341 # PROP Ignore_Default_Tool 1
342 # Begin Custom Build - Creating include/os.h
343 InputPath=.\os\win32\os.h
344
345 ".\include\os.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
346         type .\os\win32\os.h > .\include\os.h
347
348 # End Custom Build
349
350 !ELSEIF  "$(CFG)" == "libhttpd - Win32 Debug"
351
352 # PROP Ignore_Default_Tool 1
353 # Begin Custom Build - Creating include/os.h
354 InputPath=.\os\win32\os.h
355
356 ".\include\os.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
357         type .\os\win32\os.h > .\include\os.h
358
359 # End Custom Build
360
361 !ENDIF 
362
363 # End Source File
364 # Begin Source File
365
366 SOURCE=.\server\test_char.h
367 # End Source File
368 # End Group
369 # Begin Group "httpd"
370
371 # PROP Default_Filter ""
372 # Begin Source File
373
374 SOURCE=.\server\buildmark.c
375 # PROP Exclude_From_Build 1
376 # End Source File
377 # Begin Source File
378
379 SOURCE=.\modules\http\byterange_filter.c
380 # End Source File
381 # Begin Source File
382
383 SOURCE=.\modules\http\chunk_filter.c
384 # End Source File
385 # Begin Source File
386
387 SOURCE=.\server\config.c
388 # End Source File
389 # Begin Source File
390
391 SOURCE=.\server\connection.c
392 # End Source File
393 # Begin Source File
394
395 SOURCE=.\server\core.c
396 # End Source File
397 # Begin Source File
398
399 SOURCE=.\server\core_filters.c
400 # End Source File
401 # Begin Source File
402
403 SOURCE=.\modules\http\http_core.c
404 # End Source File
405 # Begin Source File
406
407 SOURCE=.\modules\http\http_etag.c
408 # End Source File
409 # Begin Source File
410
411 SOURCE=.\modules\http\http_filters.c
412 # End Source File
413 # Begin Source File
414
415 SOURCE=.\modules\http\http_protocol.c
416 # End Source File
417 # Begin Source File
418
419 SOURCE=.\modules\http\http_request.c
420 # End Source File
421 # Begin Source File
422
423 SOURCE=.\server\log.c
424 # End Source File
425 # Begin Source File
426
427 SOURCE=.\server\protocol.c
428 # End Source File
429 # Begin Source File
430
431 SOURCE=.\server\request.c
432 # End Source File
433 # Begin Source File
434
435 SOURCE=.\server\vhost.c
436 # End Source File
437 # End Group
438 # Begin Group "modules"
439
440 # PROP Default_Filter ""
441 # Begin Source File
442
443 SOURCE=.\modules\mappers\mod_so.c
444 # End Source File
445 # Begin Source File
446
447 SOURCE=.\modules\arch\win32\mod_win32.c
448 # End Source File
449 # Begin Source File
450
451 SOURCE=.\os\win32\modules.c
452 # End Source File
453 # End Group
454 # Begin Group "util"
455
456 # PROP Default_Filter ""
457 # Begin Source File
458
459 SOURCE=.\include\ap_regex.h
460 # End Source File
461 # Begin Source File
462
463 SOURCE=.\server\eoc_bucket.c
464 # End Source File
465 # Begin Source File
466
467 SOURCE=.\server\eor_bucket.c
468 # End Source File
469 # Begin Source File
470
471 SOURCE=.\server\error_bucket.c
472 # End Source File
473 # Begin Source File
474
475 SOURCE=.\server\util.c
476 # End Source File
477 # Begin Source File
478
479 SOURCE=.\server\util_cfgtree.c
480 # End Source File
481 # Begin Source File
482
483 SOURCE=.\include\util_cfgtree.h
484 # End Source File
485 # Begin Source File
486
487 SOURCE=.\include\util_charset.h
488 # End Source File
489 # Begin Source File
490
491 SOURCE=.\include\util_ebcdic.h
492 # End Source File
493 # Begin Source File
494
495 SOURCE=.\server\util_filter.c
496 # End Source File
497 # Begin Source File
498
499 SOURCE=.\include\util_filter.h
500 # End Source File
501 # Begin Source File
502
503 SOURCE=.\server\util_md5.c
504 # End Source File
505 # Begin Source File
506
507 SOURCE=.\include\util_md5.h
508 # End Source File
509 # Begin Source File
510
511 SOURCE=.\server\util_mutex.c
512 # End Source File
513 # Begin Source File
514
515 SOURCE=.\include\util_mutex.h
516 # End Source File
517 # Begin Source File
518
519 SOURCE=.\server\util_pcre.c
520 # End Source File
521 # Begin Source File
522
523 SOURCE=.\server\util_script.c
524 # End Source File
525 # Begin Source File
526
527 SOURCE=.\include\util_script.h
528 # End Source File
529 # Begin Source File
530
531 SOURCE=.\server\util_time.c
532 # End Source File
533 # Begin Source File
534
535 SOURCE=.\os\win32\util_win32.c
536 # End Source File
537 # Begin Source File
538
539 SOURCE=.\server\util_xml.c
540 # End Source File
541 # Begin Source File
542
543 SOURCE=.\include\util_xml.h
544 # End Source File
545 # End Group
546 # Begin Group "mpm_winnt"
547
548 # PROP Default_Filter ""
549 # Begin Source File
550
551 SOURCE=.\include\ap_listen.h
552 # End Source File
553 # Begin Source File
554
555 SOURCE=.\include\ap_mpm.h
556 # End Source File
557 # Begin Source File
558
559 SOURCE=.\os\win32\ap_regkey.c
560 # End Source File
561 # Begin Source File
562
563 SOURCE=.\include\ap_regkey.h
564 # End Source File
565 # Begin Source File
566
567 SOURCE=.\server\mpm\winnt\child.c
568 # End Source File
569 # Begin Source File
570
571 SOURCE=.\server\listen.c
572 # End Source File
573 # Begin Source File
574
575 SOURCE=.\server\mpm\winnt\mpm.h
576
577 !IF  "$(CFG)" == "libhttpd - Win32 Release"
578
579 # PROP Ignore_Default_Tool 1
580 # Begin Custom Build - Creating include/mpm.h
581 InputPath=.\server\mpm\winnt\mpm.h
582
583 ".\include\mpm.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
584         type .\server\mpm\winnt\mpm.h > .\include\mpm.h
585
586 # End Custom Build
587
588 !ELSEIF  "$(CFG)" == "libhttpd - Win32 Debug"
589
590 # PROP Ignore_Default_Tool 1
591 # Begin Custom Build - Creating include/mpm.h
592 InputPath=.\server\mpm\winnt\mpm.h
593
594 ".\include\mpm.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
595         type .\server\mpm\winnt\mpm.h > .\include\mpm.h
596
597 # End Custom Build
598
599 !ENDIF 
600
601 # End Source File
602 # Begin Source File
603
604 SOURCE=.\server\mpm_common.c
605 # End Source File
606 # Begin Source File
607
608 SOURCE=.\include\mpm_common.h
609 # End Source File
610 # Begin Source File
611
612 SOURCE=.\server\mpm\winnt\mpm_default.h
613
614 !IF  "$(CFG)" == "libhttpd - Win32 Release"
615
616 # PROP Ignore_Default_Tool 1
617 # Begin Custom Build - Creating include/mpm_default.h
618 InputPath=.\server\mpm\winnt\mpm_default.h
619
620 ".\include\mpm_default.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
621         type .\server\mpm\winnt\mpm_default.h > .\include\mpm_default.h
622
623 # End Custom Build
624
625 !ELSEIF  "$(CFG)" == "libhttpd - Win32 Debug"
626
627 # PROP Ignore_Default_Tool 1
628 # Begin Custom Build - Creating include/mpm_default.h
629 InputPath=.\server\mpm\winnt\mpm_default.h
630
631 ".\include\mpm_default.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
632         type .\server\mpm\winnt\mpm_default.h > .\include\mpm_default.h
633
634 # End Custom Build
635
636 !ENDIF 
637
638 # End Source File
639 # Begin Source File
640
641 SOURCE=.\server\mpm\winnt\mpm_winnt.c
642 # End Source File
643 # Begin Source File
644
645 SOURCE=.\server\mpm\winnt\mpm_winnt.h
646 # End Source File
647 # Begin Source File
648
649 SOURCE=.\server\mpm\winnt\nt_eventlog.c
650 # End Source File
651 # Begin Source File
652
653 SOURCE=.\server\provider.c
654 # End Source File
655 # Begin Source File
656
657 SOURCE=.\server\scoreboard.c
658 # End Source File
659 # Begin Source File
660
661 SOURCE=.\include\scoreboard.h
662 # End Source File
663 # Begin Source File
664
665 SOURCE=.\server\mpm\winnt\service.c
666 # End Source File
667 # End Group
668 # Begin Source File
669
670 SOURCE=.\server\gen_test_char.exe
671
672 !IF  "$(CFG)" == "libhttpd - Win32 Release"
673
674 # PROP Ignore_Default_Tool 1
675 USERDEP__GEN_T=".\include\os.h" 
676 # Begin Custom Build - Generating test_char.h from gen_test_char.exe
677 InputPath=.\server\gen_test_char.exe
678
679 ".\server\test_char.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
680         .\server\gen_test_char.exe >.\server\test_char.h
681
682 # End Custom Build
683
684 !ELSEIF  "$(CFG)" == "libhttpd - Win32 Debug"
685
686 # PROP Ignore_Default_Tool 1
687 USERDEP__GEN_T=".\include\os.h" 
688 # Begin Custom Build - Generating test_char.h from gen_test_char.exe
689 InputPath=.\server\gen_test_char.exe
690
691 ".\server\test_char.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
692         .\server\gen_test_char.exe >.\server\test_char.h
693
694 # End Custom Build
695
696 !ENDIF 
697
698 # End Source File
699 # Begin Source File
700
701 SOURCE=.\build\win32\httpd.rc
702 # End Source File
703 # End Target
704 # End Project