]> granicus.if.org Git - apache/blob - ApacheCore.dsp
Eliminate os.c and ApacheOS.dsp, ApacheOS.mak, et. al. Update the winnt
[apache] / ApacheCore.dsp
1 # Microsoft Developer Studio Project File - Name="ApacheCore" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 5.00
3 # ** DO NOT EDIT **
4
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
6
7 CFG=ApacheCore - 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 "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 Release"
17 !MESSAGE 
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE 
20 !MESSAGE "ApacheCore - Win32 Release" (based on\
21  "Win32 (x86) Dynamic-Link Library")
22 !MESSAGE "ApacheCore - Win32 Debug" (based on\
23  "Win32 (x86) Dynamic-Link Library")
24 !MESSAGE 
25
26 # Begin Project
27 # PROP Scc_ProjName ""
28 # PROP Scc_LocalPath ""
29 CPP=cl.exe
30 MTL=midl.exe
31 RSC=rc.exe
32
33 !IF  "$(CFG)" == "ApacheCore - Win32 Release"
34
35 # PROP BASE Use_MFC 0
36 # PROP BASE Use_Debug_Libraries 0
37 # PROP BASE Output_Dir ".\ApacheCo"
38 # PROP BASE Intermediate_Dir ".\ApacheCo"
39 # PROP BASE Target_Dir ""
40 # PROP Use_MFC 0
41 # PROP Use_Debug_Libraries 0
42 # PROP Output_Dir ".\CoreR"
43 # PROP Intermediate_Dir ".\CoreR"
44 # PROP Ignore_Export_Lib 0
45 # PROP Target_Dir ""
46 # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
47 # ADD CPP /nologo /MD /W3 /GX /O2 /I ".\include" /I ".\lib\apr\include" /I ".\os\win32" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /FD /c
48 # SUBTRACT CPP /YX
49 # ADD BASE MTL /nologo /D "NDEBUG" /win32
50 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
51 # ADD BASE RSC /l 0x809 /d "NDEBUG"
52 # ADD RSC /l 0x809 /d "NDEBUG"
53 BSC32=bscmake.exe
54 # ADD BASE BSC32 /nologo
55 # ADD BSC32 /nologo
56 LINK32=link.exe
57 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
58 # ADD LINK32 lib\apr\Release\aprlib.lib  regex\release\regex.lib ap\Release\ap.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ws2_32.lib mswsock.lib /nologo /subsystem:windows /dll /machine:I386
59
60 !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
61
62 # PROP BASE Use_MFC 0
63 # PROP BASE Use_Debug_Libraries 1
64 # PROP BASE Output_Dir ".\ApacheC0"
65 # PROP BASE Intermediate_Dir ".\ApacheC0"
66 # PROP BASE Target_Dir ""
67 # PROP Use_MFC 0
68 # PROP Use_Debug_Libraries 1
69 # PROP Output_Dir ".\CoreD"
70 # PROP Intermediate_Dir ".\CoreD"
71 # PROP Ignore_Export_Lib 0
72 # PROP Target_Dir ""
73 # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
74 # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I ".\include" /I ".\lib\apr\include" /I ".\os\win32" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /FR /FD /c
75 # SUBTRACT CPP /YX
76 # ADD BASE MTL /nologo /D "_DEBUG" /win32
77 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
78 # ADD BASE RSC /l 0x809 /d "_DEBUG"
79 # ADD RSC /l 0x809 /d "_DEBUG"
80 BSC32=bscmake.exe
81 # ADD BASE BSC32 /nologo
82 # ADD BSC32 /nologo
83 LINK32=link.exe
84 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386
85 # ADD LINK32 lib\apr\debug\aprlib.lib regex\debug\regex.lib  ap\Debug\ap.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ws2_32.lib mswsock.lib /nologo /subsystem:windows /dll /debug /machine:I386
86 # SUBTRACT LINK32 /map
87
88 !ENDIF 
89
90 # Begin Target
91
92 # Name "ApacheCore - Win32 Release"
93 # Name "ApacheCore - Win32 Debug"
94 # Begin Group "Source Files"
95
96 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
97 # Begin Source File
98
99 SOURCE=.\ApacheCore.def
100 # End Source File
101 # Begin Source File
102
103 SOURCE=.\main\buff.c
104 # End Source File
105 # Begin Source File
106
107 SOURCE=.\buildmark.c
108 # End Source File
109 # Begin Source File
110
111 SOURCE=.\main\http_config.c
112 # End Source File
113 # Begin Source File
114
115 SOURCE=.\main\http_connection.c
116 # End Source File
117 # Begin Source File
118
119 SOURCE=.\main\http_core.c
120 # End Source File
121 # Begin Source File
122
123 SOURCE=.\main\http_log.c
124 # End Source File
125 # Begin Source File
126
127 SOURCE=.\main\http_main.c
128 # End Source File
129 # Begin Source File
130
131 SOURCE=.\main\http_protocol.c
132 # End Source File
133 # Begin Source File
134
135 SOURCE=.\main\http_request.c
136 # End Source File
137 # Begin Source File
138
139 SOURCE=.\main\http_vhost.c
140 # End Source File
141 # Begin Source File
142
143 SOURCE=.\main\iol_file.c
144 # End Source File
145 # Begin Source File
146
147 SOURCE=.\os\win32\iol_socket.c
148 # End Source File
149 # Begin Source File
150
151 SOURCE=.\main\listen.c
152 # End Source File
153 # Begin Source File
154
155 SOURCE=.\modules\standard\mod_access.c
156 # End Source File
157 # Begin Source File
158
159 SOURCE=.\modules\standard\mod_actions.c
160 # End Source File
161 # Begin Source File
162
163 SOURCE=.\modules\standard\mod_alias.c
164 # End Source File
165 # Begin Source File
166
167 SOURCE=.\modules\standard\mod_asis.c
168 # End Source File
169 # Begin Source File
170
171 SOURCE=.\modules\standard\mod_auth.c
172 # End Source File
173 # Begin Source File
174
175 SOURCE=.\modules\standard\mod_autoindex.c
176 # End Source File
177 # Begin Source File
178
179 SOURCE=.\modules\standard\mod_cgi.c
180 # End Source File
181 # Begin Source File
182
183 SOURCE=.\modules\standard\mod_dir.c
184 # End Source File
185 # Begin Source File
186
187 SOURCE=.\modules\standard\mod_env.c
188 # End Source File
189 # Begin Source File
190
191 SOURCE=.\modules\standard\mod_imap.c
192 # End Source File
193 # Begin Source File
194
195 SOURCE=.\modules\standard\mod_include.c
196 # End Source File
197 # Begin Source File
198
199 SOURCE=.\modules\standard\mod_log_config.c
200 # End Source File
201 # Begin Source File
202
203 SOURCE=.\modules\standard\mod_mime.c
204 # End Source File
205 # Begin Source File
206
207 SOURCE=.\modules\standard\mod_negotiation.c
208 # End Source File
209 # Begin Source File
210
211 SOURCE=.\modules\standard\mod_setenvif.c
212 # End Source File
213 # Begin Source File
214
215 SOURCE=.\modules\standard\mod_so.c
216 # End Source File
217 # Begin Source File
218
219 SOURCE=.\modules\standard\mod_userdir.c
220 # End Source File
221 # Begin Source File
222
223 SOURCE=.\os\win32\modules.c
224 # End Source File
225 # Begin Source File
226
227 SOURCE=.\os\win32\registry.c
228 # End Source File
229 # Begin Source File
230
231 SOURCE=.\main\rfc1413.c
232 # End Source File
233 # Begin Source File
234
235 SOURCE=.\os\win32\service.c
236 # End Source File
237 # Begin Source File
238
239 SOURCE=.\main\util.c
240 # End Source File
241 # Begin Source File
242
243 SOURCE=.\main\util_date.c
244 # End Source File
245 # Begin Source File
246
247 SOURCE=.\main\util_md5.c
248 # End Source File
249 # Begin Source File
250
251 SOURCE=.\main\util_script.c
252 # End Source File
253 # Begin Source File
254
255 SOURCE=.\main\util_uri.c
256 # End Source File
257 # Begin Source File
258
259 SOURCE=.\os\win32\util_win32.c
260 # End Source File
261 # Begin Source File
262
263 SOURCE=.\modules\mpm\winnt\winnt.c
264 # End Source File
265 # End Group
266 # Begin Group "Header Files"
267
268 # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
269 # Begin Source File
270
271 SOURCE=.\include\ap.h
272 # End Source File
273 # Begin Source File
274
275 SOURCE=.\include\ap_hooks.h
276 # End Source File
277 # Begin Source File
278
279 SOURCE=.\include\ap_iol.h
280 # End Source File
281 # Begin Source File
282
283 SOURCE=.\include\ap_listen.h
284 # End Source File
285 # Begin Source File
286
287 SOURCE=.\include\ap_md5.h
288 # End Source File
289 # Begin Source File
290
291 SOURCE=.\include\buff.h
292 # End Source File
293 # Begin Source File
294
295 SOURCE=.\include\conf.h
296 # End Source File
297 # Begin Source File
298
299 SOURCE=.\include\explain.h
300 # End Source File
301 # Begin Source File
302
303 SOURCE=.\include\fnmatch.h
304 # End Source File
305 # Begin Source File
306
307 SOURCE=.\include\hsregex.h
308 # End Source File
309 # Begin Source File
310
311 SOURCE=.\include\http_conf_globals.h
312 # End Source File
313 # Begin Source File
314
315 SOURCE=.\include\http_config.h
316 # End Source File
317 # Begin Source File
318
319 SOURCE=.\include\http_connection.h
320 # End Source File
321 # Begin Source File
322
323 SOURCE=.\include\http_core.h
324 # End Source File
325 # Begin Source File
326
327 SOURCE=.\include\http_log.h
328 # End Source File
329 # Begin Source File
330
331 SOURCE=.\include\http_main.h
332 # End Source File
333 # Begin Source File
334
335 SOURCE=.\include\http_protocol.h
336 # End Source File
337 # Begin Source File
338
339 SOURCE=.\include\http_request.h
340 # End Source File
341 # Begin Source File
342
343 SOURCE=.\include\http_vhost.h
344 # End Source File
345 # Begin Source File
346
347 SOURCE=.\include\httpd.h
348 # End Source File
349 # Begin Source File
350
351 SOURCE=.\os\win32\iol_socket.h
352 # End Source File
353 # Begin Source File
354
355 SOURCE=.\modules\standard\mod_mime.h
356 # End Source File
357 # Begin Source File
358
359 SOURCE=.\modules\mpm\winnt\mpm_default.h
360 # End Source File
361 # Begin Source File
362
363 SOURCE=.\os\win32\os.h
364 # End Source File
365 # Begin Source File
366
367 SOURCE=.\os\win32\registry.h
368 # End Source File
369 # Begin Source File
370
371 SOURCE=.\include\rfc1413.h
372 # End Source File
373 # Begin Source File
374
375 SOURCE=.\os\win32\service.h
376 # End Source File
377 # Begin Source File
378
379 SOURCE=.\include\util_date.h
380 # End Source File
381 # Begin Source File
382
383 SOURCE=.\include\util_md5.h
384 # End Source File
385 # Begin Source File
386
387 SOURCE=.\include\util_script.h
388 # End Source File
389 # Begin Source File
390
391 SOURCE=.\include\util_uri.h
392 # End Source File
393 # Begin Source File
394
395 SOURCE=.\modules\mpm\winnt\winnt.h
396 # End Source File
397 # End Group
398 # Begin Group "Resource Files"
399
400 # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
401 # End Group
402 # Begin Group "Generated Files"
403
404 # PROP Default_Filter ""
405 # Begin Source File
406
407 SOURCE=.\main\test_char.h
408 # End Source File
409 # Begin Source File
410
411 SOURCE=.\main\uri_delims.h
412 # End Source File
413 # End Group
414 # End Target
415 # End Project