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