• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 "libcurl.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 "libcurl.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 Debug DLL OpenSSL" (based on "Win32 (x86) Dynamic-Link Library")
23!MESSAGE "libcurl - Win32 DLL Debug DLL OpenSSL DLL LibSSH2" (based on "Win32 (x86) Dynamic-Link Library")
24!MESSAGE "libcurl - Win32 DLL Debug DLL Windows SSPI" (based on "Win32 (x86) Dynamic-Link Library")
25!MESSAGE "libcurl - Win32 DLL Debug DLL Windows SSPI DLL WinIDN" (based on "Win32 (x86) Dynamic-Link Library")
26!MESSAGE "libcurl - Win32 DLL Release" (based on "Win32 (x86) Dynamic-Link Library")
27!MESSAGE "libcurl - Win32 DLL Release DLL OpenSSL" (based on "Win32 (x86) Dynamic-Link Library")
28!MESSAGE "libcurl - Win32 DLL Release DLL OpenSSL DLL LibSSH2" (based on "Win32 (x86) Dynamic-Link Library")
29!MESSAGE "libcurl - Win32 DLL Release DLL Windows SSPI" (based on "Win32 (x86) Dynamic-Link Library")
30!MESSAGE "libcurl - Win32 DLL Release DLL Windows SSPI DLL WinIDN" (based on "Win32 (x86) Dynamic-Link Library")
31!MESSAGE "libcurl - Win32 LIB Debug" (based on "Win32 (x86) Static Library")
32!MESSAGE "libcurl - Win32 LIB Debug DLL OpenSSL" (based on "Win32 (x86) Static Library")
33!MESSAGE "libcurl - Win32 LIB Debug DLL OpenSSL DLL LibSSH2" (based on "Win32 (x86) Static Library")
34!MESSAGE "libcurl - Win32 LIB Debug DLL Windows SSPI" (based on "Win32 (x86) Static Library")
35!MESSAGE "libcurl - Win32 LIB Debug DLL Windows SSPI DLL WinIDN" (based on "Win32 (x86) Static Library")
36!MESSAGE "libcurl - Win32 LIB Debug LIB OpenSSL" (based on "Win32 (x86) Static Library")
37!MESSAGE "libcurl - Win32 LIB Debug LIB OpenSSL LIB LibSSH2" (based on "Win32 (x86) Static Library")
38!MESSAGE "libcurl - Win32 LIB Release" (based on "Win32 (x86) Static Library")
39!MESSAGE "libcurl - Win32 LIB Release DLL OpenSSL" (based on "Win32 (x86) Static Library")
40!MESSAGE "libcurl - Win32 LIB Release DLL OpenSSL DLL LibSSH2" (based on "Win32 (x86) Static Library")
41!MESSAGE "libcurl - Win32 LIB Release DLL Windows SSPI" (based on "Win32 (x86) Static Library")
42!MESSAGE "libcurl - Win32 LIB Release DLL Windows SSPI DLL WinIDN" (based on "Win32 (x86) Static Library")
43!MESSAGE "libcurl - Win32 LIB Release LIB OpenSSL" (based on "Win32 (x86) Static Library")
44!MESSAGE "libcurl - Win32 LIB Release LIB OpenSSL LIB LibSSH2" (based on "Win32 (x86) Static Library")
45!MESSAGE
46
47# Begin Project
48# PROP AllowPerConfigDependencies 0
49# PROP Scc_ProjName ""
50# PROP Scc_LocalPath ""
51
52!IF  "$(CFG)" == "libcurl - Win32 DLL Debug"
53
54# PROP BASE Use_MFC 0
55# PROP BASE Use_Debug_Libraries 1
56# PROP BASE Output_Dir "..\..\..\..\build\Win32\VC6\DLL Debug"
57# PROP BASE Intermediate_Dir "..\..\..\..\build\Win32\VC6\DLL Debug\lib"
58# PROP BASE Target_Dir ""
59# PROP Use_MFC 0
60# PROP Use_Debug_Libraries 1
61# PROP Output_Dir "..\..\..\..\build\Win32\VC6\DLL Debug"
62# PROP Intermediate_Dir "..\..\..\..\build\Win32\VC6\DLL Debug\lib"
63# PROP Ignore_Export_Lib 0
64# PROP Target_Dir ""
65CPP=cl.exe
66# ADD BASE CPP /nologo /MDd /W4 /Zi /Od /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /D "_DEBUG" /D "BUILDING_LIBCURL" /D "DEBUGBUILD" /FD /EHsc /GZ /c
67# ADD CPP /nologo /MDd /W4 /Zi /Od /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /D "_DEBUG" /D "BUILDING_LIBCURL" /D "DEBUGBUILD" /FD /EHsc /GZ /c
68MTL=midl.exe
69# ADD BASE MTL /nologo /D "_DEBUG" /win32
70# ADD MTL /nologo /D "_DEBUG" /win32
71RSC=rc.exe
72# ADD BASE RSC /l 0x409 /d "_DEBUG"
73# ADD RSC /l 0x409 /d "_DEBUG"
74BSC32=bscmake.exe
75# ADD BASE BSC32 /nologo
76# ADD BSC32 /nologo
77LINK32=link.exe
78# ADD BASE LINK32 advapi32.lib wldap32.lib ws2_32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Debug\libcurld.dll" /pdbtype:con /fixed:no
79# ADD LINK32 advapi32.lib wldap32.lib ws2_32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Debug\libcurld.dll" /pdbtype:con /fixed:no
80
81!ELSEIF  "$(CFG)" == "libcurl - Win32 DLL Debug DLL OpenSSL"
82
83# PROP BASE Use_MFC 0
84# PROP BASE Use_Debug_Libraries 1
85# PROP BASE Output_Dir "..\..\..\..\build\Win32\VC6\DLL Debug - DLL OpenSSL"
86# PROP BASE Intermediate_Dir "..\..\..\..\build\Win32\VC6\DLL Debug - DLL OpenSSL\lib"
87# PROP BASE Ignore_Export_Lib 0
88# PROP BASE Target_Dir ""
89# PROP Use_MFC 0
90# PROP Use_Debug_Libraries 1
91# PROP Output_Dir "..\..\..\..\build\Win32\VC6\DLL Debug - DLL OpenSSL"
92# PROP Intermediate_Dir "..\..\..\..\build\Win32\VC6\DLL Debug - DLL OpenSSL\lib"
93# PROP Ignore_Export_Lib 0
94# PROP Target_Dir ""
95CPP=cl.exe
96# ADD BASE CPP /nologo /MDd /W4 /Zi /Od /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /I "..\..\..\..\..\openssl\inc32" /D "_DEBUG" /D "BUILDING_LIBCURL" /D "DEBUGBUILD" /D "USE_OPENSSL" /FD /EHsc /GZ /c
97# ADD CPP /nologo /MDd /W4 /Zi /Od /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /I "..\..\..\..\..\openssl\inc32" /D "_DEBUG" /D "BUILDING_LIBCURL" /D "DEBUGBUILD" /D "USE_OPENSSL" /FD /EHsc /GZ /c
98MTL=midl.exe
99# ADD BASE MTL /nologo /D "_DEBUG" /win32
100# ADD MTL /nologo /D "_DEBUG" /win32
101RSC=rc.exe
102# ADD BASE RSC /l 0x409 /d "_DEBUG"
103# ADD RSC /l 0x409 /d "_DEBUG"
104BSC32=bscmake.exe
105# ADD BASE BSC32 /nologo
106# ADD BSC32 /nologo
107LINK32=link.exe
108# ADD BASE LINK32 advapi32.lib wldap32.lib ws2_32.lib libeay32.lib ssleay32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Debug - DLL OpenSSL\libcurld.dll" /pdbtype:con /fixed:no
109# ADD LINK32 advapi32.lib wldap32.lib ws2_32.lib libeay32.lib ssleay32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Debug - DLL OpenSSL\libcurld.dll" /pdbtype:con /libpath:"..\..\..\..\..\openssl\build\Win32\VC6\DLL Debug" /fixed:no
110
111!ELSEIF  "$(CFG)" == "libcurl - Win32 DLL Debug DLL OpenSSL DLL LibSSH2"
112
113# PROP BASE Use_MFC 0
114# PROP BASE Use_Debug_Libraries 1
115# PROP BASE Output_Dir "..\..\..\..\build\Win32\VC6\DLL Debug - DLL OpenSSL - DLL LibSSH2"
116# PROP BASE Intermediate_Dir "..\..\..\..\build\Win32\VC6\DLL Debug - DLL OpenSSL - DLL LibSSH2\lib"
117# PROP BASE Ignore_Export_Lib 0
118# PROP BASE Target_Dir ""
119# PROP Use_MFC 0
120# PROP Use_Debug_Libraries 1
121# PROP Output_Dir "..\..\..\..\build\Win32\VC6\DLL Debug - DLL OpenSSL - DLL LibSSH2"
122# PROP Intermediate_Dir "..\..\..\..\build\Win32\VC6\DLL Debug - DLL OpenSSL - DLL LibSSH2\lib"
123# PROP Ignore_Export_Lib 0
124# PROP Target_Dir ""
125CPP=cl.exe
126# ADD BASE CPP /nologo /MDd /W4 /Zi /Od /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /I "..\..\..\..\..\openssl\inc32" /I "..\..\..\..\..\libssh2\include" /D "_DEBUG" /D "BUILDING_LIBCURL" /D "DEBUGBUILD" /D "USE_OPENSSL" /D "USE_LIBSSH2" /D "HAVE_LIBSSH2_H" /FD /EHsc /GZ /c
127# ADD CPP /nologo /MDd /W4 /Zi /Od /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /I "..\..\..\..\..\openssl\inc32" /I "..\..\..\..\..\libssh2\include" /D "_DEBUG" /D "BUILDING_LIBCURL" /D "DEBUGBUILD" /D "USE_OPENSSL" /D "USE_LIBSSH2" /D "HAVE_LIBSSH2_H" /FD /EHsc /GZ /c
128MTL=midl.exe
129# ADD BASE MTL /nologo /D "_DEBUG" /win32
130# ADD MTL /nologo /D "_DEBUG" /win32
131RSC=rc.exe
132# ADD BASE RSC /l 0x409 /d "_DEBUG"
133# ADD RSC /l 0x409 /d "_DEBUG"
134BSC32=bscmake.exe
135# ADD BASE BSC32 /nologo
136# ADD BSC32 /nologo
137LINK32=link.exe
138# ADD BASE LINK32 advapi32.lib wldap32.lib ws2_32.lib libeay32.lib ssleay32.lib libssh2d.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Debug - DLL OpenSSL - DLL LibSSH2\libcurld.dll" /pdbtype:con /libpath:"..\..\..\..\..\openssl\build\Win32\VC6\DLL Debug" /libpath:"..\..\..\..\..\libssh2\build\Win32\VC6\DLL Debug" /fixed:no
139# ADD LINK32 advapi32.lib wldap32.lib ws2_32.lib libeay32.lib ssleay32.lib libssh2d.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Debug - DLL OpenSSL - DLL LibSSH2\libcurld.dll" /pdbtype:con /libpath:"..\..\..\..\..\openssl\build\Win32\VC6\DLL Debug" /libpath:"..\..\..\..\..\libssh2\build\Win32\VC6\DLL Debug" /fixed:no
140
141!ELSEIF  "$(CFG)" == "libcurl - Win32 DLL Debug DLL Windows SSPI"
142
143# PROP BASE Use_MFC 0
144# PROP BASE Use_Debug_Libraries 1
145# PROP BASE Output_Dir "..\..\..\..\build\Win32\VC6\DLL Debug - DLL Windows SSPI"
146# PROP BASE Intermediate_Dir "..\..\..\..\build\Win32\VC6\DLL Debug - DLL Windows SSPI\lib"
147# PROP BASE Ignore_Export_Lib 0
148# PROP BASE Target_Dir ""
149# PROP Use_MFC 0
150# PROP Use_Debug_Libraries 1
151# PROP Output_Dir "..\..\..\..\build\Win32\VC6\DLL Debug - DLL Windows SSPI"
152# PROP Intermediate_Dir "..\..\..\..\build\Win32\VC6\DLL Debug - DLL Windows SSPI\lib"
153# PROP Ignore_Export_Lib 0
154# PROP Target_Dir ""
155CPP=cl.exe
156# ADD BASE CPP /nologo /MDd /W4 /Zi /Od /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /D "_DEBUG" /D "BUILDING_LIBCURL" /D "DEBUGBUILD" /FD /EHsc /GZ /c
157# ADD CPP /nologo /MDd /W4 /Zi /Od /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /D "_DEBUG" /D "BUILDING_LIBCURL" /D "DEBUGBUILD" /D "USE_WINDOWS_SSPI" /D "USE_SCHANNEL" /FD /EHsc /GZ /c
158MTL=midl.exe
159# ADD BASE MTL /nologo /D "_DEBUG" /win32
160# ADD MTL /nologo /D "_DEBUG" /win32
161RSC=rc.exe
162# ADD BASE RSC /l 0x409 /d "_DEBUG"
163# ADD RSC /l 0x409 /d "_DEBUG"
164BSC32=bscmake.exe
165# ADD BASE BSC32 /nologo
166# ADD BSC32 /nologo
167LINK32=link.exe
168# ADD BASE LINK32 advapi32.lib wldap32.lib ws2_32.lib crypt32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Debug - DLL Windows SSPI\libcurld.dll" /pdbtype:con /fixed:no
169# ADD LINK32 advapi32.lib wldap32.lib ws2_32.lib crypt32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Debug - DLL Windows SSPI\libcurld.dll" /pdbtype:con /fixed:no
170
171!ELSEIF  "$(CFG)" == "libcurl - Win32 DLL Debug DLL Windows SSPI DLL WinIDN"
172
173# PROP BASE Use_MFC 0
174# PROP BASE Use_Debug_Libraries 1
175# PROP BASE Output_Dir "..\..\..\..\build\Win32\VC6\DLL Debug - DLL Windows SSPI - DLL WinIDN"
176# PROP BASE Intermediate_Dir "..\..\..\..\build\Win32\VC6\DLL Debug - DLL Windows SSPI - DLL WinIDN\lib"
177# PROP BASE Ignore_Export_Lib 0
178# PROP BASE Target_Dir ""
179# PROP Use_MFC 0
180# PROP Use_Debug_Libraries 1
181# PROP Output_Dir "..\..\..\..\build\Win32\VC6\DLL Debug - DLL Windows SSPI - DLL WinIDN"
182# PROP Intermediate_Dir "..\..\..\..\build\Win32\VC6\DLL Debug - DLL Windows SSPI - DLL WinIDN\lib"
183# PROP Ignore_Export_Lib 0
184# PROP Target_Dir ""
185CPP=cl.exe
186# ADD BASE CPP /nologo /MDd /W4 /Zi /Od /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /D "_DEBUG" /D "BUILDING_LIBCURL" /D "DEBUGBUILD" /D "USE_WINDOWS_SSPI" /D "USE_SCHANNEL" /D "USE_WIN32_IDN" /D "WANT_IDN_PROTOTYPES" /FD /EHsc /GZ /c
187# ADD CPP /nologo /MDd /W4 /Zi /Od /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /D "_DEBUG" /D "BUILDING_LIBCURL" /D "DEBUGBUILD" /D "USE_WINDOWS_SSPI" /D "USE_SCHANNEL" /D "USE_WIN32_IDN" /D "WANT_IDN_PROTOTYPES" /FD /EHsc /GZ /c
188MTL=midl.exe
189# ADD BASE MTL /nologo /D "_DEBUG" /win32
190# ADD MTL /nologo /D "_DEBUG" /win32
191RSC=rc.exe
192# ADD BASE RSC /l 0x409 /d "_DEBUG"
193# ADD RSC /l 0x409 /d "_DEBUG"
194BSC32=bscmake.exe
195# ADD BASE BSC32 /nologo
196# ADD BSC32 /nologo
197LINK32=link.exe
198# ADD BASE LINK32 advapi32.lib normaliz.lib wldap32.lib ws2_32.lib crypt32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Debug - DLL Windows SSPI - DLL WinIDN\libcurld.dll" /pdbtype:con /fixed:no
199# ADD LINK32 advapi32.lib normaliz.lib wldap32.lib ws2_32.lib crypt32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Debug - DLL Windows SSPI - DLL WinIDN\libcurld.dll" /pdbtype:con /fixed:no
200
201!ELSEIF  "$(CFG)" == "libcurl - Win32 DLL Release"
202
203# PROP BASE Use_MFC 0
204# PROP BASE Use_Debug_Libraries 0
205# PROP BASE Output_Dir "..\..\..\..\build\Win32\VC6\DLL Release"
206# PROP BASE Intermediate_Dir "..\..\..\..\build\Win32\VC6\DLL Release\lib"
207# PROP BASE Target_Dir ""
208# PROP Use_MFC 0
209# PROP Use_Debug_Libraries 0
210# PROP Output_Dir "..\..\..\..\build\Win32\VC6\DLL Release"
211# PROP Intermediate_Dir "..\..\..\..\build\Win32\VC6\DLL Release\lib"
212# PROP Ignore_Export_Lib 0
213# PROP Target_Dir ""
214CPP=cl.exe
215# ADD BASE CPP /nologo /MD /W4 /O2 /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /D "NDEBUG" /D "BUILDING_LIBCURL" /FD /EHsc /c
216# ADD CPP /nologo /MD /W4 /O2 /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /D "NDEBUG" /D "BUILDING_LIBCURL" /FD /EHsc /c
217MTL=midl.exe
218# ADD BASE MTL /nologo /D "NDEBUG" /win32
219# ADD MTL /nologo /D "NDEBUG" /win32
220RSC=rc.exe
221# ADD BASE RSC /l 0x409 /d "NDEBUG"
222# ADD RSC /l 0x409 /d "NDEBUG"
223BSC32=bscmake.exe
224# ADD BASE BSC32 /nologo
225# ADD BSC32 /nologo
226LINK32=link.exe
227# ADD BASE LINK32 advapi32.lib wldap32.lib ws2_32.lib /nologo /dll /pdb:none /machine:I386 /fixed:no /release
228# ADD LINK32 advapi32.lib wldap32.lib ws2_32.lib /nologo /dll /pdb:none /machine:I386 /fixed:no /release
229
230!ELSEIF  "$(CFG)" == "libcurl - Win32 DLL Release DLL OpenSSL"
231
232# PROP BASE Use_MFC 0
233# PROP BASE Use_Debug_Libraries 0
234# PROP BASE Output_Dir "..\..\..\..\build\Win32\VC6\DLL Release - DLL OpenSSL"
235# PROP BASE Intermediate_Dir "..\..\..\..\build\Win32\VC6\DLL Release - DLL OpenSSL\lib"
236# PROP BASE Ignore_Export_Lib 0
237# PROP BASE Target_Dir ""
238# PROP Use_MFC 0
239# PROP Use_Debug_Libraries 0
240# PROP Output_Dir "..\..\..\..\build\Win32\VC6\DLL Release - DLL OpenSSL"
241# PROP Intermediate_Dir "..\..\..\..\build\Win32\VC6\DLL Release - DLL OpenSSL\lib"
242# PROP Ignore_Export_Lib 0
243# PROP Target_Dir ""
244CPP=cl.exe
245# ADD BASE CPP /nologo /MD /W4 /O2 /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /I "..\..\..\..\..\openssl\inc32" /D "NDEBUG" /D "BUILDING_LIBCURL" /D "USE_OPENSSL" /FD /EHsc /c
246# ADD CPP /nologo /MD /W4 /O2 /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /I "..\..\..\..\..\openssl\inc32" /D "NDEBUG" /D "BUILDING_LIBCURL" /D "USE_OPENSSL" /FD /EHsc /c
247MTL=midl.exe
248# ADD BASE MTL /nologo /D "NDEBUG" /win32
249# ADD MTL /nologo /D "NDEBUG" /win32
250RSC=rc.exe
251# ADD BASE RSC /l 0x409 /d "NDEBUG"
252# ADD RSC /l 0x409 /d "NDEBUG"
253BSC32=bscmake.exe
254# ADD BASE BSC32 /nologo
255# ADD BSC32 /nologo
256LINK32=link.exe
257# ADD BASE LINK32 advapi32.lib wldap32.lib ws2_32.lib libeay32.lib ssleay32.lib /nologo /dll /pdb:none /machine:I386 /fixed:no /release
258# ADD LINK32 advapi32.lib wldap32.lib ws2_32.lib libeay32.lib ssleay32.lib /nologo /dll /pdb:none /machine:I386 /libpath:"..\..\..\..\..\openssl\build\Win32\VC6\DLL Release" /fixed:no /release
259
260!ELSEIF  "$(CFG)" == "libcurl - Win32 DLL Release DLL OpenSSL DLL LibSSH2"
261
262# PROP BASE Use_MFC 0
263# PROP BASE Use_Debug_Libraries 0
264# PROP BASE Output_Dir "..\..\..\..\build\Win32\VC6\DLL Release - DLL OpenSSL - DLL LibSSH2"
265# PROP BASE Intermediate_Dir "..\..\..\..\build\Win32\VC6\DLL Release - DLL OpenSSL - DLL LibSSH2\lib"
266# PROP BASE Ignore_Export_Lib 0
267# PROP BASE Target_Dir ""
268# PROP Use_MFC 0
269# PROP Use_Debug_Libraries 0
270# PROP Output_Dir "..\..\..\..\build\Win32\VC6\DLL Release - DLL OpenSSL - DLL LibSSH2"
271# PROP Intermediate_Dir "..\..\..\..\build\Win32\VC6\DLL Release - DLL OpenSSL - DLL LibSSH2\lib"
272# PROP Ignore_Export_Lib 0
273# PROP Target_Dir ""
274CPP=cl.exe
275# ADD BASE CPP /nologo /MD /W4 /O2 /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /I "..\..\..\..\..\openssl\inc32" /I "..\..\..\..\..\libssh2\include" /D "NDEBUG" /D "BUILDING_LIBCURL" /D "USE_OPENSSL" /D "USE_LIBSSH2" /D "HAVE_LIBSSH2_H" /FD /EHsc /c
276# ADD CPP /nologo /MD /W4 /O2 /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /I "..\..\..\..\..\openssl\inc32" /I "..\..\..\..\..\libssh2\include" /D "NDEBUG" /D "BUILDING_LIBCURL" /D "USE_OPENSSL" /D "USE_LIBSSH2" /D "HAVE_LIBSSH2_H" /FD /EHsc /c
277MTL=midl.exe
278# ADD BASE MTL /nologo /D "NDEBUG" /win32
279# ADD MTL /nologo /D "NDEBUG" /win32
280RSC=rc.exe
281# ADD BASE RSC /l 0x409 /d "NDEBUG"
282# ADD RSC /l 0x409 /d "NDEBUG"
283BSC32=bscmake.exe
284# ADD BASE BSC32 /nologo
285# ADD BSC32 /nologo
286LINK32=link.exe
287# ADD BASE LINK32 advapi32.lib wldap32.lib ws2_32.lib libeay32.lib ssleay32.lib libssh2.lib /nologo /dll /pdb:none /machine:I386 /libpath:"..\..\..\..\..\openssl\build\Win32\VC6\DLL Release" /libpath:"..\..\..\..\..\libssh2\build\Win32\VC6\DLL Release" /fixed:no /release
288# ADD LINK32 advapi32.lib wldap32.lib ws2_32.lib libeay32.lib ssleay32.lib libssh2.lib /nologo /dll /pdb:none /machine:I386 /libpath:"..\..\..\..\..\openssl\build\Win32\VC6\DLL Release" /libpath:"..\..\..\..\..\libssh2\build\Win32\VC6\DLL Release" /fixed:no /release
289
290!ELSEIF  "$(CFG)" == "libcurl - Win32 DLL Release DLL Windows SSPI"
291
292# PROP BASE Use_MFC 0
293# PROP BASE Use_Debug_Libraries 0
294# PROP BASE Output_Dir "..\..\..\..\build\Win32\VC6\DLL Release - DLL Windows SSPI"
295# PROP BASE Intermediate_Dir "..\..\..\..\build\Win32\VC6\DLL Release - DLL Windows SSPI\lib"
296# PROP BASE Ignore_Export_Lib 0
297# PROP BASE Target_Dir ""
298# PROP Use_MFC 0
299# PROP Use_Debug_Libraries 0
300# PROP Output_Dir "..\..\..\..\build\Win32\VC6\DLL Release - DLL Windows SSPI"
301# PROP Intermediate_Dir "..\..\..\..\build\Win32\VC6\DLL Release - DLL Windows SSPI\lib"
302# PROP Ignore_Export_Lib 0
303# PROP Target_Dir ""
304CPP=cl.exe
305# ADD BASE CPP /nologo /MD /W4 /O2 /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /D "NDEBUG" /D "BUILDING_LIBCURL" /FD /EHsc /c
306# ADD CPP /nologo /MD /W4 /O2 /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /D "NDEBUG" /D "BUILDING_LIBCURL" /D "USE_WINDOWS_SSPI" /D "USE_SCHANNEL" /FD /EHsc /c
307MTL=midl.exe
308# ADD BASE MTL /nologo /D "NDEBUG" /win32
309# ADD MTL /nologo /D "NDEBUG" /win32
310RSC=rc.exe
311# ADD BASE RSC /l 0x409 /d "NDEBUG"
312# ADD RSC /l 0x409 /d "NDEBUG"
313BSC32=bscmake.exe
314# ADD BASE BSC32 /nologo
315# ADD BSC32 /nologo
316LINK32=link.exe
317# ADD BASE LINK32 advapi32.lib wldap32.lib ws2_32.lib crypt32.lib /nologo /dll /pdb:none /machine:I386 /fixed:no /release
318# ADD LINK32 advapi32.lib wldap32.lib ws2_32.lib crypt32.lib /nologo /dll /pdb:none /machine:I386 /fixed:no /release
319
320!ELSEIF  "$(CFG)" == "libcurl - Win32 DLL Release DLL Windows SSPI DLL WinIDN"
321
322# PROP BASE Use_MFC 0
323# PROP BASE Use_Debug_Libraries 0
324# PROP BASE Output_Dir "..\..\..\..\build\Win32\VC6\DLL Release - DLL Windows SSPI - DLL WinIDN"
325# PROP BASE Intermediate_Dir "..\..\..\..\build\Win32\VC6\DLL Release - DLL Windows SSPI - DLL WinIDN\lib"
326# PROP BASE Ignore_Export_Lib 0
327# PROP BASE Target_Dir ""
328# PROP Use_MFC 0
329# PROP Use_Debug_Libraries 0
330# PROP Output_Dir "..\..\..\..\build\Win32\VC6\DLL Release - DLL Windows SSPI - DLL WinIDN"
331# PROP Intermediate_Dir "..\..\..\..\build\Win32\VC6\DLL Release - DLL Windows SSPI - DLL WinIDN\lib"
332# PROP Ignore_Export_Lib 0
333# PROP Target_Dir ""
334CPP=cl.exe
335# ADD BASE CPP /nologo /MD /W4 /O2 /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /D "NDEBUG" /D "BUILDING_LIBCURL" /D "USE_WINDOWS_SSPI" /D "USE_SCHANNEL" /D "USE_WIN32_IDN" /D "WANT_IDN_PROTOTYPES" /FD /EHsc /c
336# ADD CPP /nologo /MD /W4 /O2 /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /D "NDEBUG" /D "BUILDING_LIBCURL" /D "USE_WINDOWS_SSPI" /D "USE_SCHANNEL" /D "USE_WIN32_IDN" /D "WANT_IDN_PROTOTYPES" /FD /EHsc /c
337MTL=midl.exe
338# ADD BASE MTL /nologo /D "NDEBUG" /win32
339# ADD MTL /nologo /D "NDEBUG" /win32
340RSC=rc.exe
341# ADD BASE RSC /l 0x409 /d "NDEBUG"
342# ADD RSC /l 0x409 /d "NDEBUG"
343BSC32=bscmake.exe
344# ADD BASE BSC32 /nologo
345# ADD BSC32 /nologo
346LINK32=link.exe
347# ADD BASE LINK32 advapi32.lib normaliz.lib wldap32.lib ws2_32.lib crypt32.lib /nologo /dll /pdb:none /machine:I386 /fixed:no /release
348# ADD LINK32 advapi32.lib normaliz.lib wldap32.lib ws2_32.lib crypt32.lib /nologo /dll /pdb:none /machine:I386 /fixed:no /release
349
350!ELSEIF  "$(CFG)" == "libcurl - Win32 LIB Debug"
351
352# PROP BASE Use_MFC 0
353# PROP BASE Use_Debug_Libraries 1
354# PROP BASE Output_Dir "..\..\..\..\build\Win32\VC6\LIB Debug"
355# PROP BASE Intermediate_Dir "..\..\..\..\build\Win32\VC6\LIB Debug\lib"
356# PROP BASE Target_Dir ""
357# PROP Use_MFC 0
358# PROP Use_Debug_Libraries 1
359# PROP Output_Dir "..\..\..\..\build\Win32\VC6\LIB Debug"
360# PROP Intermediate_Dir "..\..\..\..\build\Win32\VC6\LIB Debug\lib"
361# PROP Target_Dir ""
362CPP=cl.exe
363# ADD BASE CPP /nologo /MDd /W4 /Zi /Od /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /D "_DEBUG" /D "BUILDING_LIBCURL" /D "DEBUGBUILD" /D "CURL_STATICLIB" /FD /EHsc /GZ /c
364# ADD CPP /nologo /MDd /W4 /Zi /Od /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /D "_DEBUG" /D "BUILDING_LIBCURL" /D "DEBUGBUILD" /D "CURL_STATICLIB" /FD /EHsc /GZ /c
365RSC=rc.exe
366# ADD BASE RSC /l 0x409 /d "_DEBUG"
367# ADD RSC /l 0x409 /d "_DEBUG"
368BSC32=bscmake.exe
369# ADD BASE BSC32 /nologo
370# ADD BSC32 /nologo
371LIB32=link.exe -lib
372# ADD BASE LIB32 /nologo /out:"..\..\..\..\build\Win32\VC6\LIB Debug\libcurld.lib" /machine:I386
373# ADD LIB32 /nologo /out:"..\..\..\..\build\Win32\VC6\LIB Debug\libcurld.lib" /machine:I386
374
375!ELSEIF  "$(CFG)" == "libcurl - Win32 LIB Debug DLL OpenSSL"
376
377# PROP BASE Use_MFC 0
378# PROP BASE Use_Debug_Libraries 1
379# PROP BASE Output_Dir "..\..\..\..\build\Win32\VC6\LIB Debug - DLL OpenSSL"
380# PROP BASE Intermediate_Dir "..\..\..\..\build\Win32\VC6\LIB Debug - DLL OpenSSL\lib"
381# PROP BASE Target_Dir ""
382# PROP Use_MFC 0
383# PROP Use_Debug_Libraries 1
384# PROP Output_Dir "..\..\..\..\build\Win32\VC6\LIB Debug - DLL OpenSSL"
385# PROP Intermediate_Dir "..\..\..\..\build\Win32\VC6\LIB Debug - DLL OpenSSL\lib"
386# PROP Target_Dir ""
387CPP=cl.exe
388# ADD BASE CPP /nologo /MDd /W4 /Zi /Od /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /I "..\..\..\..\..\openssl\inc32" /D "_DEBUG" /D "BUILDING_LIBCURL" /D "DEBUGBUILD" /D "CURL_STATICLIB" /D "USE_OPENSSL" /FD /EHsc /GZ /c
389# ADD CPP /nologo /MDd /W4 /Zi /Od /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /I "..\..\..\..\..\openssl\inc32" /D "_DEBUG" /D "BUILDING_LIBCURL" /D "DEBUGBUILD" /D "CURL_STATICLIB" /D "USE_OPENSSL" /FD /EHsc /GZ /c
390RSC=rc.exe
391# ADD BASE RSC /l 0x409 /d "_DEBUG"
392# ADD RSC /l 0x409 /d "_DEBUG"
393BSC32=bscmake.exe
394# ADD BASE BSC32 /nologo
395# ADD BSC32 /nologo
396LIB32=link.exe -lib
397# ADD BASE LIB32 /nologo /out:"..\..\..\..\build\Win32\VC6\LIB Debug - DLL OpenSSL\libcurld.lib" /machine:I386
398# ADD LIB32 /nologo /out:"..\..\..\..\build\Win32\VC6\LIB Debug - DLL OpenSSL\libcurld.lib" /machine:I386
399
400!ELSEIF  "$(CFG)" == "libcurl - Win32 LIB Debug DLL OpenSSL DLL LibSSH2"
401
402# PROP BASE Use_MFC 0
403# PROP BASE Use_Debug_Libraries 1
404# PROP BASE Output_Dir "..\..\..\..\build\Win32\VC6\LIB Debug - DLL OpenSSL - DLL LibSSH2"
405# PROP BASE Intermediate_Dir "..\..\..\..\build\Win32\VC6\DLL Debug - DLL OpenSSL - DLL LibSSH2\lib"
406# PROP BASE Target_Dir ""
407# PROP Use_MFC 0
408# PROP Use_Debug_Libraries 1
409# PROP Output_Dir "..\..\..\..\build\Win32\VC6\LIB Debug - DLL OpenSSL - DLL LibSSH2"
410# PROP Intermediate_Dir "..\..\..\..\build\Win32\VC6\LIB Debug - DLL OpenSSL - DLL LibSSH2\lib"
411# PROP Target_Dir ""
412CPP=cl.exe
413# ADD BASE CPP /nologo /MDd /W4 /Zi /Od /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /I "..\..\..\..\..\openssl\inc32" /I "..\..\..\..\..\libssh2\include" /D "_DEBUG" /D "BUILDING_LIBCURL" /D "DEBUGBUILD" /D "CURL_STATICLIB" /D "USE_OPENSSL" /D "USE_LIBSSH2" /D "HAVE_LIBSSH2_H" /FD /EHsc /GZ /c
414# ADD CPP /nologo /MDd /W4 /Zi /Od /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /I "..\..\..\..\..\openssl\inc32" /I "..\..\..\..\..\libssh2\include" /D "_DEBUG" /D "BUILDING_LIBCURL" /D "DEBUGBUILD" /D "CURL_STATICLIB" /D "USE_OPENSSL" /D "USE_LIBSSH2" /D "HAVE_LIBSSH2_H" /FD /EHsc /GZ /c
415RSC=rc.exe
416# ADD BASE RSC /l 0x409 /d "_DEBUG"
417# ADD RSC /l 0x409 /d "_DEBUG"
418BSC32=bscmake.exe
419# ADD BASE BSC32 /nologo
420# ADD BSC32 /nologo
421LIB32=link.exe -lib
422# ADD BASE LIB32 /nologo /out:"..\..\..\..\build\Win32\VC6\LIB Debug - DLL OpenSSL - DLL LibSSH2\libcurld.lib" /machine:I386
423# ADD LIB32 /nologo /out:"..\..\..\..\build\Win32\VC6\LIB Debug - DLL OpenSSL - DLL LibSSH2\libcurld.lib" /machine:I386
424
425!ELSEIF  "$(CFG)" == "libcurl - Win32 LIB Debug DLL Windows SSPI"
426
427# PROP BASE Use_MFC 0
428# PROP BASE Use_Debug_Libraries 1
429# PROP BASE Output_Dir "..\..\..\..\build\Win32\VC6\LIB Debug - DLL Windows SSPI"
430# PROP BASE Intermediate_Dir "..\..\..\..\build\Win32\VC6\LIB Debug - DLL Windows SSPI\lib"
431# PROP BASE Target_Dir ""
432# PROP Use_MFC 0
433# PROP Use_Debug_Libraries 1
434# PROP Output_Dir "..\..\..\..\build\Win32\VC6\LIB Debug - DLL Windows SSPI"
435# PROP Intermediate_Dir "..\..\..\..\build\Win32\VC6\LIB Debug - DLL Windows SSPI\lib"
436# PROP Target_Dir ""
437CPP=cl.exe
438# ADD BASE CPP /nologo /MDd /W4 /Zi /Od /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /D "_DEBUG" /D "BUILDING_LIBCURL" /D "DEBUGBUILD" /D "CURL_STATICLIB" /FD /EHsc /GZ /c
439# ADD CPP /nologo /MDd /W4 /Zi /Od /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /D "_DEBUG" /D "BUILDING_LIBCURL" /D "DEBUGBUILD" /D "CURL_STATICLIB" /D "USE_WINDOWS_SSPI" /D "USE_SCHANNEL" /FD /EHsc /GZ /c
440RSC=rc.exe
441# ADD BASE RSC /l 0x409 /d "_DEBUG"
442# ADD RSC /l 0x409 /d "_DEBUG"
443BSC32=bscmake.exe
444# ADD BASE BSC32 /nologo
445# ADD BSC32 /nologo
446LIB32=link.exe -lib
447# ADD BASE LIB32 /nologo /out:"..\..\..\..\build\Win32\VC6\LIB Debug - DLL Windows SSPI\libcurld.lib" /machine:I386
448# ADD LIB32 /nologo /out:"..\..\..\..\build\Win32\VC6\LIB Debug - DLL Windows SSPI\libcurld.lib" /machine:I386
449
450!ELSEIF  "$(CFG)" == "libcurl - Win32 LIB Debug DLL Windows SSPI DLL WinIDN"
451
452# PROP BASE Use_MFC 0
453# PROP BASE Use_Debug_Libraries 1
454# PROP BASE Output_Dir "..\..\..\..\build\Win32\VC6\LIB Debug - DLL Windows SSPI - DLL WinIDN"
455# PROP BASE Intermediate_Dir "..\..\..\..\build\Win32\VC6\LIB Debug - DLL Windows SSPI - DLL WinIDN\lib"
456# PROP BASE Target_Dir ""
457# PROP Use_MFC 0
458# PROP Use_Debug_Libraries 1
459# PROP Output_Dir "..\..\..\..\build\Win32\VC6\LIB Debug - DLL Windows SSPI - DLL WinIDN"
460# PROP Intermediate_Dir "..\..\..\..\build\Win32\VC6\LIB Debug - DLL Windows SSPI - DLL WinIDN\lib"
461# PROP Target_Dir ""
462CPP=cl.exe
463# ADD BASE CPP /nologo /MDd /W4 /Zi /Od /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /D "_DEBUG" /D "BUILDING_LIBCURL" /D "DEBUGBUILD" /D "CURL_STATICLIB" /D "USE_WINDOWS_SSPI" /D "USE_SCHANNEL" /D "USE_WIN32_IDN" /D "WANT_IDN_PROTOTYPES" /FD /EHsc /GZ /c
464# ADD CPP /nologo /MDd /W4 /Zi /Od /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /D "_DEBUG" /D "BUILDING_LIBCURL" /D "DEBUGBUILD" /D "CURL_STATICLIB" /D "USE_WINDOWS_SSPI" /D "USE_SCHANNEL" /D "USE_WIN32_IDN" /D "WANT_IDN_PROTOTYPES" /FD /EHsc /GZ /c
465RSC=rc.exe
466# ADD BASE RSC /l 0x409 /d "_DEBUG"
467# ADD RSC /l 0x409 /d "_DEBUG"
468BSC32=bscmake.exe
469# ADD BASE BSC32 /nologo
470# ADD BSC32 /nologo
471LIB32=link.exe -lib
472# ADD BASE LIB32 /nologo /out:"..\..\..\..\build\Win32\VC6\LIB Debug - DLL Windows SSPI - DLL WinIDN\libcurld.lib" /machine:I386
473# ADD LIB32 /nologo /out:"..\..\..\..\build\Win32\VC6\LIB Debug - DLL Windows SSPI - DLL WinIDN\libcurld.lib" /machine:I386
474
475!ELSEIF  "$(CFG)" == "libcurl - Win32 LIB Debug LIB OpenSSL"
476
477# PROP BASE Use_MFC 0
478# PROP BASE Use_Debug_Libraries 1
479# PROP BASE Output_Dir "..\..\..\..\build\Win32\VC6\LIB Debug - LIB OpenSSL"
480# PROP BASE Intermediate_Dir "..\..\..\..\build\Win32\VC6\LIB Debug - LIB OpenSSL\lib"
481# PROP BASE Target_Dir ""
482# PROP Use_MFC 0
483# PROP Use_Debug_Libraries 1
484# PROP Output_Dir "..\..\..\..\build\Win32\VC6\LIB Debug - LIB OpenSSL"
485# PROP Intermediate_Dir "..\..\..\..\build\Win32\VC6\LIB Debug - LIB OpenSSL\lib"
486# PROP Target_Dir ""
487CPP=cl.exe
488# ADD BASE CPP /nologo /MDd /W4 /Zi /Od /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /I "..\..\..\..\..\openssl\inc32" /D "_DEBUG" /D "BUILDING_LIBCURL" /D "DEBUGBUILD" /D "CURL_STATICLIB" /D "USE_OPENSSL" /FD /EHsc /GZ /c
489# ADD CPP /nologo /MDd /W4 /Zi /Od /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /I "..\..\..\..\..\openssl\inc32" /D "_DEBUG" /D "BUILDING_LIBCURL" /D "DEBUGBUILD" /D "CURL_STATICLIB" /D "USE_OPENSSL" /FD /EHsc /GZ /c
490RSC=rc.exe
491# ADD BASE RSC /l 0x409 /d "_DEBUG"
492# ADD RSC /l 0x409 /d "_DEBUG"
493BSC32=bscmake.exe
494# ADD BASE BSC32 /nologo
495# ADD BSC32 /nologo
496LIB32=link.exe -lib
497# ADD BASE LIB32 /nologo /out:"..\..\..\..\build\Win32\VC6\LIB Debug - LIB OpenSSL\libcurld.lib" /machine:I386
498# ADD LIB32 /nologo /out:"..\..\..\..\build\Win32\VC6\LIB Debug - LIB OpenSSL\libcurld.lib" /machine:I386
499
500!ELSEIF  "$(CFG)" == "libcurl - Win32 LIB Debug LIB OpenSSL LIB LibSSH2"
501
502# PROP BASE Use_MFC 0
503# PROP BASE Use_Debug_Libraries 1
504# PROP BASE Output_Dir "..\..\..\..\build\Win32\VC6\LIB Debug - LIB OpenSSL - LIB LibSSH2"
505# PROP BASE Intermediate_Dir "..\..\..\..\build\Win32\VC6\LIB Debug - LIB OpenSSL - LIB LibSSH2\lib"
506# PROP BASE Target_Dir ""
507# PROP Use_MFC 0
508# PROP Use_Debug_Libraries 1
509# PROP Output_Dir "..\..\..\..\build\Win32\VC6\LIB Debug - LIB OpenSSL - LIB LibSSH2"
510# PROP Intermediate_Dir "..\..\..\..\build\Win32\VC6\LIB Debug - LIB OpenSSL - LIB LibSSH2\lib"
511# PROP Target_Dir ""
512CPP=cl.exe
513# ADD BASE CPP /nologo /MDd /W4 /Zi /Od /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /I "..\..\..\..\..\openssl\inc32" /I "..\..\..\..\..\libssh2\include" /D "_DEBUG" /D "BUILDING_LIBCURL" /D "DEBUGBUILD" /D "CURL_STATICLIB" /D "USE_OPENSSL" /D "USE_LIBSSH2" /D "HAVE_LIBSSH2_H" /FD /EHsc /GZ /c
514# ADD CPP /nologo /MDd /W4 /Zi /Od /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /I "..\..\..\..\..\openssl\inc32" /I "..\..\..\..\..\libssh2\include" /D "_DEBUG" /D "BUILDING_LIBCURL" /D "DEBUGBUILD" /D "CURL_STATICLIB" /D "USE_OPENSSL" /D "USE_LIBSSH2" /D "HAVE_LIBSSH2_H" /FD /EHsc /GZ /c
515RSC=rc.exe
516# ADD BASE RSC /l 0x409 /d "_DEBUG"
517# ADD RSC /l 0x409 /d "_DEBUG"
518BSC32=bscmake.exe
519# ADD BASE BSC32 /nologo
520# ADD BSC32 /nologo
521LIB32=link.exe -lib
522# ADD BASE LIB32 /nologo /out:"..\..\..\..\build\Win32\VC6\LIB Debug - LIB OpenSSL - LIB LibSSH2\libcurld.lib" /machine:I386
523# ADD LIB32 /nologo /out:"..\..\..\..\build\Win32\VC6\LIB Debug - LIB OpenSSL - LIB LibSSH2\libcurld.lib" /machine:I386
524
525!ELSEIF  "$(CFG)" == "libcurl - Win32 LIB Release"
526
527# PROP BASE Use_MFC 0
528# PROP BASE Use_Debug_Libraries 0
529# PROP BASE Output_Dir "..\..\..\..\build\Win32\VC6\LIB Release"
530# PROP BASE Intermediate_Dir "..\..\..\..\build\Win32\VC6\LIB Release\lib"
531# PROP BASE Target_Dir ""
532# PROP Use_MFC 0
533# PROP Use_Debug_Libraries 0
534# PROP Output_Dir "..\..\..\..\build\Win32\VC6\LIB Release"
535# PROP Intermediate_Dir "..\..\..\..\build\Win32\VC6\LIB Release\lib"
536# PROP Target_Dir ""
537CPP=cl.exe
538# ADD BASE CPP /nologo /MD /W4 /O2 /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /D "NDEBUG" /D "BUILDING_LIBCURL" /D "CURL_STATICLIB" /FD /EHsc /c
539# ADD CPP /nologo /MD /W4 /O2 /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /D "NDEBUG" /D "BUILDING_LIBCURL" /D "CURL_STATICLIB" /FD /EHsc /c
540RSC=rc.exe
541# ADD BASE RSC /l 0x409 /d "NDEBUG"
542# ADD RSC /l 0x409 /d "NDEBUG"
543BSC32=bscmake.exe
544# ADD BASE BSC32 /nologo
545# ADD BSC32 /nologo
546LIB32=link.exe -lib
547# ADD BASE LIB32 /nologo /machine:I386
548# ADD LIB32 /nologo /machine:I386
549
550!ELSEIF  "$(CFG)" == "libcurl - Win32 LIB Release DLL OpenSSL"
551
552# PROP BASE Use_MFC 0
553# PROP BASE Use_Debug_Libraries 0
554# PROP BASE Output_Dir "..\..\..\..\build\Win32\VC6\LIB Release - DLL OpenSSL"
555# PROP BASE Intermediate_Dir "..\..\..\..\build\Win32\VC6\LIB Release - DLL OpenSSL\lib"
556# PROP BASE Target_Dir ""
557# PROP Use_MFC 0
558# PROP Use_Debug_Libraries 0
559# PROP Output_Dir "..\..\..\..\build\Win32\VC6\LIB Release - DLL OpenSSL"
560# PROP Intermediate_Dir "..\..\..\..\build\Win32\VC6\LIB Release - DLL OpenSSL\lib"
561# PROP Target_Dir ""
562CPP=cl.exe
563# ADD BASE CPP /nologo /MD /W4 /O2 /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /I "..\..\..\..\..\openssl\inc32" /D "NDEBUG" /D "BUILDING_LIBCURL" /D "CURL_STATICLIB" /D "USE_OPENSSL" /FD /EHsc /c
564# ADD CPP /nologo /MD /W4 /O2 /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /I "..\..\..\..\..\openssl\inc32" /D "NDEBUG" /D "BUILDING_LIBCURL" /D "CURL_STATICLIB" /D "USE_OPENSSL" /FD /EHsc /c
565RSC=rc.exe
566# ADD BASE RSC /l 0x409 /d "NDEBUG"
567# ADD RSC /l 0x409 /d "NDEBUG"
568BSC32=bscmake.exe
569# ADD BASE BSC32 /nologo
570# ADD BSC32 /nologo
571LIB32=link.exe -lib
572# ADD BASE LIB32 /nologo /machine:I386
573# ADD LIB32 /nologo /machine:I386
574
575!ELSEIF  "$(CFG)" == "libcurl - Win32 LIB Release DLL OpenSSL DLL LibSSH2"
576
577# PROP BASE Use_MFC 0
578# PROP BASE Use_Debug_Libraries 0
579# PROP BASE Output_Dir "..\..\..\..\build\Win32\VC6\LIB Release - DLL OpenSSL - DLL LibSSH2"
580# PROP BASE Intermediate_Dir "..\..\..\..\build\Win32\VC6\LIB Release - DLL OpenSSL - DLL LibSSH2\lib"
581# PROP BASE Target_Dir ""
582# PROP Use_MFC 0
583# PROP Use_Debug_Libraries 0
584# PROP Output_Dir "..\..\..\..\build\Win32\VC6\LIB Release - DLL OpenSSL - DLL LibSSH2"
585# PROP Intermediate_Dir "..\..\..\..\build\Win32\VC6\LIB Release - DLL OpenSSL - DLL LibSSH2\lib"
586# PROP Target_Dir ""
587CPP=cl.exe
588# ADD BASE CPP /nologo /MD /W4 /O2 /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /I "..\..\..\..\..\openssl\inc32" /I "..\..\..\..\..\libssh2\include" /D "NDEBUG" /D "BUILDING_LIBCURL" /D "CURL_STATICLIB" /D "USE_OPENSSL" /D "USE_LIBSSH2" /D "HAVE_LIBSSH2_H" /FD /EHsc /c
589# ADD CPP /nologo /MD /W4 /O2 /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /I "..\..\..\..\..\openssl\inc32" /I "..\..\..\..\..\libssh2\include" /D "NDEBUG" /D "BUILDING_LIBCURL" /D "CURL_STATICLIB" /D "USE_OPENSSL" /D "USE_LIBSSH2" /D "HAVE_LIBSSH2_H" /FD /EHsc /c
590RSC=rc.exe
591# ADD BASE RSC /l 0x409 /d "NDEBUG"
592# ADD RSC /l 0x409 /d "NDEBUG"
593BSC32=bscmake.exe
594# ADD BASE BSC32 /nologo
595# ADD BSC32 /nologo
596LIB32=link.exe -lib
597# ADD BASE LIB32 /nologo /machine:I386
598# ADD LIB32 /nologo /machine:I386
599
600!ELSEIF  "$(CFG)" == "libcurl - Win32 LIB Release DLL Windows SSPI"
601
602# PROP BASE Use_MFC 0
603# PROP BASE Use_Debug_Libraries 0
604# PROP BASE Output_Dir "..\..\..\..\build\Win32\VC6\LIB Release - DLL Windows SSPI"
605# PROP BASE Intermediate_Dir "..\..\..\..\build\Win32\VC6\LIB Release - DLL Windows SSPI\lib"
606# PROP BASE Target_Dir ""
607# PROP Use_MFC 0
608# PROP Use_Debug_Libraries 0
609# PROP Output_Dir "..\..\..\..\build\Win32\VC6\LIB Release - DLL Windows SSPI"
610# PROP Intermediate_Dir "..\..\..\..\build\Win32\VC6\LIB Release - DLL Windows SSPI\lib"
611# PROP Target_Dir ""
612CPP=cl.exe
613# ADD BASE CPP /nologo /MD /W4 /O2 /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /D "NDEBUG" /D "BUILDING_LIBCURL" /D "CURL_STATICLIB" /FD /EHsc /c
614# ADD CPP /nologo /MD /W4 /O2 /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /D "NDEBUG" /D "BUILDING_LIBCURL" /D "CURL_STATICLIB" /D "USE_WINDOWS_SSPI" /D "USE_SCHANNEL" /FD /EHsc /c
615RSC=rc.exe
616# ADD BASE RSC /l 0x409 /d "NDEBUG"
617# ADD RSC /l 0x409 /d "NDEBUG"
618BSC32=bscmake.exe
619# ADD BASE BSC32 /nologo
620# ADD BSC32 /nologo
621LIB32=link.exe -lib
622# ADD BASE LIB32 /nologo /machine:I386
623# ADD LIB32 /nologo /machine:I386
624
625!ELSEIF  "$(CFG)" == "libcurl - Win32 LIB Release DLL Windows SSPI DLL WinIDN"
626
627# PROP BASE Use_MFC 0
628# PROP BASE Use_Debug_Libraries 0
629# PROP BASE Output_Dir "..\..\..\..\build\Win32\VC6\LIB Release - DLL Windows SSPI - DLL WinIDN"
630# PROP BASE Intermediate_Dir "..\..\..\..\build\Win32\VC6\LIB Release - DLL Windows SSPI - DLL WinIDN\lib"
631# PROP BASE Target_Dir ""
632# PROP Use_MFC 0
633# PROP Use_Debug_Libraries 0
634# PROP Output_Dir "..\..\..\..\build\Win32\VC6\LIB Release - DLL Windows SSPI - DLL WinIDN"
635# PROP Intermediate_Dir "..\..\..\..\build\Win32\VC6\LIB Release - DLL Windows SSPI - DLL WinIDN\lib"
636# PROP Target_Dir ""
637CPP=cl.exe
638# ADD BASE CPP /nologo /MD /W4 /O2 /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /D "NDEBUG" /D "BUILDING_LIBCURL" /D "CURL_STATICLIB" /D "USE_WINDOWS_SSPI" /D "USE_SCHANNEL" /D "USE_WIN32_IDN" /D "WANT_IDN_PROTOTYPES" /FD /EHsc /c
639# ADD CPP /nologo /MD /W4 /O2 /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /D "NDEBUG" /D "BUILDING_LIBCURL" /D "CURL_STATICLIB" /D "USE_WINDOWS_SSPI" /D "USE_SCHANNEL" /D "USE_WIN32_IDN" /D "WANT_IDN_PROTOTYPES" /FD /EHsc /c
640RSC=rc.exe
641# ADD BASE RSC /l 0x409 /d "NDEBUG"
642# ADD RSC /l 0x409 /d "NDEBUG"
643BSC32=bscmake.exe
644# ADD BASE BSC32 /nologo
645# ADD BSC32 /nologo
646LIB32=link.exe -lib
647# ADD BASE LIB32 /nologo /machine:I386
648# ADD LIB32 /nologo /machine:I386
649
650!ELSEIF  "$(CFG)" == "libcurl - Win32 LIB Release LIB OpenSSL"
651
652# PROP BASE Use_MFC 0
653# PROP BASE Use_Debug_Libraries 0
654# PROP BASE Output_Dir "..\..\..\..\build\Win32\VC6\LIB Release - LIB OpenSSL"
655# PROP BASE Intermediate_Dir "..\..\..\..\build\Win32\VC6\LIB Release - LIB OpenSSL\lib"
656# PROP BASE Target_Dir ""
657# PROP Use_MFC 0
658# PROP Use_Debug_Libraries 0
659# PROP Output_Dir "..\..\..\..\build\Win32\VC6\LIB Release - LIB OpenSSL"
660# PROP Intermediate_Dir "..\..\..\..\build\Win32\VC6\LIB Release - LIB OpenSSL\lib"
661# PROP Target_Dir ""
662CPP=cl.exe
663# ADD BASE CPP /nologo /MD /W4 /O2 /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /I "..\..\..\..\..\openssl\inc32" /D "NDEBUG" /D "BUILDING_LIBCURL" /D "CURL_STATICLIB" /D "USE_OPENSSL" /FD /EHsc /c
664# ADD CPP /nologo /MD /W4 /O2 /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /I "..\..\..\..\..\openssl\inc32" /D "NDEBUG" /D "BUILDING_LIBCURL" /D "CURL_STATICLIB" /D "USE_OPENSSL" /FD /EHsc /c
665RSC=rc.exe
666# ADD BASE RSC /l 0x409 /d "NDEBUG"
667# ADD RSC /l 0x409 /d "NDEBUG"
668BSC32=bscmake.exe
669# ADD BASE BSC32 /nologo
670# ADD BSC32 /nologo
671LIB32=link.exe -lib
672# ADD BASE LIB32 /nologo /machine:I386
673# ADD LIB32 /nologo /machine:I386
674
675!ELSEIF  "$(CFG)" == "libcurl - Win32 LIB Release LIB OpenSSL LIB LibSSH2"
676
677# PROP BASE Use_MFC 0
678# PROP BASE Use_Debug_Libraries 0
679# PROP BASE Output_Dir "..\..\..\..\build\Win32\VC6\LIB Release - LIB OpenSSL - LIB LibSSH2"
680# PROP BASE Intermediate_Dir "..\..\..\..\build\Win32\VC6\LIB Release - LIB OpenSSL - LIB LibSSH2\lib"
681# PROP BASE Target_Dir ""
682# PROP Use_MFC 0
683# PROP Use_Debug_Libraries 0
684# PROP Output_Dir "..\..\..\..\build\Win32\VC6\LIB Release - LIB OpenSSL - LIB LibSSH2"
685# PROP Intermediate_Dir "..\..\..\..\build\Win32\VC6\LIB Release - LIB OpenSSL - LIB LibSSH2\lib"
686# PROP Target_Dir ""
687CPP=cl.exe
688# ADD BASE CPP /nologo /MD /W4 /O2 /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /I "..\..\..\..\..\openssl\inc32" /I "..\..\..\..\..\libssh2\include" /D "NDEBUG" /D "BUILDING_LIBCURL" /D "CURL_STATICLIB" /D "USE_OPENSSL" /D "USE_LIBSSH2" /D "HAVE_LIBSSH2_H" /FD /EHsc /c
689# ADD CPP /nologo /MD /W4 /O2 /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\..\..\..\include" /I "..\..\..\..\lib" /I "..\..\..\..\..\openssl\inc32" /I "..\..\..\..\..\libssh2\include" /D "NDEBUG" /D "BUILDING_LIBCURL" /D "CURL_STATICLIB" /D "USE_OPENSSL" /D "USE_LIBSSH2" /D "HAVE_LIBSSH2_H" /FD /EHsc /c
690RSC=rc.exe
691# ADD BASE RSC /l 0x409 /d "NDEBUG"
692# ADD RSC /l 0x409 /d "NDEBUG"
693BSC32=bscmake.exe
694# ADD BASE BSC32 /nologo
695# ADD BSC32 /nologo
696LIB32=link.exe -lib
697# ADD BASE LIB32 /nologo /machine:I386
698# ADD LIB32 /nologo /machine:I386
699
700!ENDIF
701
702# Begin Target
703
704# Name "libcurl - Win32 DLL Debug"
705# Name "libcurl - Win32 DLL Debug DLL OpenSSL"
706# Name "libcurl - Win32 DLL Debug DLL OpenSSL DLL LibSSH2"
707# Name "libcurl - Win32 DLL Debug DLL Windows SSPI"
708# Name "libcurl - Win32 DLL Debug DLL Windows SSPI DLL WinIDN"
709# Name "libcurl - Win32 DLL Release"
710# Name "libcurl - Win32 DLL Release DLL OpenSSL"
711# Name "libcurl - Win32 DLL Release DLL OpenSSL DLL LibSSH2"
712# Name "libcurl - Win32 DLL Release DLL Windows SSPI"
713# Name "libcurl - Win32 DLL Release DLL Windows SSPI DLL WinIDN"
714# Name "libcurl - Win32 LIB Debug"
715# Name "libcurl - Win32 LIB Debug DLL OpenSSL"
716# Name "libcurl - Win32 LIB Debug DLL OpenSSL DLL LibSSH2"
717# Name "libcurl - Win32 LIB Debug DLL Windows SSPI"
718# Name "libcurl - Win32 LIB Debug DLL Windows SSPI DLL WinIDN"
719# Name "libcurl - Win32 LIB Debug LIB OpenSSL"
720# Name "libcurl - Win32 LIB Debug LIB OpenSSL LIB LibSSH2"
721# Name "libcurl - Win32 LIB Release"
722# Name "libcurl - Win32 LIB Release DLL OpenSSL"
723# Name "libcurl - Win32 LIB Release DLL OpenSSL DLL LibSSH2"
724# Name "libcurl - Win32 LIB Release DLL Windows SSPI"
725# Name "libcurl - Win32 LIB Release DLL Windows SSPI DLL WinIDN"
726# Name "libcurl - Win32 LIB Release LIB OpenSSL"
727# Name "libcurl - Win32 LIB Release LIB OpenSSL LIB LibSSH2"
728# Begin Group "Source Files"
729
730# PROP Default_Filter ""
731# Begin Source File
732
733SOURCE=..\..\..\..\lib\altsvc.c
734# End Source File
735# Begin Source File
736
737SOURCE=..\..\..\..\lib\amigaos.c
738# End Source File
739# Begin Source File
740
741SOURCE=..\..\..\..\lib\asyn-ares.c
742# End Source File
743# Begin Source File
744
745SOURCE=..\..\..\..\lib\asyn-thread.c
746# End Source File
747# Begin Source File
748
749SOURCE=..\..\..\..\lib\base64.c
750# End Source File
751# Begin Source File
752
753SOURCE=..\..\..\..\lib\conncache.c
754# End Source File
755# Begin Source File
756
757SOURCE=..\..\..\..\lib\connect.c
758# End Source File
759# Begin Source File
760
761SOURCE=..\..\..\..\lib\content_encoding.c
762# End Source File
763# Begin Source File
764
765SOURCE=..\..\..\..\lib\cookie.c
766# End Source File
767# Begin Source File
768
769SOURCE=..\..\..\..\lib\curl_addrinfo.c
770# End Source File
771# Begin Source File
772
773SOURCE=..\..\..\..\lib\curl_ctype.c
774# End Source File
775# Begin Source File
776
777SOURCE=..\..\..\..\lib\curl_des.c
778# End Source File
779# Begin Source File
780
781SOURCE=..\..\..\..\lib\curl_endian.c
782# End Source File
783# Begin Source File
784
785SOURCE=..\..\..\..\lib\curl_fnmatch.c
786# End Source File
787# Begin Source File
788
789SOURCE=..\..\..\..\lib\curl_gethostname.c
790# End Source File
791# Begin Source File
792
793SOURCE=..\..\..\..\lib\curl_gssapi.c
794# End Source File
795# Begin Source File
796
797SOURCE=..\..\..\..\lib\curl_memrchr.c
798# End Source File
799# Begin Source File
800
801SOURCE=..\..\..\..\lib\curl_multibyte.c
802# End Source File
803# Begin Source File
804
805SOURCE=..\..\..\..\lib\curl_ntlm_core.c
806# End Source File
807# Begin Source File
808
809SOURCE=..\..\..\..\lib\curl_ntlm_wb.c
810# End Source File
811# Begin Source File
812
813SOURCE=..\..\..\..\lib\curl_path.c
814# End Source File
815# Begin Source File
816
817SOURCE=..\..\..\..\lib\curl_range.c
818# End Source File
819# Begin Source File
820
821SOURCE=..\..\..\..\lib\curl_rtmp.c
822# End Source File
823# Begin Source File
824
825SOURCE=..\..\..\..\lib\curl_sasl.c
826# End Source File
827# Begin Source File
828
829SOURCE=..\..\..\..\lib\curl_sspi.c
830# End Source File
831# Begin Source File
832
833SOURCE=..\..\..\..\lib\curl_threads.c
834# End Source File
835# Begin Source File
836
837SOURCE=..\..\..\..\lib\dict.c
838# End Source File
839# Begin Source File
840
841SOURCE=..\..\..\..\lib\doh.c
842# End Source File
843# Begin Source File
844
845SOURCE=..\..\..\..\lib\dotdot.c
846# End Source File
847# Begin Source File
848
849SOURCE=..\..\..\..\lib\easy.c
850# End Source File
851# Begin Source File
852
853SOURCE=..\..\..\..\lib\escape.c
854# End Source File
855# Begin Source File
856
857SOURCE=..\..\..\..\lib\file.c
858# End Source File
859# Begin Source File
860
861SOURCE=..\..\..\..\lib\fileinfo.c
862# End Source File
863# Begin Source File
864
865SOURCE=..\..\..\..\lib\formdata.c
866# End Source File
867# Begin Source File
868
869SOURCE=..\..\..\..\lib\ftp.c
870# End Source File
871# Begin Source File
872
873SOURCE=..\..\..\..\lib\ftplistparser.c
874# End Source File
875# Begin Source File
876
877SOURCE=..\..\..\..\lib\getenv.c
878# End Source File
879# Begin Source File
880
881SOURCE=..\..\..\..\lib\getinfo.c
882# End Source File
883# Begin Source File
884
885SOURCE=..\..\..\..\lib\gopher.c
886# End Source File
887# Begin Source File
888
889SOURCE=..\..\..\..\lib\hash.c
890# End Source File
891# Begin Source File
892
893SOURCE=..\..\..\..\lib\hmac.c
894# End Source File
895# Begin Source File
896
897SOURCE=..\..\..\..\lib\hostasyn.c
898# End Source File
899# Begin Source File
900
901SOURCE=..\..\..\..\lib\hostcheck.c
902# End Source File
903# Begin Source File
904
905SOURCE=..\..\..\..\lib\hostip4.c
906# End Source File
907# Begin Source File
908
909SOURCE=..\..\..\..\lib\hostip6.c
910# End Source File
911# Begin Source File
912
913SOURCE=..\..\..\..\lib\hostip.c
914# End Source File
915# Begin Source File
916
917SOURCE=..\..\..\..\lib\hostsyn.c
918# End Source File
919# Begin Source File
920
921SOURCE=..\..\..\..\lib\http2.c
922# End Source File
923# Begin Source File
924
925SOURCE=..\..\..\..\lib\http.c
926# End Source File
927# Begin Source File
928
929SOURCE=..\..\..\..\lib\http_chunks.c
930# End Source File
931# Begin Source File
932
933SOURCE=..\..\..\..\lib\http_digest.c
934# End Source File
935# Begin Source File
936
937SOURCE=..\..\..\..\lib\http_negotiate.c
938# End Source File
939# Begin Source File
940
941SOURCE=..\..\..\..\lib\http_ntlm.c
942# End Source File
943# Begin Source File
944
945SOURCE=..\..\..\..\lib\http_proxy.c
946# End Source File
947# Begin Source File
948
949SOURCE=..\..\..\..\lib\idn_win32.c
950# End Source File
951# Begin Source File
952
953SOURCE=..\..\..\..\lib\if2ip.c
954# End Source File
955# Begin Source File
956
957SOURCE=..\..\..\..\lib\imap.c
958# End Source File
959# Begin Source File
960
961SOURCE=..\..\..\..\lib\inet_ntop.c
962# End Source File
963# Begin Source File
964
965SOURCE=..\..\..\..\lib\inet_pton.c
966# End Source File
967# Begin Source File
968
969SOURCE=..\..\..\..\lib\krb5.c
970# End Source File
971# Begin Source File
972
973SOURCE=..\..\..\..\lib\ldap.c
974# End Source File
975# Begin Source File
976
977SOURCE=..\..\..\..\lib\llist.c
978# End Source File
979# Begin Source File
980
981SOURCE=..\..\..\..\lib\md4.c
982# End Source File
983# Begin Source File
984
985SOURCE=..\..\..\..\lib\md5.c
986# End Source File
987# Begin Source File
988
989SOURCE=..\..\..\..\lib\memdebug.c
990# End Source File
991# Begin Source File
992
993SOURCE=..\..\..\..\lib\mime.c
994# End Source File
995# Begin Source File
996
997SOURCE=..\..\..\..\lib\mprintf.c
998# End Source File
999# Begin Source File
1000
1001SOURCE=..\..\..\..\lib\multi.c
1002# End Source File
1003# Begin Source File
1004
1005SOURCE=..\..\..\..\lib\netrc.c
1006# End Source File
1007# Begin Source File
1008
1009SOURCE=..\..\..\..\lib\non-ascii.c
1010# End Source File
1011# Begin Source File
1012
1013SOURCE=..\..\..\..\lib\nonblock.c
1014# End Source File
1015# Begin Source File
1016
1017SOURCE=..\..\..\..\lib\openldap.c
1018# End Source File
1019# Begin Source File
1020
1021SOURCE=..\..\..\..\lib\parsedate.c
1022# End Source File
1023# Begin Source File
1024
1025SOURCE=..\..\..\..\lib\pingpong.c
1026# End Source File
1027# Begin Source File
1028
1029SOURCE=..\..\..\..\lib\pipeline.c
1030# End Source File
1031# Begin Source File
1032
1033SOURCE=..\..\..\..\lib\pop3.c
1034# End Source File
1035# Begin Source File
1036
1037SOURCE=..\..\..\..\lib\progress.c
1038# End Source File
1039# Begin Source File
1040
1041SOURCE=..\..\..\..\lib\psl.c
1042# End Source File
1043# Begin Source File
1044
1045SOURCE=..\..\..\..\lib\rand.c
1046# End Source File
1047# Begin Source File
1048
1049SOURCE=..\..\..\..\lib\rtsp.c
1050# End Source File
1051# Begin Source File
1052
1053SOURCE=..\..\..\..\lib\security.c
1054# End Source File
1055# Begin Source File
1056
1057SOURCE=..\..\..\..\lib\select.c
1058# End Source File
1059# Begin Source File
1060
1061SOURCE=..\..\..\..\lib\sendf.c
1062# End Source File
1063# Begin Source File
1064
1065SOURCE=..\..\..\..\lib\setopt.c
1066# End Source File
1067# Begin Source File
1068
1069SOURCE=..\..\..\..\lib\sha256.c
1070# End Source File
1071# Begin Source File
1072
1073SOURCE=..\..\..\..\lib\share.c
1074# End Source File
1075# Begin Source File
1076
1077SOURCE=..\..\..\..\lib\slist.c
1078# End Source File
1079# Begin Source File
1080
1081SOURCE=..\..\..\..\lib\smb.c
1082# End Source File
1083# Begin Source File
1084
1085SOURCE=..\..\..\..\lib\smtp.c
1086# End Source File
1087# Begin Source File
1088
1089SOURCE=..\..\..\..\lib\socks.c
1090# End Source File
1091# Begin Source File
1092
1093SOURCE=..\..\..\..\lib\socks_gssapi.c
1094# End Source File
1095# Begin Source File
1096
1097SOURCE=..\..\..\..\lib\socks_sspi.c
1098# End Source File
1099# Begin Source File
1100
1101SOURCE=..\..\..\..\lib\speedcheck.c
1102# End Source File
1103# Begin Source File
1104
1105SOURCE=..\..\..\..\lib\splay.c
1106# End Source File
1107# Begin Source File
1108
1109SOURCE=..\..\..\..\lib\ssh.c
1110# End Source File
1111# Begin Source File
1112
1113SOURCE=..\..\..\..\lib\ssh-libssh.c
1114# End Source File
1115# Begin Source File
1116
1117SOURCE=..\..\..\..\lib\strcase.c
1118# End Source File
1119# Begin Source File
1120
1121SOURCE=..\..\..\..\lib\strdup.c
1122# End Source File
1123# Begin Source File
1124
1125SOURCE=..\..\..\..\lib\strerror.c
1126# End Source File
1127# Begin Source File
1128
1129SOURCE=..\..\..\..\lib\strtok.c
1130# End Source File
1131# Begin Source File
1132
1133SOURCE=..\..\..\..\lib\strtoofft.c
1134# End Source File
1135# Begin Source File
1136
1137SOURCE=..\..\..\..\lib\system_win32.c
1138# End Source File
1139# Begin Source File
1140
1141SOURCE=..\..\..\..\lib\telnet.c
1142# End Source File
1143# Begin Source File
1144
1145SOURCE=..\..\..\..\lib\tftp.c
1146# End Source File
1147# Begin Source File
1148
1149SOURCE=..\..\..\..\lib\timeval.c
1150# End Source File
1151# Begin Source File
1152
1153SOURCE=..\..\..\..\lib\transfer.c
1154# End Source File
1155# Begin Source File
1156
1157SOURCE=..\..\..\..\lib\urlapi.c
1158# End Source File
1159# Begin Source File
1160
1161SOURCE=..\..\..\..\lib\url.c
1162# End Source File
1163# Begin Source File
1164
1165SOURCE=..\..\..\..\lib\version.c
1166# End Source File
1167# Begin Source File
1168
1169SOURCE=..\..\..\..\lib\warnless.c
1170# End Source File
1171# Begin Source File
1172
1173SOURCE=..\..\..\..\lib\wildcard.c
1174# End Source File
1175# Begin Source File
1176
1177SOURCE=..\..\..\..\lib\x509asn1.c
1178# End Source File
1179# Begin Source File
1180
1181SOURCE=..\..\..\..\lib\vauth\cleartext.c
1182# End Source File
1183# Begin Source File
1184
1185SOURCE=..\..\..\..\lib\vauth\cram.c
1186# End Source File
1187# Begin Source File
1188
1189SOURCE=..\..\..\..\lib\vauth\digest.c
1190# End Source File
1191# Begin Source File
1192
1193SOURCE=..\..\..\..\lib\vauth\digest_sspi.c
1194# End Source File
1195# Begin Source File
1196
1197SOURCE=..\..\..\..\lib\vauth\krb5_gssapi.c
1198# End Source File
1199# Begin Source File
1200
1201SOURCE=..\..\..\..\lib\vauth\krb5_sspi.c
1202# End Source File
1203# Begin Source File
1204
1205SOURCE=..\..\..\..\lib\vauth\ntlm.c
1206# End Source File
1207# Begin Source File
1208
1209SOURCE=..\..\..\..\lib\vauth\ntlm_sspi.c
1210# End Source File
1211# Begin Source File
1212
1213SOURCE=..\..\..\..\lib\vauth\oauth2.c
1214# End Source File
1215# Begin Source File
1216
1217SOURCE=..\..\..\..\lib\vauth\spnego_gssapi.c
1218# End Source File
1219# Begin Source File
1220
1221SOURCE=..\..\..\..\lib\vauth\spnego_sspi.c
1222# End Source File
1223# Begin Source File
1224
1225SOURCE=..\..\..\..\lib\vauth\vauth.c
1226# End Source File
1227# Begin Source File
1228
1229SOURCE=..\..\..\..\lib\vtls\cyassl.c
1230# End Source File
1231# Begin Source File
1232
1233SOURCE=..\..\..\..\lib\vtls\gskit.c
1234# End Source File
1235# Begin Source File
1236
1237SOURCE=..\..\..\..\lib\vtls\gtls.c
1238# End Source File
1239# Begin Source File
1240
1241SOURCE=..\..\..\..\lib\vtls\mbedtls.c
1242# End Source File
1243# Begin Source File
1244
1245SOURCE=..\..\..\..\lib\vtls\mesalink.c
1246# End Source File
1247# Begin Source File
1248
1249SOURCE=..\..\..\..\lib\vtls\nss.c
1250# End Source File
1251# Begin Source File
1252
1253SOURCE=..\..\..\..\lib\vtls\openssl.c
1254# End Source File
1255# Begin Source File
1256
1257SOURCE=..\..\..\..\lib\vtls\polarssl.c
1258# End Source File
1259# Begin Source File
1260
1261SOURCE=..\..\..\..\lib\vtls\polarssl_threadlock.c
1262# End Source File
1263# Begin Source File
1264
1265SOURCE=..\..\..\..\lib\vtls\schannel.c
1266# End Source File
1267# Begin Source File
1268
1269SOURCE=..\..\..\..\lib\vtls\schannel_verify.c
1270# End Source File
1271# Begin Source File
1272
1273SOURCE=..\..\..\..\lib\vtls\sectransp.c
1274# End Source File
1275# Begin Source File
1276
1277SOURCE=..\..\..\..\lib\vtls\vtls.c
1278# End Source File
1279# End Group
1280# Begin Group "Header Files"
1281
1282# PROP Default_Filter ""
1283# Begin Source File
1284
1285SOURCE=..\..\..\..\lib\altsvc.h
1286# End Source File
1287# Begin Source File
1288
1289SOURCE=..\..\..\..\lib\amigaos.h
1290# End Source File
1291# Begin Source File
1292
1293SOURCE=..\..\..\..\lib\arpa_telnet.h
1294# End Source File
1295# Begin Source File
1296
1297SOURCE=..\..\..\..\lib\asyn.h
1298# End Source File
1299# Begin Source File
1300
1301SOURCE=..\..\..\..\lib\config-win32.h
1302# End Source File
1303# Begin Source File
1304
1305SOURCE=..\..\..\..\lib\conncache.h
1306# End Source File
1307# Begin Source File
1308
1309SOURCE=..\..\..\..\lib\connect.h
1310# End Source File
1311# Begin Source File
1312
1313SOURCE=..\..\..\..\lib\content_encoding.h
1314# End Source File
1315# Begin Source File
1316
1317SOURCE=..\..\..\..\lib\cookie.h
1318# End Source File
1319# Begin Source File
1320
1321SOURCE=..\..\..\..\lib\curl_addrinfo.h
1322# End Source File
1323# Begin Source File
1324
1325SOURCE=..\..\..\..\lib\curl_base64.h
1326# End Source File
1327# Begin Source File
1328
1329SOURCE=..\..\..\..\lib\curl_ctype.h
1330# End Source File
1331# Begin Source File
1332
1333SOURCE=..\..\..\..\lib\curl_des.h
1334# End Source File
1335# Begin Source File
1336
1337SOURCE=..\..\..\..\lib\curl_endian.h
1338# End Source File
1339# Begin Source File
1340
1341SOURCE=..\..\..\..\lib\curl_fnmatch.h
1342# End Source File
1343# Begin Source File
1344
1345SOURCE=..\..\..\..\lib\curl_gethostname.h
1346# End Source File
1347# Begin Source File
1348
1349SOURCE=..\..\..\..\lib\curl_gssapi.h
1350# End Source File
1351# Begin Source File
1352
1353SOURCE=..\..\..\..\lib\curl_hmac.h
1354# End Source File
1355# Begin Source File
1356
1357SOURCE=..\..\..\..\lib\curl_ldap.h
1358# End Source File
1359# Begin Source File
1360
1361SOURCE=..\..\..\..\lib\curl_md4.h
1362# End Source File
1363# Begin Source File
1364
1365SOURCE=..\..\..\..\lib\curl_md5.h
1366# End Source File
1367# Begin Source File
1368
1369SOURCE=..\..\..\..\lib\curl_memory.h
1370# End Source File
1371# Begin Source File
1372
1373SOURCE=..\..\..\..\lib\curl_memrchr.h
1374# End Source File
1375# Begin Source File
1376
1377SOURCE=..\..\..\..\lib\curl_multibyte.h
1378# End Source File
1379# Begin Source File
1380
1381SOURCE=..\..\..\..\lib\curl_ntlm_core.h
1382# End Source File
1383# Begin Source File
1384
1385SOURCE=..\..\..\..\lib\curl_ntlm_wb.h
1386# End Source File
1387# Begin Source File
1388
1389SOURCE=..\..\..\..\lib\curl_path.h
1390# End Source File
1391# Begin Source File
1392
1393SOURCE=..\..\..\..\lib\curl_printf.h
1394# End Source File
1395# Begin Source File
1396
1397SOURCE=..\..\..\..\lib\curl_range.h
1398# End Source File
1399# Begin Source File
1400
1401SOURCE=..\..\..\..\lib\curl_rtmp.h
1402# End Source File
1403# Begin Source File
1404
1405SOURCE=..\..\..\..\lib\curl_sasl.h
1406# End Source File
1407# Begin Source File
1408
1409SOURCE=..\..\..\..\lib\curl_sec.h
1410# End Source File
1411# Begin Source File
1412
1413SOURCE=..\..\..\..\lib\curl_setup.h
1414# End Source File
1415# Begin Source File
1416
1417SOURCE=..\..\..\..\lib\curl_setup_once.h
1418# End Source File
1419# Begin Source File
1420
1421SOURCE=..\..\..\..\lib\curl_sha256.h
1422# End Source File
1423# Begin Source File
1424
1425SOURCE=..\..\..\..\lib\curl_sspi.h
1426# End Source File
1427# Begin Source File
1428
1429SOURCE=..\..\..\..\lib\curl_threads.h
1430# End Source File
1431# Begin Source File
1432
1433SOURCE=..\..\..\..\lib\curlx.h
1434# End Source File
1435# Begin Source File
1436
1437SOURCE=..\..\..\..\lib\dict.h
1438# End Source File
1439# Begin Source File
1440
1441SOURCE=..\..\..\..\lib\doh.h
1442# End Source File
1443# Begin Source File
1444
1445SOURCE=..\..\..\..\lib\dotdot.h
1446# End Source File
1447# Begin Source File
1448
1449SOURCE=..\..\..\..\lib\easyif.h
1450# End Source File
1451# Begin Source File
1452
1453SOURCE=..\..\..\..\lib\escape.h
1454# End Source File
1455# Begin Source File
1456
1457SOURCE=..\..\..\..\lib\file.h
1458# End Source File
1459# Begin Source File
1460
1461SOURCE=..\..\..\..\lib\fileinfo.h
1462# End Source File
1463# Begin Source File
1464
1465SOURCE=..\..\..\..\lib\formdata.h
1466# End Source File
1467# Begin Source File
1468
1469SOURCE=..\..\..\..\lib\ftp.h
1470# End Source File
1471# Begin Source File
1472
1473SOURCE=..\..\..\..\lib\ftplistparser.h
1474# End Source File
1475# Begin Source File
1476
1477SOURCE=..\..\..\..\lib\getinfo.h
1478# End Source File
1479# Begin Source File
1480
1481SOURCE=..\..\..\..\lib\gopher.h
1482# End Source File
1483# Begin Source File
1484
1485SOURCE=..\..\..\..\lib\hash.h
1486# End Source File
1487# Begin Source File
1488
1489SOURCE=..\..\..\..\lib\hostcheck.h
1490# End Source File
1491# Begin Source File
1492
1493SOURCE=..\..\..\..\lib\hostip.h
1494# End Source File
1495# Begin Source File
1496
1497SOURCE=..\..\..\..\lib\http2.h
1498# End Source File
1499# Begin Source File
1500
1501SOURCE=..\..\..\..\lib\http_chunks.h
1502# End Source File
1503# Begin Source File
1504
1505SOURCE=..\..\..\..\lib\http_digest.h
1506# End Source File
1507# Begin Source File
1508
1509SOURCE=..\..\..\..\lib\http.h
1510# End Source File
1511# Begin Source File
1512
1513SOURCE=..\..\..\..\lib\http_negotiate.h
1514# End Source File
1515# Begin Source File
1516
1517SOURCE=..\..\..\..\lib\http_ntlm.h
1518# End Source File
1519# Begin Source File
1520
1521SOURCE=..\..\..\..\lib\http_proxy.h
1522# End Source File
1523# Begin Source File
1524
1525SOURCE=..\..\..\..\lib\if2ip.h
1526# End Source File
1527# Begin Source File
1528
1529SOURCE=..\..\..\..\lib\imap.h
1530# End Source File
1531# Begin Source File
1532
1533SOURCE=..\..\..\..\lib\inet_ntop.h
1534# End Source File
1535# Begin Source File
1536
1537SOURCE=..\..\..\..\lib\inet_pton.h
1538# End Source File
1539# Begin Source File
1540
1541SOURCE=..\..\..\..\lib\llist.h
1542# End Source File
1543# Begin Source File
1544
1545SOURCE=..\..\..\..\lib\memdebug.h
1546# End Source File
1547# Begin Source File
1548
1549SOURCE=..\..\..\..\lib\mime.h
1550# End Source File
1551# Begin Source File
1552
1553SOURCE=..\..\..\..\lib\multihandle.h
1554# End Source File
1555# Begin Source File
1556
1557SOURCE=..\..\..\..\lib\multiif.h
1558# End Source File
1559# Begin Source File
1560
1561SOURCE=..\..\..\..\lib\netrc.h
1562# End Source File
1563# Begin Source File
1564
1565SOURCE=..\..\..\..\lib\non-ascii.h
1566# End Source File
1567# Begin Source File
1568
1569SOURCE=..\..\..\..\lib\nonblock.h
1570# End Source File
1571# Begin Source File
1572
1573SOURCE=..\..\..\..\lib\parsedate.h
1574# End Source File
1575# Begin Source File
1576
1577SOURCE=..\..\..\..\lib\pingpong.h
1578# End Source File
1579# Begin Source File
1580
1581SOURCE=..\..\..\..\lib\pipeline.h
1582# End Source File
1583# Begin Source File
1584
1585SOURCE=..\..\..\..\lib\pop3.h
1586# End Source File
1587# Begin Source File
1588
1589SOURCE=..\..\..\..\lib\progress.h
1590# End Source File
1591# Begin Source File
1592
1593SOURCE=..\..\..\..\lib\psl.h
1594# End Source File
1595# Begin Source File
1596
1597SOURCE=..\..\..\..\lib\rand.h
1598# End Source File
1599# Begin Source File
1600
1601SOURCE=..\..\..\..\lib\rtsp.h
1602# End Source File
1603# Begin Source File
1604
1605SOURCE=..\..\..\..\lib\select.h
1606# End Source File
1607# Begin Source File
1608
1609SOURCE=..\..\..\..\lib\sendf.h
1610# End Source File
1611# Begin Source File
1612
1613SOURCE=..\..\..\..\lib\setopt.h
1614# End Source File
1615# Begin Source File
1616
1617SOURCE=..\..\..\..\lib\setup-vms.h
1618# End Source File
1619# Begin Source File
1620
1621SOURCE=..\..\..\..\lib\share.h
1622# End Source File
1623# Begin Source File
1624
1625SOURCE=..\..\..\..\lib\sigpipe.h
1626# End Source File
1627# Begin Source File
1628
1629SOURCE=..\..\..\..\lib\slist.h
1630# End Source File
1631# Begin Source File
1632
1633SOURCE=..\..\..\..\lib\smb.h
1634# End Source File
1635# Begin Source File
1636
1637SOURCE=..\..\..\..\lib\smtp.h
1638# End Source File
1639# Begin Source File
1640
1641SOURCE=..\..\..\..\lib\sockaddr.h
1642# End Source File
1643# Begin Source File
1644
1645SOURCE=..\..\..\..\lib\socks.h
1646# End Source File
1647# Begin Source File
1648
1649SOURCE=..\..\..\..\lib\speedcheck.h
1650# End Source File
1651# Begin Source File
1652
1653SOURCE=..\..\..\..\lib\splay.h
1654# End Source File
1655# Begin Source File
1656
1657SOURCE=..\..\..\..\lib\ssh.h
1658# End Source File
1659# Begin Source File
1660
1661SOURCE=..\..\..\..\lib\strcase.h
1662# End Source File
1663# Begin Source File
1664
1665SOURCE=..\..\..\..\lib\strdup.h
1666# End Source File
1667# Begin Source File
1668
1669SOURCE=..\..\..\..\lib\strerror.h
1670# End Source File
1671# Begin Source File
1672
1673SOURCE=..\..\..\..\lib\strtok.h
1674# End Source File
1675# Begin Source File
1676
1677SOURCE=..\..\..\..\lib\strtoofft.h
1678# End Source File
1679# Begin Source File
1680
1681SOURCE=..\..\..\..\lib\system_win32.h
1682# End Source File
1683# Begin Source File
1684
1685SOURCE=..\..\..\..\lib\telnet.h
1686# End Source File
1687# Begin Source File
1688
1689SOURCE=..\..\..\..\lib\tftp.h
1690# End Source File
1691# Begin Source File
1692
1693SOURCE=..\..\..\..\lib\timeval.h
1694# End Source File
1695# Begin Source File
1696
1697SOURCE=..\..\..\..\lib\transfer.h
1698# End Source File
1699# Begin Source File
1700
1701SOURCE=..\..\..\..\lib\urlapi-int.h
1702# End Source File
1703# Begin Source File
1704
1705SOURCE=..\..\..\..\lib\urldata.h
1706# End Source File
1707# Begin Source File
1708
1709SOURCE=..\..\..\..\lib\url.h
1710# End Source File
1711# Begin Source File
1712
1713SOURCE=..\..\..\..\lib\warnless.h
1714# End Source File
1715# Begin Source File
1716
1717SOURCE=..\..\..\..\lib\wildcard.h
1718# End Source File
1719# Begin Source File
1720
1721SOURCE=..\..\..\..\lib\x509asn1.h
1722# End Source File
1723# Begin Source File
1724
1725SOURCE=..\..\..\..\lib\vauth\digest.h
1726# End Source File
1727# Begin Source File
1728
1729SOURCE=..\..\..\..\lib\vauth\ntlm.h
1730# End Source File
1731# Begin Source File
1732
1733SOURCE=..\..\..\..\lib\vauth\vauth.h
1734# End Source File
1735# Begin Source File
1736
1737SOURCE=..\..\..\..\lib\vtls\cyassl.h
1738# End Source File
1739# Begin Source File
1740
1741SOURCE=..\..\..\..\lib\vtls\gskit.h
1742# End Source File
1743# Begin Source File
1744
1745SOURCE=..\..\..\..\lib\vtls\gtls.h
1746# End Source File
1747# Begin Source File
1748
1749SOURCE=..\..\..\..\lib\vtls\mbedtls.h
1750# End Source File
1751# Begin Source File
1752
1753SOURCE=..\..\..\..\lib\vtls\mesalink.h
1754# End Source File
1755# Begin Source File
1756
1757SOURCE=..\..\..\..\lib\vtls\nssg.h
1758# End Source File
1759# Begin Source File
1760
1761SOURCE=..\..\..\..\lib\vtls\openssl.h
1762# End Source File
1763# Begin Source File
1764
1765SOURCE=..\..\..\..\lib\vtls\polarssl.h
1766# End Source File
1767# Begin Source File
1768
1769SOURCE=..\..\..\..\lib\vtls\polarssl_threadlock.h
1770# End Source File
1771# Begin Source File
1772
1773SOURCE=..\..\..\..\lib\vtls\schannel.h
1774# End Source File
1775# Begin Source File
1776
1777SOURCE=..\..\..\..\lib\vtls\sectransp.h
1778# End Source File
1779# Begin Source File
1780
1781SOURCE=..\..\..\..\lib\vtls\vtls.h
1782# End Source File
1783# End Group
1784# Begin Group "Resource Files"
1785
1786# PROP Default_Filter ""
1787# Begin Source File
1788
1789SOURCE=..\..\..\..\lib\libcurl.rc
1790# End Source File
1791# End Group
1792# End Target
1793# End Project
1794