]> granicus.if.org Git - apache/blob - httpd.dsp
Add a useful header
[apache] / httpd.dsp
1 # Microsoft Developer Studio Project File - Name="ApacheCore" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
3 # ** DO NOT EDIT **
4
5 # TARGTYPE "Win32 (x86) Static Library" 0x0104
6
7 CFG=ApacheCore - Win32 Debug
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 "ApacheCore.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 "ApacheCore.mak" CFG="ApacheCore - Win32 Debug"
17 !MESSAGE 
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE 
20 !MESSAGE "ApacheCore - Win32 Release" (based on "Win32 (x86) Static Library")
21 !MESSAGE "ApacheCore - Win32 Debug" (based on "Win32 (x86) Static Library")
22 !MESSAGE 
23
24 # Begin Project
25 # PROP AllowPerConfigDependencies 0
26 # PROP Scc_ProjName ""
27 # PROP Scc_LocalPath ""
28 CPP=cl.exe
29 RSC=rc.exe
30
31 !IF  "$(CFG)" == "ApacheCore - Win32 Release"
32
33 # PROP BASE Use_MFC 0
34 # PROP BASE Use_Debug_Libraries 0
35 # PROP BASE Output_Dir "LibR"
36 # PROP BASE Intermediate_Dir "LibR"
37 # PROP BASE Target_Dir ""
38 # PROP Use_MFC 0
39 # PROP Use_Debug_Libraries 0
40 # PROP Output_Dir "LibR"
41 # PROP Intermediate_Dir "LibR"
42 # PROP Target_Dir ""
43 # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I ".\include" /I ".\lib\apr\include" /I ".\os\win32" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "API_EXPORT_SYMBOLS" /FD /c
44 # ADD CPP /nologo /MD /W3 /GX /O2 /I ".\include" /I ".\lib\apr\include" /I ".\os\win32" /I ".\modules\mpm\winnt" /I ".\lib\expat-lite" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "API_EXPORT_SYMBOLS" /FD /c
45 # ADD BASE RSC /l 0x409
46 # ADD RSC /l 0x409
47 BSC32=bscmake.exe
48 # ADD BASE BSC32 /nologo
49 # ADD BSC32 /nologo
50 LIB32=link.exe -lib
51 # ADD BASE LIB32 /nologo
52 # ADD LIB32 /nologo
53
54 !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
55
56 # PROP BASE Use_MFC 0
57 # PROP BASE Use_Debug_Libraries 1
58 # PROP BASE Output_Dir "LibD"
59 # PROP BASE Intermediate_Dir "LibD"
60 # PROP BASE Target_Dir ""
61 # PROP Use_MFC 0
62 # PROP Use_Debug_Libraries 1
63 # PROP Output_Dir "LibD"
64 # PROP Intermediate_Dir "LibD"
65 # PROP Ignore_Export_Lib 0
66 # PROP Target_Dir ""
67 # ADD BASE CPP /nologo /MDd /W3 /GX /ZI /Od /I ".\include" /I ".\lib\apr\include" /I ".\os\win32" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "API_EXPORT_SYMBOLS" /FD /c
68 # ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I ".\include" /I ".\lib\apr\include" /I ".\os\win32" /I ".\modules\mpm\winnt" /I ".\lib\expat-lite" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "API_EXPORT_SYMBOLS" /FD /c
69 # ADD BASE RSC /l 0x409
70 # ADD RSC /l 0x409
71 BSC32=bscmake.exe
72 # ADD BASE BSC32 /nologo
73 # ADD BSC32 /nologo
74 LIB32=link.exe -lib
75 # ADD BASE LIB32 /nologo
76 # ADD LIB32 /nologo
77
78 !ENDIF 
79
80 # Begin Target
81
82 # Name "ApacheCore - Win32 Release"
83 # Name "ApacheCore - Win32 Debug"
84 # Begin Group "Source Files"
85
86 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
87 # Begin Source File
88
89 SOURCE=.\ap\ap_base64.c
90 # End Source File
91 # Begin Source File
92
93 SOURCE=.\ap\ap_hooks.c
94 # End Source File
95 # Begin Source File
96
97 SOURCE=.\ap\ap_sha1.c
98 # End Source File
99 # Begin Source File
100
101 SOURCE=.\main\buff.c
102 # End Source File
103 # Begin Source File
104
105 SOURCE=.\buildmark.c
106 # End Source File
107 # Begin Source File
108
109 SOURCE=.\main\http_config.c
110 # End Source File
111 # Begin Source File
112
113 SOURCE=.\main\http_connection.c
114 # End Source File
115 # Begin Source File
116
117 SOURCE=.\main\http_core.c
118 # End Source File
119 # Begin Source File
120
121 SOURCE=.\main\http_log.c
122 # End Source File
123 # Begin Source File
124
125 SOURCE=.\main\http_protocol.c
126 # End Source File
127 # Begin Source File
128
129 SOURCE=.\main\http_request.c
130 # End Source File
131 # Begin Source File
132
133 SOURCE=.\main\http_vhost.c
134 # End Source File
135 # Begin Source File
136
137 SOURCE=.\main\iol_file.c
138 # End Source File
139 # Begin Source File
140
141 SOURCE=.\main\iol_socket.c
142 # End Source File
143 # Begin Source File
144
145 SOURCE=.\main\listen.c
146 # End Source File
147 # Begin Source File
148
149 SOURCE=.\modules\standard\mod_access.c
150 # End Source File
151 # Begin Source File
152
153 SOURCE=.\modules\standard\mod_actions.c
154 # End Source File
155 # Begin Source File
156
157 SOURCE=.\modules\standard\mod_alias.c
158 # End Source File
159 # Begin Source File
160
161 SOURCE=.\modules\standard\mod_asis.c
162 # End Source File
163 # Begin Source File
164
165 SOURCE=.\modules\standard\mod_auth.c
166 # End Source File
167 # Begin Source File
168
169 SOURCE=.\modules\standard\mod_autoindex.c
170 # End Source File
171 # Begin Source File
172
173 SOURCE=.\modules\standard\mod_cgi.c
174 # End Source File
175 # Begin Source File
176
177 SOURCE=.\modules\standard\mod_dir.c
178 # End Source File
179 # Begin Source File
180
181 SOURCE=.\modules\standard\mod_env.c
182 # End Source File
183 # Begin Source File
184
185 SOURCE=.\modules\standard\mod_imap.c
186 # End Source File
187 # Begin Source File
188
189 SOURCE=.\modules\standard\mod_include.c
190 # End Source File
191 # Begin Source File
192
193 SOURCE=.\os\win32\mod_isapi.c
194 # End Source File
195 # Begin Source File
196
197 SOURCE=.\modules\standard\mod_log_config.c
198 # End Source File
199 # Begin Source File
200
201 SOURCE=.\modules\standard\mod_mime.c
202 # End Source File
203 # Begin Source File
204
205 SOURCE=.\modules\standard\mod_negotiation.c
206 # End Source File
207 # Begin Source File
208
209 SOURCE=.\modules\standard\mod_setenvif.c
210 # End Source File
211 # Begin Source File
212
213 SOURCE=.\modules\standard\mod_so.c
214 # End Source File
215 # Begin Source File
216
217 SOURCE=.\modules\standard\mod_userdir.c
218 # End Source File
219 # Begin Source File
220
221 SOURCE=.\os\win32\modules.c
222 # End Source File
223 # Begin Source File
224
225 SOURCE=.\modules\mpm\winnt\mpm_winnt.c
226 # End Source File
227 # Begin Source File
228
229 SOURCE=.\modules\mpm\winnt\registry.c
230 # End Source File
231 # Begin Source File
232
233 SOURCE=.\main\rfc1413.c
234 # End Source File
235 # Begin Source File
236
237 SOURCE=.\modules\mpm\winnt\service.c
238 # End Source File
239 # Begin Source File
240
241 SOURCE=.\main\util.c
242 # End Source File
243 # Begin Source File
244
245 SOURCE=.\main\util_cfgtree.c
246 # End Source File
247 # Begin Source File
248
249 SOURCE=.\main\util_date.c
250 # End Source File
251 # Begin Source File
252
253 SOURCE=.\main\util_md5.c
254 # End Source File
255 # Begin Source File
256
257 SOURCE=.\main\util_script.c
258 # End Source File
259 # Begin Source File
260
261 SOURCE=.\main\util_uri.c
262 # End Source File
263 # Begin Source File
264
265 SOURCE=.\os\win32\util_win32.c
266 # End Source File
267 # Begin Source File
268
269 SOURCE=.\main\util_xml.c
270 # End Source File
271 # End Group
272 # Begin Group "Header Files"
273
274 # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
275 # Begin Source File
276
277 SOURCE=.\include\ap_base64.h
278 # End Source File
279 # Begin Source File
280
281 SOURCE=.\include\ap_config.h
282 # End Source File
283 # Begin Source File
284
285 SOURCE=.\include\ap_ctype.h
286 # End Source File
287 # Begin Source File
288
289 SOURCE=.\include\ap_hooks.h
290 # End Source File
291 # Begin Source File
292
293 SOURCE=.\include\ap_iol.h
294 # End Source File
295 # Begin Source File
296
297 SOURCE=.\include\ap_listen.h
298 # End Source File
299 # Begin Source File
300
301 SOURCE=.\include\ap_mmn.h
302 # End Source File
303 # Begin Source File
304
305 SOURCE=.\include\ap_mpm.h
306 # End Source File
307 # Begin Source File
308
309 SOURCE=.\include\ap_sha1.h
310 # End Source File
311 # Begin Source File
312
313 SOURCE=.\include\buff.h
314 # End Source File
315 # Begin Source File
316
317 SOURCE=.\include\conf.h
318 # End Source File
319 # Begin Source File
320
321 SOURCE=.\include\explain.h
322 # End Source File
323 # Begin Source File
324
325 SOURCE=.\include\fnmatch.h
326 # End Source File
327 # Begin Source File
328
329 SOURCE=.\include\http_conf_globals.h
330 # End Source File
331 # Begin Source File
332
333 SOURCE=.\include\http_config.h
334 # End Source File
335 # Begin Source File
336
337 SOURCE=.\include\http_connection.h
338 # End Source File
339 # Begin Source File
340
341 SOURCE=.\include\http_core.h
342 # End Source File
343 # Begin Source File
344
345 SOURCE=.\include\http_log.h
346 # End Source File
347 # Begin Source File
348
349 SOURCE=.\include\http_main.h
350 # End Source File
351 # Begin Source File
352
353 SOURCE=.\include\http_protocol.h
354 # End Source File
355 # Begin Source File
356
357 SOURCE=.\include\http_request.h
358 # End Source File
359 # Begin Source File
360
361 SOURCE=.\include\http_vhost.h
362 # End Source File
363 # Begin Source File
364
365 SOURCE=.\include\httpd.h
366 # End Source File
367 # Begin Source File
368
369 SOURCE=.\include\iol_socket.h
370 # End Source File
371 # Begin Source File
372
373 SOURCE=.\modules\standard\mod_mime.h
374 # End Source File
375 # Begin Source File
376
377 SOURCE=.\modules\mpm\winnt\mpm.h
378 # End Source File
379 # Begin Source File
380
381 SOURCE=.\include\mpm_common.h
382 # End Source File
383 # Begin Source File
384
385 SOURCE=.\modules\mpm\winnt\mpm_default.h
386 # End Source File
387 # Begin Source File
388
389 SOURCE=.\include\mpm_status.h
390 # End Source File
391 # Begin Source File
392
393 SOURCE=.\modules\mpm\winnt\mpm_winnt.h
394 # End Source File
395 # Begin Source File
396
397 SOURCE=.\os\win32\os.h
398 # End Source File
399 # Begin Source File
400
401 SOURCE=.\include\rfc1413.h
402 # End Source File
403 # Begin Source File
404
405 SOURCE=.\include\util_cfgtree.h
406 # End Source File
407 # Begin Source File
408
409 SOURCE=.\include\util_charset.h
410 # End Source File
411 # Begin Source File
412
413 SOURCE=.\include\util_date.h
414 # End Source File
415 # Begin Source File
416
417 SOURCE=.\include\util_ebcdic.h
418 # End Source File
419 # Begin Source File
420
421 SOURCE=.\include\util_md5.h
422 # End Source File
423 # Begin Source File
424
425 SOURCE=.\include\util_script.h
426 # End Source File
427 # Begin Source File
428
429 SOURCE=.\include\util_uri.h
430 # End Source File
431 # Begin Source File
432
433 SOURCE=.\include\util_xml.h
434 # End Source File
435 # End Group
436 # Begin Group "Resource Files"
437
438 # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
439 # End Group
440 # Begin Group "Generated Files"
441
442 # PROP Default_Filter ""
443 # Begin Source File
444
445 SOURCE=.\main\gen_test_char.exe
446
447 !IF  "$(CFG)" == "ApacheCore - Win32 Release"
448
449 # Begin Custom Build - Generating test_char.h
450 InputPath=.\main\gen_test_char.exe
451
452 ".\main\test_char.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
453         .\main\gen_test_char.exe >.\main\test_char.h 
454         echo Generated test_char.h from gen_test_char.exe 
455         
456 # End Custom Build
457
458 !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
459
460 # Begin Custom Build - Generating test_char.h
461 InputPath=.\main\gen_test_char.exe
462
463 ".\main\test_char.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
464         .\main\gen_test_char.exe >.\main\test_char.h 
465         echo Generated test_char.h from gen_test_char.exe 
466         
467 # End Custom Build
468
469 !ENDIF 
470
471 # End Source File
472 # Begin Source File
473
474 SOURCE=.\main\gen_uri_delims.exe
475
476 !IF  "$(CFG)" == "ApacheCore - Win32 Release"
477
478 # Begin Custom Build - Generating uri_delims.h
479 InputPath=.\main\gen_uri_delims.exe
480
481 ".\main\uri_delims.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
482         .\main\gen_uri_delims.exe >.\main\uri_delims.h 
483         echo Generated uri_delims.h from gen_uri_delims.exe 
484         
485 # End Custom Build
486
487 !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
488
489 # Begin Custom Build - Generating uri_delims.h
490 InputPath=.\main\gen_uri_delims.exe
491
492 ".\main\uri_delims.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
493         .\main\gen_uri_delims.exe >.\main\uri_delims.h 
494         echo Generated uri_delims.h from gen_uri_delims.exe 
495         
496 # End Custom Build
497
498 !ENDIF 
499
500 # End Source File
501 # End Group
502 # Begin Source File
503
504 SOURCE=.\ApacheCore.def
505 # PROP Exclude_From_Build 1
506 # End Source File
507 # End Target
508 # End Project