Imported Upstream version 7.32.0
[platform/upstream/curl.git] / vs / vc6 / src / vc6curltool.dsp
1 # Microsoft Developer Studio Project File - Name="curltool" - Package Owner=<4>\r
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00\r
3 # ** DO NOT EDIT **\r
4 \r
5 # TARGTYPE "Win32 (x86) Console Application" 0x0103\r
6 \r
7 CFG=curltool - Win32 using libcurl LIB Debug\r
8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
9 !MESSAGE use the Export Makefile command and run\r
10 !MESSAGE \r
11 !MESSAGE NMAKE /f "vc6curltool.mak".\r
12 !MESSAGE \r
13 !MESSAGE You can specify a configuration when running NMAKE\r
14 !MESSAGE by defining the macro CFG on the command line. For example:\r
15 !MESSAGE \r
16 !MESSAGE NMAKE /f "vc6curltool.mak" CFG="curltool - Win32 using libcurl LIB Debug"\r
17 !MESSAGE \r
18 !MESSAGE Possible choices for configuration are:\r
19 !MESSAGE \r
20 !MESSAGE "curltool - Win32 using libcurl DLL Debug" (based on "Win32 (x86) Console Application")\r
21 !MESSAGE "curltool - Win32 using libcurl DLL Release" (based on "Win32 (x86) Console Application")\r
22 !MESSAGE "curltool - Win32 using libcurl LIB Debug" (based on "Win32 (x86) Console Application")\r
23 !MESSAGE "curltool - Win32 using libcurl LIB Release" (based on "Win32 (x86) Console Application")\r
24 !MESSAGE \r
25 \r
26 # Begin Project\r
27 # PROP AllowPerConfigDependencies 0\r
28 # PROP Scc_ProjName ""\r
29 # PROP Scc_LocalPath ""\r
30 CPP=cl.exe\r
31 RSC=rc.exe\r
32 \r
33 !IF  "$(CFG)" == "curltool - Win32 using libcurl DLL Debug"\r
34 \r
35 # PROP BASE Use_MFC 0\r
36 # PROP BASE Use_Debug_Libraries 1\r
37 # PROP BASE Output_Dir "dll-debug"\r
38 # PROP BASE Intermediate_Dir "dll-debug/obj"\r
39 # PROP BASE Target_Dir ""\r
40 # PROP Use_MFC 0\r
41 # PROP Use_Debug_Libraries 1\r
42 # PROP Output_Dir "dll-debug"\r
43 # PROP Intermediate_Dir "dll-debug/obj"\r
44 # PROP Ignore_Export_Lib 0\r
45 # PROP Target_Dir ""\r
46 # ADD BASE CPP /nologo /MDd /W3 /EHsc /Zi /Od /I "..\..\..\lib" /I "..\..\..\include" /I "..\..\..\src" /D "_CONSOLE" /D "WIN32" /D "_DEBUG" /FD /GZ /c\r
47 # ADD CPP /nologo /MDd /W3 /EHsc /Zi /Od /I "..\..\..\lib" /I "..\..\..\include" /I "..\..\..\src" /D "_CONSOLE" /D "WIN32" /D "_DEBUG" /FD /GZ /c\r
48 # ADD BASE RSC /l 0x409 /i "..\..\..\include" /d "_DEBUG"\r
49 # ADD RSC /l 0x409 /i "..\..\..\include" /d "_DEBUG"\r
50 BSC32=bscmake.exe\r
51 # ADD BASE BSC32 /nologo\r
52 # ADD BSC32 /nologo\r
53 LINK32=link.exe\r
54 # ADD BASE LINK32 libcurld_imp.lib wldap32.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"dll-debug/curl.exe" /pdbtype:con /libpath:"..\lib\dll-debug" /fixed:no\r
55 # ADD LINK32 libcurld_imp.lib wldap32.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"dll-debug/curl.exe" /pdbtype:con /libpath:"..\lib\dll-debug" /fixed:no\r
56 \r
57 !ELSEIF  "$(CFG)" == "curltool - Win32 using libcurl DLL Release"\r
58 \r
59 # PROP BASE Use_MFC 0\r
60 # PROP BASE Use_Debug_Libraries 0\r
61 # PROP BASE Output_Dir "dll-release"\r
62 # PROP BASE Intermediate_Dir "dll-release/obj"\r
63 # PROP BASE Target_Dir ""\r
64 # PROP Use_MFC 0\r
65 # PROP Use_Debug_Libraries 0\r
66 # PROP Output_Dir "dll-release"\r
67 # PROP Intermediate_Dir "dll-release/obj"\r
68 # PROP Ignore_Export_Lib 0\r
69 # PROP Target_Dir ""\r
70 # ADD BASE CPP /nologo /MD /W3 /EHsc /O2 /I "..\..\..\lib" /I "..\..\..\include" /I "..\..\..\src" /D "_CONSOLE" /D "WIN32" /D "NDEBUG" /FD /c\r
71 # ADD CPP /nologo /MD /W3 /EHsc /O2 /I "..\..\..\lib" /I "..\..\..\include" /I "..\..\..\src" /D "_CONSOLE" /D "WIN32" /D "NDEBUG" /FD /c\r
72 # ADD BASE RSC /l 0x409 /i "..\..\..\include" /d "NDEBUG"\r
73 # ADD RSC /l 0x409 /i "..\..\..\include" /d "NDEBUG"\r
74 BSC32=bscmake.exe\r
75 # ADD BASE BSC32 /nologo\r
76 # ADD BSC32 /nologo\r
77 LINK32=link.exe\r
78 # ADD BASE LINK32 libcurl_imp.lib wldap32.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"dll-release/curl.exe" /libpath:"..\lib\dll-release" /fixed:no\r
79 # ADD LINK32 libcurl_imp.lib wldap32.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"dll-release/curl.exe" /libpath:"..\lib\dll-release" /fixed:no\r
80 \r
81 !ELSEIF  "$(CFG)" == "curltool - Win32 using libcurl LIB Debug"\r
82 \r
83 # PROP BASE Use_MFC 0\r
84 # PROP BASE Use_Debug_Libraries 1\r
85 # PROP BASE Output_Dir "lib-debug"\r
86 # PROP BASE Intermediate_Dir "lib-debug/obj"\r
87 # PROP BASE Target_Dir ""\r
88 # PROP Use_MFC 0\r
89 # PROP Use_Debug_Libraries 1\r
90 # PROP Output_Dir "lib-debug"\r
91 # PROP Intermediate_Dir "lib-debug/obj"\r
92 # PROP Ignore_Export_Lib 0\r
93 # PROP Target_Dir ""\r
94 # ADD BASE CPP /nologo /MDd /W3 /EHsc /Zi /Od /I "..\..\..\lib" /I "..\..\..\include" /I "..\..\..\src" /D "_CONSOLE" /D "WIN32" /D "_DEBUG" /D "CURL_STATICLIB" /FD /GZ /c\r
95 # ADD CPP /nologo /MDd /W3 /EHsc /Zi /Od /I "..\..\..\lib" /I "..\..\..\include" /I "..\..\..\src" /D "_CONSOLE" /D "WIN32" /D "_DEBUG" /D "CURL_STATICLIB" /FD /GZ /c\r
96 # ADD BASE RSC /l 0x409 /i "..\..\..\include" /d "_DEBUG"\r
97 # ADD RSC /l 0x409 /i "..\..\..\include" /d "_DEBUG"\r
98 BSC32=bscmake.exe\r
99 # ADD BASE BSC32 /nologo\r
100 # ADD BSC32 /nologo\r
101 LINK32=link.exe\r
102 # ADD BASE LINK32 libcurld.lib wldap32.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"lib-debug/curl.exe" /pdbtype:con /libpath:"..\lib\lib-debug" /fixed:no\r
103 # ADD LINK32 libcurld.lib wldap32.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"lib-debug/curl.exe" /pdbtype:con /libpath:"..\lib\lib-debug" /fixed:no\r
104 \r
105 !ELSEIF  "$(CFG)" == "curltool - Win32 using libcurl LIB Release"\r
106 \r
107 # PROP BASE Use_MFC 0\r
108 # PROP BASE Use_Debug_Libraries 0\r
109 # PROP BASE Output_Dir "lib-release"\r
110 # PROP BASE Intermediate_Dir "lib-release/obj"\r
111 # PROP BASE Target_Dir ""\r
112 # PROP Use_MFC 0\r
113 # PROP Use_Debug_Libraries 0\r
114 # PROP Output_Dir "lib-release"\r
115 # PROP Intermediate_Dir "lib-release/obj"\r
116 # PROP Ignore_Export_Lib 0\r
117 # PROP Target_Dir ""\r
118 # ADD BASE CPP /nologo /MD /W3 /EHsc /O2 /I "..\..\..\lib" /I "..\..\..\include" /I "..\..\..\src" /D "_CONSOLE" /D "WIN32" /D "NDEBUG" /D "CURL_STATICLIB" /FD /c\r
119 # ADD CPP /nologo /MD /W3 /EHsc /O2 /I "..\..\..\lib" /I "..\..\..\include" /I "..\..\..\src" /D "_CONSOLE" /D "WIN32" /D "NDEBUG" /D "CURL_STATICLIB" /FD /c\r
120 # ADD BASE RSC /l 0x409 /i "..\..\..\include" /d "NDEBUG"\r
121 # ADD RSC /l 0x409 /i "..\..\..\include" /d "NDEBUG"\r
122 BSC32=bscmake.exe\r
123 # ADD BASE BSC32 /nologo\r
124 # ADD BSC32 /nologo\r
125 LINK32=link.exe\r
126 # ADD BASE LINK32 libcurl.lib wldap32.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"lib-release/curl.exe" /libpath:"..\lib\lib-release" /fixed:no\r
127 # ADD LINK32 libcurl.lib wldap32.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"lib-release/curl.exe" /libpath:"..\lib\lib-release" /fixed:no\r
128 \r
129 !ENDIF \r
130 \r
131 # Begin Target\r
132 \r
133 # Name "curltool - Win32 using libcurl DLL Debug"\r
134 # Name "curltool - Win32 using libcurl DLL Release"\r
135 # Name "curltool - Win32 using libcurl LIB Debug"\r
136 # Name "curltool - Win32 using libcurl LIB Release"\r
137 # Begin Group "Source Files"\r
138 \r
139 # PROP Default_Filter ""\r
140 # Begin Source File\r
141 \r
142 SOURCE=..\..\..\lib\nonblock.c\r
143 # End Source File\r
144 # Begin Source File\r
145 \r
146 SOURCE=..\..\..\lib\rawstr.c\r
147 # End Source File\r
148 # Begin Source File\r
149 \r
150 SOURCE=..\..\..\lib\strtoofft.c\r
151 # End Source File\r
152 # Begin Source File\r
153 \r
154 SOURCE=..\..\..\src\tool_binmode.c\r
155 # End Source File\r
156 # Begin Source File\r
157 \r
158 SOURCE=..\..\..\src\tool_bname.c\r
159 # End Source File\r
160 # Begin Source File\r
161 \r
162 SOURCE=..\..\..\src\tool_cb_dbg.c\r
163 # End Source File\r
164 # Begin Source File\r
165 \r
166 SOURCE=..\..\..\src\tool_cb_hdr.c\r
167 # End Source File\r
168 # Begin Source File\r
169 \r
170 SOURCE=..\..\..\src\tool_cb_prg.c\r
171 # End Source File\r
172 # Begin Source File\r
173 \r
174 SOURCE=..\..\..\src\tool_cb_rea.c\r
175 # End Source File\r
176 # Begin Source File\r
177 \r
178 SOURCE=..\..\..\src\tool_cb_see.c\r
179 # End Source File\r
180 # Begin Source File\r
181 \r
182 SOURCE=..\..\..\src\tool_cb_wrt.c\r
183 # End Source File\r
184 # Begin Source File\r
185 \r
186 SOURCE=..\..\..\src\tool_cfgable.c\r
187 # End Source File\r
188 # Begin Source File\r
189 \r
190 SOURCE=..\..\..\src\tool_convert.c\r
191 # End Source File\r
192 # Begin Source File\r
193 \r
194 SOURCE=..\..\..\src\tool_dirhie.c\r
195 # End Source File\r
196 # Begin Source File\r
197 \r
198 SOURCE=..\..\..\src\tool_doswin.c\r
199 # End Source File\r
200 # Begin Source File\r
201 \r
202 SOURCE=..\..\..\src\tool_easysrc.c\r
203 # End Source File\r
204 # Begin Source File\r
205 \r
206 SOURCE=..\..\..\src\tool_formparse.c\r
207 # End Source File\r
208 # Begin Source File\r
209 \r
210 SOURCE=..\..\..\src\tool_getparam.c\r
211 # End Source File\r
212 # Begin Source File\r
213 \r
214 SOURCE=..\..\..\src\tool_getpass.c\r
215 # End Source File\r
216 # Begin Source File\r
217 \r
218 SOURCE=..\..\..\src\tool_help.c\r
219 # End Source File\r
220 # Begin Source File\r
221 \r
222 SOURCE=..\..\..\src\tool_helpers.c\r
223 # End Source File\r
224 # Begin Source File\r
225 \r
226 SOURCE=..\..\..\src\tool_homedir.c\r
227 # End Source File\r
228 # Begin Source File\r
229 \r
230 SOURCE=..\..\..\src\tool_hugehelp.c\r
231 # End Source File\r
232 # Begin Source File\r
233 \r
234 SOURCE=..\..\..\src\tool_libinfo.c\r
235 # End Source File\r
236 # Begin Source File\r
237 \r
238 SOURCE=..\..\..\src\tool_main.c\r
239 # End Source File\r
240 # Begin Source File\r
241 \r
242 SOURCE=..\..\..\src\tool_metalink.c\r
243 # End Source File\r
244 # Begin Source File\r
245 \r
246 SOURCE=..\..\..\src\tool_mfiles.c\r
247 # End Source File\r
248 # Begin Source File\r
249 \r
250 SOURCE=..\..\..\src\tool_msgs.c\r
251 # End Source File\r
252 # Begin Source File\r
253 \r
254 SOURCE=..\..\..\src\tool_operate.c\r
255 # End Source File\r
256 # Begin Source File\r
257 \r
258 SOURCE=..\..\..\src\tool_operhlp.c\r
259 # End Source File\r
260 # Begin Source File\r
261 \r
262 SOURCE=..\..\..\src\tool_panykey.c\r
263 # End Source File\r
264 # Begin Source File\r
265 \r
266 SOURCE=..\..\..\src\tool_paramhlp.c\r
267 # End Source File\r
268 # Begin Source File\r
269 \r
270 SOURCE=..\..\..\src\tool_parsecfg.c\r
271 # End Source File\r
272 # Begin Source File\r
273 \r
274 SOURCE=..\..\..\src\tool_setopt.c\r
275 # End Source File\r
276 # Begin Source File\r
277 \r
278 SOURCE=..\..\..\src\tool_sleep.c\r
279 # End Source File\r
280 # Begin Source File\r
281 \r
282 SOURCE=..\..\..\src\tool_urlglob.c\r
283 # End Source File\r
284 # Begin Source File\r
285 \r
286 SOURCE=..\..\..\src\tool_util.c\r
287 # End Source File\r
288 # Begin Source File\r
289 \r
290 SOURCE=..\..\..\src\tool_vms.c\r
291 # End Source File\r
292 # Begin Source File\r
293 \r
294 SOURCE=..\..\..\src\tool_writeenv.c\r
295 # End Source File\r
296 # Begin Source File\r
297 \r
298 SOURCE=..\..\..\src\tool_writeout.c\r
299 # End Source File\r
300 # Begin Source File\r
301 \r
302 SOURCE=..\..\..\src\tool_xattr.c\r
303 # End Source File\r
304 # End Group\r
305 # Begin Group "Header Files"\r
306 \r
307 # PROP Default_Filter ""\r
308 # Begin Source File\r
309 \r
310 SOURCE="..\..\..\lib\config-win32.h"\r
311 # End Source File\r
312 # Begin Source File\r
313 \r
314 SOURCE=..\..\..\lib\nonblock.h\r
315 # End Source File\r
316 # Begin Source File\r
317 \r
318 SOURCE=..\..\..\lib\rawstr.h\r
319 # End Source File\r
320 # Begin Source File\r
321 \r
322 SOURCE=..\..\..\lib\strtoofft.h\r
323 # End Source File\r
324 # Begin Source File\r
325 \r
326 SOURCE=..\..\..\src\tool_binmode.h\r
327 # End Source File\r
328 # Begin Source File\r
329 \r
330 SOURCE=..\..\..\src\tool_bname.h\r
331 # End Source File\r
332 # Begin Source File\r
333 \r
334 SOURCE=..\..\..\src\tool_cb_dbg.h\r
335 # End Source File\r
336 # Begin Source File\r
337 \r
338 SOURCE=..\..\..\src\tool_cb_hdr.h\r
339 # End Source File\r
340 # Begin Source File\r
341 \r
342 SOURCE=..\..\..\src\tool_cb_prg.h\r
343 # End Source File\r
344 # Begin Source File\r
345 \r
346 SOURCE=..\..\..\src\tool_cb_rea.h\r
347 # End Source File\r
348 # Begin Source File\r
349 \r
350 SOURCE=..\..\..\src\tool_cb_see.h\r
351 # End Source File\r
352 # Begin Source File\r
353 \r
354 SOURCE=..\..\..\src\tool_cb_wrt.h\r
355 # End Source File\r
356 # Begin Source File\r
357 \r
358 SOURCE=..\..\..\src\tool_cfgable.h\r
359 # End Source File\r
360 # Begin Source File\r
361 \r
362 SOURCE=..\..\..\src\tool_convert.h\r
363 # End Source File\r
364 # Begin Source File\r
365 \r
366 SOURCE=..\..\..\src\tool_dirhie.h\r
367 # End Source File\r
368 # Begin Source File\r
369 \r
370 SOURCE=..\..\..\src\tool_doswin.h\r
371 # End Source File\r
372 # Begin Source File\r
373 \r
374 SOURCE=..\..\..\src\tool_easysrc.h\r
375 # End Source File\r
376 # Begin Source File\r
377 \r
378 SOURCE=..\..\..\src\tool_formparse.h\r
379 # End Source File\r
380 # Begin Source File\r
381 \r
382 SOURCE=..\..\..\src\tool_getparam.h\r
383 # End Source File\r
384 # Begin Source File\r
385 \r
386 SOURCE=..\..\..\src\tool_getpass.h\r
387 # End Source File\r
388 # Begin Source File\r
389 \r
390 SOURCE=..\..\..\src\tool_help.h\r
391 # End Source File\r
392 # Begin Source File\r
393 \r
394 SOURCE=..\..\..\src\tool_helpers.h\r
395 # End Source File\r
396 # Begin Source File\r
397 \r
398 SOURCE=..\..\..\src\tool_homedir.h\r
399 # End Source File\r
400 # Begin Source File\r
401 \r
402 SOURCE=..\..\..\src\tool_hugehelp.h\r
403 # End Source File\r
404 # Begin Source File\r
405 \r
406 SOURCE=..\..\..\src\tool_libinfo.h\r
407 # End Source File\r
408 # Begin Source File\r
409 \r
410 SOURCE=..\..\..\src\tool_main.h\r
411 # End Source File\r
412 # Begin Source File\r
413 \r
414 SOURCE=..\..\..\src\tool_metalink.h\r
415 # End Source File\r
416 # Begin Source File\r
417 \r
418 SOURCE=..\..\..\src\tool_mfiles.h\r
419 # End Source File\r
420 # Begin Source File\r
421 \r
422 SOURCE=..\..\..\src\tool_msgs.h\r
423 # End Source File\r
424 # Begin Source File\r
425 \r
426 SOURCE=..\..\..\src\tool_operate.h\r
427 # End Source File\r
428 # Begin Source File\r
429 \r
430 SOURCE=..\..\..\src\tool_operhlp.h\r
431 # End Source File\r
432 # Begin Source File\r
433 \r
434 SOURCE=..\..\..\src\tool_panykey.h\r
435 # End Source File\r
436 # Begin Source File\r
437 \r
438 SOURCE=..\..\..\src\tool_paramhlp.h\r
439 # End Source File\r
440 # Begin Source File\r
441 \r
442 SOURCE=..\..\..\src\tool_parsecfg.h\r
443 # End Source File\r
444 # Begin Source File\r
445 \r
446 SOURCE=..\..\..\src\tool_sdecls.h\r
447 # End Source File\r
448 # Begin Source File\r
449 \r
450 SOURCE=..\..\..\src\tool_setopt.h\r
451 # End Source File\r
452 # Begin Source File\r
453 \r
454 SOURCE=..\..\..\src\tool_setup.h\r
455 # End Source File\r
456 # Begin Source File\r
457 \r
458 SOURCE=..\..\..\src\tool_sleep.h\r
459 # End Source File\r
460 # Begin Source File\r
461 \r
462 SOURCE=..\..\..\src\tool_urlglob.h\r
463 # End Source File\r
464 # Begin Source File\r
465 \r
466 SOURCE=..\..\..\src\tool_util.h\r
467 # End Source File\r
468 # Begin Source File\r
469 \r
470 SOURCE=..\..\..\src\tool_version.h\r
471 # End Source File\r
472 # Begin Source File\r
473 \r
474 SOURCE=..\..\..\src\tool_vms.h\r
475 # End Source File\r
476 # Begin Source File\r
477 \r
478 SOURCE=..\..\..\src\tool_writeenv.h\r
479 # End Source File\r
480 # Begin Source File\r
481 \r
482 SOURCE=..\..\..\src\tool_writeout.h\r
483 # End Source File\r
484 # Begin Source File\r
485 \r
486 SOURCE=..\..\..\src\tool_xattr.h\r
487 # End Source File\r
488 # End Group\r
489 # Begin Group "Resource Files"\r
490 \r
491 # PROP Default_Filter ""\r
492 # Begin Source File\r
493 \r
494 SOURCE=..\..\..\src\curl.rc\r
495 # End Source File\r
496 # End Group\r
497 # End Target\r
498 # End Project\r