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