~ubuntu-branches/ubuntu/quantal/apache2/quantal

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