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