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