1# Microsoft Developer Studio Project File - Name="libcurl" - 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# TARGTYPE "Win32 (x86) Static Library" 0x0104
7
8CFG=libcurl - Win32 LIB Debug
9!MESSAGE This is not a valid makefile. To build this project using NMAKE,
10!MESSAGE use the Export Makefile command and run
11!MESSAGE 
12!MESSAGE NMAKE /f "vc6libcurl.mak".
13!MESSAGE 
14!MESSAGE You can specify a configuration when running NMAKE
15!MESSAGE by defining the macro CFG on the command line. For example:
16!MESSAGE 
17!MESSAGE NMAKE /f "vc6libcurl.mak" CFG="libcurl - Win32 LIB Debug"
18!MESSAGE 
19!MESSAGE Possible choices for configuration are:
20!MESSAGE 
21!MESSAGE "libcurl - Win32 DLL Debug" (based on "Win32 (x86) Dynamic-Link Library")
22!MESSAGE "libcurl - Win32 DLL Release" (based on "Win32 (x86) Dynamic-Link Library")
23!MESSAGE "libcurl - Win32 LIB Debug" (based on "Win32 (x86) Static Library")
24!MESSAGE "libcurl - Win32 LIB Release" (based on "Win32 (x86) Static Library")
25!MESSAGE 
26
27# Begin Project
28# PROP AllowPerConfigDependencies 0
29# PROP Scc_ProjName ""
30# PROP Scc_LocalPath ""
31
32!IF  "$(CFG)" == "libcurl - Win32 DLL Debug"
33
34# PROP BASE Use_MFC 0
35# PROP BASE Use_Debug_Libraries 1
36# PROP BASE Output_Dir "dll-debug"
37# PROP BASE Intermediate_Dir "dll-debug/obj"
38# PROP BASE Target_Dir ""
39# PROP Use_MFC 0
40# PROP Use_Debug_Libraries 1
41# PROP Output_Dir "dll-debug"
42# PROP Intermediate_Dir "dll-debug/obj"
43# PROP Ignore_Export_Lib 0
44# PROP Target_Dir ""
45CPP=cl.exe
46# ADD BASE CPP /nologo /MDd /W3 /EHsc /Zi /Od /I "..\..\..\lib" /I "..\..\..\include" /D "WIN32" /D "_DEBUG" /D "BUILDING_LIBCURL" /FD /GZ /c
47# ADD CPP /nologo /MDd /W3 /EHsc /Zi /Od /I "..\..\..\lib" /I "..\..\..\include" /D "WIN32" /D "_DEBUG" /D "BUILDING_LIBCURL" /FD /GZ /c
48MTL=midl.exe
49# ADD BASE MTL /nologo /D "_DEBUG" /win32
50# ADD MTL /nologo /D "_DEBUG" /win32
51RSC=rc.exe
52# ADD BASE RSC /l 0x409 /d "_DEBUG"
53# ADD RSC /l 0x409 /d "_DEBUG"
54BSC32=bscmake.exe
55# ADD BASE BSC32 /nologo
56# ADD BSC32 /nologo
57LINK32=link.exe
58# ADD BASE LINK32 wldap32.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"dll-debug/libcurld.dll" /implib:"dll-debug/libcurld_imp.lib" /pdbtype:con /fixed:no
59# ADD LINK32 wldap32.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"dll-debug/libcurld.dll" /implib:"dll-debug/libcurld_imp.lib" /pdbtype:con /fixed:no
60
61!ELSEIF  "$(CFG)" == "libcurl - Win32 DLL Release"
62
63# PROP BASE Use_MFC 0
64# PROP BASE Use_Debug_Libraries 0
65# PROP BASE Output_Dir "dll-release"
66# PROP BASE Intermediate_Dir "dll-release/obj"
67# PROP BASE Target_Dir ""
68# PROP Use_MFC 0
69# PROP Use_Debug_Libraries 0
70# PROP Output_Dir "dll-release"
71# PROP Intermediate_Dir "dll-release/obj"
72# PROP Ignore_Export_Lib 0
73# PROP Target_Dir ""
74CPP=cl.exe
75# ADD BASE CPP /nologo /MD /W3 /EHsc /O2 /I "..\..\..\lib" /I "..\..\..\include" /D "WIN32" /D "NDEBUG" /D "BUILDING_LIBCURL" /FD /c
76# ADD CPP /nologo /MD /W3 /EHsc /O2 /I "..\..\..\lib" /I "..\..\..\include" /D "WIN32" /D "NDEBUG" /D "BUILDING_LIBCURL" /FD /c
77MTL=midl.exe
78# ADD BASE MTL /nologo /D "NDEBUG" /win32
79# ADD MTL /nologo /D "NDEBUG" /win32
80RSC=rc.exe
81# ADD BASE RSC /l 0x409 /d "NDEBUG"
82# ADD RSC /l 0x409 /d "NDEBUG"
83BSC32=bscmake.exe
84# ADD BASE BSC32 /nologo
85# ADD BSC32 /nologo
86LINK32=link.exe
87# ADD BASE LINK32 wldap32.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /dll /pdb:none /machine:I386 /out:"dll-release/libcurl.dll" /implib:"dll-release/libcurl_imp.lib" /fixed:no /release /incremental:no
88# ADD LINK32 wldap32.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /dll /pdb:none /machine:I386 /out:"dll-release/libcurl.dll" /implib:"dll-release/libcurl_imp.lib" /fixed:no /release /incremental:no
89
90!ELSEIF  "$(CFG)" == "libcurl - Win32 LIB Debug"
91
92# PROP BASE Use_MFC 0
93# PROP BASE Use_Debug_Libraries 1
94# PROP BASE Output_Dir "lib-debug"
95# PROP BASE Intermediate_Dir "lib-debug/obj"
96# PROP BASE Target_Dir ""
97# PROP Use_MFC 0
98# PROP Use_Debug_Libraries 1
99# PROP Output_Dir "lib-debug"
100# PROP Intermediate_Dir "lib-debug/obj"
101# PROP Target_Dir ""
102CPP=cl.exe
103# ADD BASE CPP /nologo /MDd /W3 /EHsc /Zi /Od /I "..\..\..\lib" /I "..\..\..\include" /D "WIN32" /D "_DEBUG" /D "BUILDING_LIBCURL" /D "CURL_STATICLIB" /FD /GZ /c
104# ADD CPP /nologo /MDd /W3 /EHsc /Zi /Od /I "..\..\..\lib" /I "..\..\..\include" /D "WIN32" /D "_DEBUG" /D "BUILDING_LIBCURL" /D "CURL_STATICLIB" /FD /GZ /c
105RSC=rc.exe
106# ADD BASE RSC /l 0x409 /d "_DEBUG"
107# ADD RSC /l 0x409 /d "_DEBUG"
108BSC32=bscmake.exe
109# ADD BASE BSC32 /nologo
110# ADD BSC32 /nologo
111LIB32=link.exe -lib
112# ADD BASE LIB32 /nologo /out:"lib-debug/libcurld.lib" /machine:I386
113# ADD LIB32 /nologo /out:"lib-debug/libcurld.lib" /machine:I386
114
115!ELSEIF  "$(CFG)" == "libcurl - Win32 LIB Release"
116
117# PROP BASE Use_MFC 0
118# PROP BASE Use_Debug_Libraries 0
119# PROP BASE Output_Dir "lib-release"
120# PROP BASE Intermediate_Dir "lib-release/obj"
121# PROP BASE Target_Dir ""
122# PROP Use_MFC 0
123# PROP Use_Debug_Libraries 0
124# PROP Output_Dir "lib-release"
125# PROP Intermediate_Dir "lib-release/obj"
126# PROP Target_Dir ""
127CPP=cl.exe
128# ADD BASE CPP /nologo /MD /W3 /EHsc /O2 /I "..\..\..\lib" /I "..\..\..\include" /D "WIN32" /D "NDEBUG" /D "BUILDING_LIBCURL" /D "CURL_STATICLIB" /FD /c
129# ADD CPP /nologo /MD /W3 /EHsc /O2 /I "..\..\..\lib" /I "..\..\..\include" /D "WIN32" /D "NDEBUG" /D "BUILDING_LIBCURL" /D "CURL_STATICLIB" /FD /c
130RSC=rc.exe
131# ADD BASE RSC /l 0x409 /d "NDEBUG"
132# ADD RSC /l 0x409 /d "NDEBUG"
133BSC32=bscmake.exe
134# ADD BASE BSC32 /nologo
135# ADD BSC32 /nologo
136LIB32=link.exe -lib
137# ADD BASE LIB32 /nologo /out:"lib-release/libcurl.lib" /machine:I386
138# ADD LIB32 /nologo /out:"lib-release/libcurl.lib" /machine:I386
139
140!ENDIF 
141
142# Begin Target
143
144# Name "libcurl - Win32 DLL Debug"
145# Name "libcurl - Win32 DLL Release"
146# Name "libcurl - Win32 LIB Debug"
147# Name "libcurl - Win32 LIB Release"
148# Begin Group "Source Files"
149
150# PROP Default_Filter ""
151# Begin Source File
152
153SOURCE=..\..\..\lib\amigaos.c
154# End Source File
155# Begin Source File
156
157SOURCE=..\..\..\lib\asyn-ares.c
158# End Source File
159# Begin Source File
160
161SOURCE=..\..\..\lib\asyn-thread.c
162# End Source File
163# Begin Source File
164
165SOURCE=..\..\..\lib\base64.c
166# End Source File
167# Begin Source File
168
169SOURCE=..\..\..\lib\bundles.c
170# End Source File
171# Begin Source File
172
173SOURCE=..\..\..\lib\conncache.c
174# End Source File
175# Begin Source File
176
177SOURCE=..\..\..\lib\connect.c
178# End Source File
179# Begin Source File
180
181SOURCE=..\..\..\lib\content_encoding.c
182# End Source File
183# Begin Source File
184
185SOURCE=..\..\..\lib\cookie.c
186# End Source File
187# Begin Source File
188
189SOURCE=..\..\..\lib\curl_addrinfo.c
190# End Source File
191# Begin Source File
192
193SOURCE=..\..\..\lib\curl_fnmatch.c
194# End Source File
195# Begin Source File
196
197SOURCE=..\..\..\lib\curl_gethostname.c
198# End Source File
199# Begin Source File
200
201SOURCE=..\..\..\lib\curl_gssapi.c
202# End Source File
203# Begin Source File
204
205SOURCE=..\..\..\lib\curl_memrchr.c
206# End Source File
207# Begin Source File
208
209SOURCE=..\..\..\lib\curl_multibyte.c
210# End Source File
211# Begin Source File
212
213SOURCE=..\..\..\lib\curl_ntlm.c
214# End Source File
215# Begin Source File
216
217SOURCE=..\..\..\lib\curl_ntlm_core.c
218# End Source File
219# Begin Source File
220
221SOURCE=..\..\..\lib\curl_ntlm_msgs.c
222# End Source File
223# Begin Source File
224
225SOURCE=..\..\..\lib\curl_ntlm_wb.c
226# End Source File
227# Begin Source File
228
229SOURCE=..\..\..\lib\curl_rtmp.c
230# End Source File
231# Begin Source File
232
233SOURCE=..\..\..\lib\curl_sasl.c
234# End Source File
235# Begin Source File
236
237SOURCE=..\..\..\lib\curl_sspi.c
238# End Source File
239# Begin Source File
240
241SOURCE=..\..\..\lib\curl_threads.c
242# End Source File
243# Begin Source File
244
245SOURCE=..\..\..\lib\dict.c
246# End Source File
247# Begin Source File
248
249SOURCE=..\..\..\lib\dotdot.c
250# End Source File
251# Begin Source File
252
253SOURCE=..\..\..\lib\easy.c
254# End Source File
255# Begin Source File
256
257SOURCE=..\..\..\lib\escape.c
258# End Source File
259# Begin Source File
260
261SOURCE=..\..\..\lib\file.c
262# End Source File
263# Begin Source File
264
265SOURCE=..\..\..\lib\fileinfo.c
266# End Source File
267# Begin Source File
268
269SOURCE=..\..\..\lib\formdata.c
270# End Source File
271# Begin Source File
272
273SOURCE=..\..\..\lib\ftp.c
274# End Source File
275# Begin Source File
276
277SOURCE=..\..\..\lib\ftplistparser.c
278# End Source File
279# Begin Source File
280
281SOURCE=..\..\..\lib\getenv.c
282# End Source File
283# Begin Source File
284
285SOURCE=..\..\..\lib\getinfo.c
286# End Source File
287# Begin Source File
288
289SOURCE=..\..\..\lib\gopher.c
290# End Source File
291# Begin Source File
292
293SOURCE=..\..\..\lib\hash.c
294# End Source File
295# Begin Source File
296
297SOURCE=..\..\..\lib\hmac.c
298# End Source File
299# Begin Source File
300
301SOURCE=..\..\..\lib\hostasyn.c
302# End Source File
303# Begin Source File
304
305SOURCE=..\..\..\lib\hostcheck.c
306# End Source File
307# Begin Source File
308
309SOURCE=..\..\..\lib\hostip4.c
310# End Source File
311# Begin Source File
312
313SOURCE=..\..\..\lib\hostip6.c
314# End Source File
315# Begin Source File
316
317SOURCE=..\..\..\lib\hostip.c
318# End Source File
319# Begin Source File
320
321SOURCE=..\..\..\lib\hostsyn.c
322# End Source File
323# Begin Source File
324
325SOURCE=..\..\..\lib\http2.c
326# End Source File
327# Begin Source File
328
329SOURCE=..\..\..\lib\http.c
330# End Source File
331# Begin Source File
332
333SOURCE=..\..\..\lib\http_chunks.c
334# End Source File
335# Begin Source File
336
337SOURCE=..\..\..\lib\http_digest.c
338# End Source File
339# Begin Source File
340
341SOURCE=..\..\..\lib\http_negotiate.c
342# End Source File
343# Begin Source File
344
345SOURCE=..\..\..\lib\http_negotiate_sspi.c
346# End Source File
347# Begin Source File
348
349SOURCE=..\..\..\lib\http_proxy.c
350# End Source File
351# Begin Source File
352
353SOURCE=..\..\..\lib\idn_win32.c
354# End Source File
355# Begin Source File
356
357SOURCE=..\..\..\lib\if2ip.c
358# End Source File
359# Begin Source File
360
361SOURCE=..\..\..\lib\imap.c
362# End Source File
363# Begin Source File
364
365SOURCE=..\..\..\lib\inet_ntop.c
366# End Source File
367# Begin Source File
368
369SOURCE=..\..\..\lib\inet_pton.c
370# End Source File
371# Begin Source File
372
373SOURCE=..\..\..\lib\krb5.c
374# End Source File
375# Begin Source File
376
377SOURCE=..\..\..\lib\ldap.c
378# End Source File
379# Begin Source File
380
381SOURCE=..\..\..\lib\llist.c
382# End Source File
383# Begin Source File
384
385SOURCE=..\..\..\lib\md4.c
386# End Source File
387# Begin Source File
388
389SOURCE=..\..\..\lib\md5.c
390# End Source File
391# Begin Source File
392
393SOURCE=..\..\..\lib\memdebug.c
394# End Source File
395# Begin Source File
396
397SOURCE=..\..\..\lib\mprintf.c
398# End Source File
399# Begin Source File
400
401SOURCE=..\..\..\lib\multi.c
402# End Source File
403# Begin Source File
404
405SOURCE=..\..\..\lib\netrc.c
406# End Source File
407# Begin Source File
408
409SOURCE=..\..\..\lib\non-ascii.c
410# End Source File
411# Begin Source File
412
413SOURCE=..\..\..\lib\nonblock.c
414# End Source File
415# Begin Source File
416
417SOURCE=..\..\..\lib\openldap.c
418# End Source File
419# Begin Source File
420
421SOURCE=..\..\..\lib\parsedate.c
422# End Source File
423# Begin Source File
424
425SOURCE=..\..\..\lib\pingpong.c
426# End Source File
427# Begin Source File
428
429SOURCE=..\..\..\lib\pipeline.c
430# End Source File
431# Begin Source File
432
433SOURCE=..\..\..\lib\pop3.c
434# End Source File
435# Begin Source File
436
437SOURCE=..\..\..\lib\progress.c
438# End Source File
439# Begin Source File
440
441SOURCE=..\..\..\lib\rawstr.c
442# End Source File
443# Begin Source File
444
445SOURCE=..\..\..\lib\rtsp.c
446# End Source File
447# Begin Source File
448
449SOURCE=..\..\..\lib\security.c
450# End Source File
451# Begin Source File
452
453SOURCE=..\..\..\lib\select.c
454# End Source File
455# Begin Source File
456
457SOURCE=..\..\..\lib\sendf.c
458# End Source File
459# Begin Source File
460
461SOURCE=..\..\..\lib\share.c
462# End Source File
463# Begin Source File
464
465SOURCE=..\..\..\lib\slist.c
466# End Source File
467# Begin Source File
468
469SOURCE=..\..\..\lib\smtp.c
470# End Source File
471# Begin Source File
472
473SOURCE=..\..\..\lib\socks.c
474# End Source File
475# Begin Source File
476
477SOURCE=..\..\..\lib\socks_gssapi.c
478# End Source File
479# Begin Source File
480
481SOURCE=..\..\..\lib\socks_sspi.c
482# End Source File
483# Begin Source File
484
485SOURCE=..\..\..\lib\speedcheck.c
486# End Source File
487# Begin Source File
488
489SOURCE=..\..\..\lib\splay.c
490# End Source File
491# Begin Source File
492
493SOURCE=..\..\..\lib\ssh.c
494# End Source File
495# Begin Source File
496
497SOURCE=..\..\..\lib\strdup.c
498# End Source File
499# Begin Source File
500
501SOURCE=..\..\..\lib\strequal.c
502# End Source File
503# Begin Source File
504
505SOURCE=..\..\..\lib\strerror.c
506# End Source File
507# Begin Source File
508
509SOURCE=..\..\..\lib\strtok.c
510# End Source File
511# Begin Source File
512
513SOURCE=..\..\..\lib\strtoofft.c
514# End Source File
515# Begin Source File
516
517SOURCE=..\..\..\lib\telnet.c
518# End Source File
519# Begin Source File
520
521SOURCE=..\..\..\lib\tftp.c
522# End Source File
523# Begin Source File
524
525SOURCE=..\..\..\lib\timeval.c
526# End Source File
527# Begin Source File
528
529SOURCE=..\..\..\lib\transfer.c
530# End Source File
531# Begin Source File
532
533SOURCE=..\..\..\lib\url.c
534# End Source File
535# Begin Source File
536
537SOURCE=..\..\..\lib\version.c
538# End Source File
539# Begin Source File
540
541SOURCE=..\..\..\lib\vtls/axtls.c
542# End Source File
543# Begin Source File
544
545SOURCE=..\..\..\lib\vtls/curl_darwinssl.c
546# End Source File
547# Begin Source File
548
549SOURCE=..\..\..\lib\vtls/curl_schannel.c
550# End Source File
551# Begin Source File
552
553SOURCE=..\..\..\lib\vtls/cyassl.c
554# End Source File
555# Begin Source File
556
557SOURCE=..\..\..\lib\vtls/gskit.c
558# End Source File
559# Begin Source File
560
561SOURCE=..\..\..\lib\vtls/gtls.c
562# End Source File
563# Begin Source File
564
565SOURCE=..\..\..\lib\vtls/nss.c
566# End Source File
567# Begin Source File
568
569SOURCE=..\..\..\lib\vtls/openssl.c
570# End Source File
571# Begin Source File
572
573SOURCE=..\..\..\lib\vtls/polarssl.c
574# End Source File
575# Begin Source File
576
577SOURCE=..\..\..\lib\vtls/polarssl_threadlock.c
578# End Source File
579# Begin Source File
580
581SOURCE=..\..\..\lib\vtls/qssl.c
582# End Source File
583# Begin Source File
584
585SOURCE=..\..\..\lib\vtls/vtls.c
586# End Source File
587# Begin Source File
588
589SOURCE=..\..\..\lib\warnless.c
590# End Source File
591# Begin Source File
592
593SOURCE=..\..\..\lib\wildcard.c
594# End Source File
595# Begin Source File
596
597SOURCE=..\..\..\lib\x509asn1.c
598# End Source File
599# End Group
600# Begin Group "Header Files"
601
602# PROP Default_Filter ""
603# Begin Source File
604
605SOURCE=..\..\..\lib\amigaos.h
606# End Source File
607# Begin Source File
608
609SOURCE=..\..\..\lib\arpa_telnet.h
610# End Source File
611# Begin Source File
612
613SOURCE=..\..\..\lib\asyn.h
614# End Source File
615# Begin Source File
616
617SOURCE=..\..\..\lib\bundles.h
618# End Source File
619# Begin Source File
620
621SOURCE=..\..\..\lib\config-win32.h
622# End Source File
623# Begin Source File
624
625SOURCE=..\..\..\lib\conncache.h
626# End Source File
627# Begin Source File
628
629SOURCE=..\..\..\lib\connect.h
630# End Source File
631# Begin Source File
632
633SOURCE=..\..\..\lib\content_encoding.h
634# End Source File
635# Begin Source File
636
637SOURCE=..\..\..\lib\cookie.h
638# End Source File
639# Begin Source File
640
641SOURCE=..\..\..\lib\curl_addrinfo.h
642# End Source File
643# Begin Source File
644
645SOURCE=..\..\..\lib\curl_base64.h
646# End Source File
647# Begin Source File
648
649SOURCE=..\..\..\lib\curl_fnmatch.h
650# End Source File
651# Begin Source File
652
653SOURCE=..\..\..\lib\curl_gethostname.h
654# End Source File
655# Begin Source File
656
657SOURCE=..\..\..\lib\curl_gssapi.h
658# End Source File
659# Begin Source File
660
661SOURCE=..\..\..\lib\curl_hmac.h
662# End Source File
663# Begin Source File
664
665SOURCE=..\..\..\lib\curl_ldap.h
666# End Source File
667# Begin Source File
668
669SOURCE=..\..\..\lib\curl_md4.h
670# End Source File
671# Begin Source File
672
673SOURCE=..\..\..\lib\curl_md5.h
674# End Source File
675# Begin Source File
676
677SOURCE=..\..\..\lib\curl_memory.h
678# End Source File
679# Begin Source File
680
681SOURCE=..\..\..\lib\curl_memrchr.h
682# End Source File
683# Begin Source File
684
685SOURCE=..\..\..\lib\curl_multibyte.h
686# End Source File
687# Begin Source File
688
689SOURCE=..\..\..\lib\curl_ntlm_core.h
690# End Source File
691# Begin Source File
692
693SOURCE=..\..\..\lib\curl_ntlm.h
694# End Source File
695# Begin Source File
696
697SOURCE=..\..\..\lib\curl_ntlm_msgs.h
698# End Source File
699# Begin Source File
700
701SOURCE=..\..\..\lib\curl_ntlm_wb.h
702# End Source File
703# Begin Source File
704
705SOURCE=..\..\..\lib\curl_rtmp.h
706# End Source File
707# Begin Source File
708
709SOURCE=..\..\..\lib\curl_sasl.h
710# End Source File
711# Begin Source File
712
713SOURCE=..\..\..\lib\curl_sec.h
714# End Source File
715# Begin Source File
716
717SOURCE=..\..\..\lib\curl_setup.h
718# End Source File
719# Begin Source File
720
721SOURCE=..\..\..\lib\curl_setup_once.h
722# End Source File
723# Begin Source File
724
725SOURCE=..\..\..\lib\curl_sspi.h
726# End Source File
727# Begin Source File
728
729SOURCE=..\..\..\lib\curl_threads.h
730# End Source File
731# Begin Source File
732
733SOURCE=..\..\..\lib\curlx.h
734# End Source File
735# Begin Source File
736
737SOURCE=..\..\..\lib\dict.h
738# End Source File
739# Begin Source File
740
741SOURCE=..\..\..\lib\dotdot.h
742# End Source File
743# Begin Source File
744
745SOURCE=..\..\..\lib\easyif.h
746# End Source File
747# Begin Source File
748
749SOURCE=..\..\..\lib\escape.h
750# End Source File
751# Begin Source File
752
753SOURCE=..\..\..\lib\file.h
754# End Source File
755# Begin Source File
756
757SOURCE=..\..\..\lib\fileinfo.h
758# End Source File
759# Begin Source File
760
761SOURCE=..\..\..\lib\formdata.h
762# End Source File
763# Begin Source File
764
765SOURCE=..\..\..\lib\ftp.h
766# End Source File
767# Begin Source File
768
769SOURCE=..\..\..\lib\ftplistparser.h
770# End Source File
771# Begin Source File
772
773SOURCE=..\..\..\lib\getinfo.h
774# End Source File
775# Begin Source File
776
777SOURCE=..\..\..\lib\gopher.h
778# End Source File
779# Begin Source File
780
781SOURCE=..\..\..\lib\hash.h
782# End Source File
783# Begin Source File
784
785SOURCE=..\..\..\lib\hostcheck.h
786# End Source File
787# Begin Source File
788
789SOURCE=..\..\..\lib\hostip.h
790# End Source File
791# Begin Source File
792
793SOURCE=..\..\..\lib\http2.h
794# End Source File
795# Begin Source File
796
797SOURCE=..\..\..\lib\http_chunks.h
798# End Source File
799# Begin Source File
800
801SOURCE=..\..\..\lib\http_digest.h
802# End Source File
803# Begin Source File
804
805SOURCE=..\..\..\lib\http.h
806# End Source File
807# Begin Source File
808
809SOURCE=..\..\..\lib\http_negotiate.h
810# End Source File
811# Begin Source File
812
813SOURCE=..\..\..\lib\http_proxy.h
814# End Source File
815# Begin Source File
816
817SOURCE=..\..\..\lib\if2ip.h
818# End Source File
819# Begin Source File
820
821SOURCE=..\..\..\lib\imap.h
822# End Source File
823# Begin Source File
824
825SOURCE=..\..\..\lib\inet_ntop.h
826# End Source File
827# Begin Source File
828
829SOURCE=..\..\..\lib\inet_pton.h
830# End Source File
831# Begin Source File
832
833SOURCE=..\..\..\lib\llist.h
834# End Source File
835# Begin Source File
836
837SOURCE=..\..\..\lib\memdebug.h
838# End Source File
839# Begin Source File
840
841SOURCE=..\..\..\lib\multihandle.h
842# End Source File
843# Begin Source File
844
845SOURCE=..\..\..\lib\multiif.h
846# End Source File
847# Begin Source File
848
849SOURCE=..\..\..\lib\netrc.h
850# End Source File
851# Begin Source File
852
853SOURCE=..\..\..\lib\non-ascii.h
854# End Source File
855# Begin Source File
856
857SOURCE=..\..\..\lib\nonblock.h
858# End Source File
859# Begin Source File
860
861SOURCE=..\..\..\lib\parsedate.h
862# End Source File
863# Begin Source File
864
865SOURCE=..\..\..\lib\pingpong.h
866# End Source File
867# Begin Source File
868
869SOURCE=..\..\..\lib\pipeline.h
870# End Source File
871# Begin Source File
872
873SOURCE=..\..\..\lib\pop3.h
874# End Source File
875# Begin Source File
876
877SOURCE=..\..\..\lib\progress.h
878# End Source File
879# Begin Source File
880
881SOURCE=..\..\..\lib\rawstr.h
882# End Source File
883# Begin Source File
884
885SOURCE=..\..\..\lib\rtsp.h
886# End Source File
887# Begin Source File
888
889SOURCE=..\..\..\lib\select.h
890# End Source File
891# Begin Source File
892
893SOURCE=..\..\..\lib\sendf.h
894# End Source File
895# Begin Source File
896
897SOURCE=..\..\..\lib\setup-vms.h
898# End Source File
899# Begin Source File
900
901SOURCE=..\..\..\lib\share.h
902# End Source File
903# Begin Source File
904
905SOURCE=..\..\..\lib\sigpipe.h
906# End Source File
907# Begin Source File
908
909SOURCE=..\..\..\lib\slist.h
910# End Source File
911# Begin Source File
912
913SOURCE=..\..\..\lib\smtp.h
914# End Source File
915# Begin Source File
916
917SOURCE=..\..\..\lib\sockaddr.h
918# End Source File
919# Begin Source File
920
921SOURCE=..\..\..\lib\socks.h
922# End Source File
923# Begin Source File
924
925SOURCE=..\..\..\lib\speedcheck.h
926# End Source File
927# Begin Source File
928
929SOURCE=..\..\..\lib\splay.h
930# End Source File
931# Begin Source File
932
933SOURCE=..\..\..\lib\ssh.h
934# End Source File
935# Begin Source File
936
937SOURCE=..\..\..\lib\strdup.h
938# End Source File
939# Begin Source File
940
941SOURCE=..\..\..\lib\strequal.h
942# End Source File
943# Begin Source File
944
945SOURCE=..\..\..\lib\strerror.h
946# End Source File
947# Begin Source File
948
949SOURCE=..\..\..\lib\strtok.h
950# End Source File
951# Begin Source File
952
953SOURCE=..\..\..\lib\strtoofft.h
954# End Source File
955# Begin Source File
956
957SOURCE=..\..\..\lib\telnet.h
958# End Source File
959# Begin Source File
960
961SOURCE=..\..\..\lib\tftp.h
962# End Source File
963# Begin Source File
964
965SOURCE=..\..\..\lib\timeval.h
966# End Source File
967# Begin Source File
968
969SOURCE=..\..\..\lib\transfer.h
970# End Source File
971# Begin Source File
972
973SOURCE=..\..\..\lib\urldata.h
974# End Source File
975# Begin Source File
976
977SOURCE=..\..\..\lib\url.h
978# End Source File
979# Begin Source File
980
981SOURCE=..\..\..\lib\vtls/axtls.h
982# End Source File
983# Begin Source File
984
985SOURCE=..\..\..\lib\vtls/curl_darwinssl.h
986# End Source File
987# Begin Source File
988
989SOURCE=..\..\..\lib\vtls/curl_schannel.h
990# End Source File
991# Begin Source File
992
993SOURCE=..\..\..\lib\vtls/cyassl.h
994# End Source File
995# Begin Source File
996
997SOURCE=..\..\..\lib\vtls/gskit.h
998# End Source File
999# Begin Source File
1000
1001SOURCE=..\..\..\lib\vtls/gtls.h
1002# End Source File
1003# Begin Source File
1004
1005SOURCE=..\..\..\lib\vtls/nssg.h
1006# End Source File
1007# Begin Source File
1008
1009SOURCE=..\..\..\lib\vtls/openssl.h
1010# End Source File
1011# Begin Source File
1012
1013SOURCE=..\..\..\lib\vtls/polarssl.h
1014# End Source File
1015# Begin Source File
1016
1017SOURCE=..\..\..\lib\vtls/polarssl_threadlock.h
1018# End Source File
1019# Begin Source File
1020
1021SOURCE=..\..\..\lib\vtls/qssl.h
1022# End Source File
1023# Begin Source File
1024
1025SOURCE=..\..\..\lib\vtls/vtls.h
1026# End Source File
1027# Begin Source File
1028
1029SOURCE=..\..\..\lib\warnless.h
1030# End Source File
1031# Begin Source File
1032
1033SOURCE=..\..\..\lib\wildcard.h
1034# End Source File
1035# Begin Source File
1036
1037SOURCE=..\..\..\lib\x509asn1.h
1038# End Source File
1039# End Group
1040# Begin Group "Resource Files"
1041
1042# PROP Default_Filter ""
1043# Begin Source File
1044
1045SOURCE=..\..\..\lib\libcurl.rc
1046# End Source File
1047# End Group
1048# End Target
1049# End Project
1050