]> granicus.if.org Git - apache/blob - libhttpd.dsp
Cleanup the scripts used for Makefile.win
[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         xcopy /y .\modules\http\mod_core.h .\include
238         echo Created mod_core.h
239         
240 # End Custom Build
241
242 !ELSEIF  "$(CFG)" == "libhttpd - Win32 Debug"
243
244 # PROP Ignore_Default_Tool 1
245 # Begin Custom Build - Generating mod_core.h
246 InputPath=.\modules\http\mod_core.h
247
248 ".\include\mod_core.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
249         xcopy /y .\modules\http\mod_core.h .\include
250         echo Created mod_core.h
251         
252 # End Custom Build
253
254 !ENDIF 
255
256 # End Source File
257 # Begin Source File
258
259 SOURCE=.\modules\dav\main\mod_dav.h
260
261 !IF  "$(CFG)" == "libhttpd - Win32 Release"
262
263 # PROP Ignore_Default_Tool 1
264 # Begin Custom Build - Generating mod_dav.h
265 InputPath=.\modules\dav\main\mod_dav.h
266
267 ".\include\mod_dav.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
268         xcopy /y .\modules\dav\main\mod_dav.h .\include
269         echo Created mod_dav.h
270         
271 # End Custom Build
272
273 !ELSEIF  "$(CFG)" == "libhttpd - Win32 Debug"
274
275 # PROP Ignore_Default_Tool 1
276 # Begin Custom Build - Generating mod_dav.h
277 InputPath=.\modules\dav\main\mod_dav.h
278
279 ".\include\mod_dav.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
280         xcopy /y .\modules\dav\main\mod_dav.h .\include
281         echo Created mod_dav.h
282         
283 # End Custom Build
284
285 !ENDIF 
286
287 # End Source File
288 # Begin Source File
289
290 SOURCE=.\modules\proxy\mod_proxy.h
291
292 !IF  "$(CFG)" == "libhttpd - Win32 Release"
293
294 # PROP Ignore_Default_Tool 1
295 # Begin Custom Build - Generating mod_proxy.h
296 InputPath=.\modules\proxy\mod_proxy.h
297
298 ".\include\mod_proxy.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
299         xcopy /y .\modules\proxy\mod_proxy.h .\include
300         echo Created mod_proxy.h
301         
302 # End Custom Build
303
304 !ELSEIF  "$(CFG)" == "libhttpd - Win32 Debug"
305
306 # PROP Ignore_Default_Tool 1
307 # Begin Custom Build - Generating mod_proxy.h
308 InputPath=.\modules\proxy\mod_proxy.h
309
310 ".\include\mod_proxy.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
311         xcopy /y .\modules\proxy\mod_proxy.h .\include
312         echo Created mod_proxy.h
313         
314 # End Custom Build
315
316 !ENDIF 
317
318 # End Source File
319 # Begin Source File
320
321 SOURCE=.\server\mpm\winnt\mpm.h
322
323 !IF  "$(CFG)" == "libhttpd - Win32 Release"
324
325 # PROP Ignore_Default_Tool 1
326 # Begin Custom Build - Generating mpm.h
327 InputPath=.\server\mpm\winnt\mpm.h
328
329 ".\include\mpm.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
330         xcopy /y .\server\mpm\winnt\mpm.h .\include
331         echo Created mpm.h
332         
333 # End Custom Build
334
335 !ELSEIF  "$(CFG)" == "libhttpd - Win32 Debug"
336
337 # PROP Ignore_Default_Tool 1
338 # Begin Custom Build - Generating mpm.h
339 InputPath=.\server\mpm\winnt\mpm.h
340
341 ".\include\mpm.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
342         xcopy /y .\server\mpm\winnt\mpm.h .\include
343         echo Created mpm.h
344         
345 # End Custom Build
346
347 !ENDIF 
348
349 # End Source File
350 # Begin Source File
351
352 SOURCE=.\server\mpm\winnt\mpm_default.h
353
354 !IF  "$(CFG)" == "libhttpd - Win32 Release"
355
356 # PROP Ignore_Default_Tool 1
357 # Begin Custom Build - Generating mpm_default.h
358 InputPath=.\server\mpm\winnt\mpm_default.h
359
360 ".\include\mpm_default.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
361         xcopy /y .\server\mpm\winnt\mpm_default.h .\include
362         echo Created mpm_default.h
363         
364 # End Custom Build
365
366 !ELSEIF  "$(CFG)" == "libhttpd - Win32 Debug"
367
368 # PROP Ignore_Default_Tool 1
369 # Begin Custom Build - Generating mpm_default.h
370 InputPath=.\server\mpm\winnt\mpm_default.h
371
372 ".\include\mpm_default.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
373         xcopy /y .\server\mpm\winnt\mpm_default.h .\include
374         echo Created mpm_default.h
375         
376 # End Custom Build
377
378 !ENDIF 
379
380 # End Source File
381 # Begin Source File
382
383 SOURCE=.\os\win32\os.h
384
385 !IF  "$(CFG)" == "libhttpd - Win32 Release"
386
387 # PROP Ignore_Default_Tool 1
388 # Begin Custom Build - Generating os.h
389 InputPath=.\os\win32\os.h
390
391 ".\include\os.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
392         xcopy /y .\os\win32\os.h .\include
393         echo Created os.h
394         
395 # End Custom Build
396
397 !ELSEIF  "$(CFG)" == "libhttpd - Win32 Debug"
398
399 # PROP Ignore_Default_Tool 1
400 # Begin Custom Build - Generating os.h
401 InputPath=.\os\win32\os.h
402
403 ".\include\os.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
404         xcopy /y .\os\win32\os.h .\include
405         echo Created os.h
406         
407 # End Custom Build
408
409 !ENDIF 
410
411 # End Source File
412 # Begin Source File
413
414 SOURCE=.\server\test_char.h
415 # End Source File
416 # End Group
417 # Begin Group "httpd"
418
419 # PROP Default_Filter ""
420 # Begin Source File
421
422 SOURCE=.\modules\http\http_core.c
423 # End Source File
424 # Begin Source File
425
426 SOURCE=.\modules\http\http_protocol.c
427 # End Source File
428 # Begin Source File
429
430 SOURCE=.\modules\http\http_request.c
431 # End Source File
432 # Begin Source File
433
434 SOURCE=.\modules\http\mod_core.h
435 # End Source File
436 # End Group
437 # Begin Group "modules"
438
439 # PROP Default_Filter ""
440 # Begin Source File
441
442 SOURCE=.\modules\mappers\mod_so.c
443 # End Source File
444 # Begin Source File
445
446 SOURCE=.\modules\arch\win32\mod_win32.c
447 # End Source File
448 # End Group
449 # Begin Group "util"
450
451 # PROP Default_Filter ""
452 # Begin Source File
453
454 SOURCE=.\server\error_bucket.c
455 # End Source File
456 # Begin Source File
457
458 SOURCE=.\server\rfc1413.c
459 # End Source File
460 # Begin Source File
461
462 SOURCE=.\include\rfc1413.h
463 # End Source File
464 # Begin Source File
465
466 SOURCE=.\server\util.c
467 # End Source File
468 # Begin Source File
469
470 SOURCE=.\server\util_cfgtree.c
471 # End Source File
472 # Begin Source File
473
474 SOURCE=.\include\util_cfgtree.h
475 # End Source File
476 # Begin Source File
477
478 SOURCE=.\include\util_charset.h
479 # End Source File
480 # Begin Source File
481
482 SOURCE=.\include\util_ebcdic.h
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_script.c
503 # End Source File
504 # Begin Source File
505
506 SOURCE=.\include\util_script.h
507 # End Source File
508 # Begin Source File
509
510 SOURCE=.\server\util_time.c
511 # End Source File
512 # Begin Source File
513
514 SOURCE=.\os\win32\util_win32.c
515 # End Source File
516 # Begin Source File
517
518 SOURCE=.\server\util_xml.c
519 # End Source File
520 # Begin Source File
521
522 SOURCE=.\include\util_xml.h
523 # End Source File
524 # End Group
525 # Begin Group "mpm_winnt"
526
527 # PROP Default_Filter ""
528 # Begin Source File
529
530 SOURCE=.\include\ap_listen.h
531 # End Source File
532 # Begin Source File
533
534 SOURCE=.\include\ap_mpm.h
535 # End Source File
536 # Begin Source File
537
538 SOURCE=.\server\listen.c
539 # End Source File
540 # Begin Source File
541
542 SOURCE=.\server\mpm\winnt\mpm.h
543 # End Source File
544 # Begin Source File
545
546 SOURCE=.\server\mpm_common.c
547 # End Source File
548 # Begin Source File
549
550 SOURCE=.\include\mpm_common.h
551 # End Source File
552 # Begin Source File
553
554 SOURCE=.\server\mpm\winnt\mpm_default.h
555 # End Source File
556 # Begin Source File
557
558 SOURCE=.\include\mpm_status.h
559 # End Source File
560 # Begin Source File
561
562 SOURCE=.\server\mpm\winnt\mpm_winnt.c
563 # End Source File
564 # Begin Source File
565
566 SOURCE=.\server\mpm\winnt\mpm_winnt.h
567 # End Source File
568 # Begin Source File
569
570 SOURCE=.\server\mpm\winnt\nt_eventlog.c
571 # End Source File
572 # Begin Source File
573
574 SOURCE=.\server\mpm\winnt\registry.c
575 # End Source File
576 # Begin Source File
577
578 SOURCE=.\server\mpm\winnt\service.c
579 # End Source File
580 # End Group
581 # Begin Source File
582
583 SOURCE=.\build\win32\libhttpd.rc
584 # End Source File
585 # Begin Source File
586
587 SOURCE=.\build\win32\win32ver.awk
588
589 !IF  "$(CFG)" == "libhttpd - Win32 Release"
590
591 # PROP Ignore_Default_Tool 1
592 # Begin Custom Build - Creating Version Resource
593 InputPath=.\build\win32\win32ver.awk
594
595 ".\build\win32\libhttpd.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
596         awk -f ./build/win32/win32ver.awk libhttpd "Apache HTTP Server Core"  ./include/ap_release.h > .\build\win32\libhttpd.rc
597
598 # End Custom Build
599
600 !ELSEIF  "$(CFG)" == "libhttpd - Win32 Debug"
601
602 # PROP Ignore_Default_Tool 1
603 # Begin Custom Build - Creating Version Resource
604 InputPath=.\build\win32\win32ver.awk
605
606 ".\build\win32\libhttpd.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
607         awk -f ./build/win32/win32ver.awk libhttpd "Apache HTTP Server Core"  ./include/ap_release.h > .\build\win32\libhttpd.rc
608
609 # End Custom Build
610
611 !ENDIF 
612
613 # End Source File
614 # End Target
615 # End Project