2
0

curllib.dsp 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422
  1. # Microsoft Developer Studio Project File - Name="curllib" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5. CFG=curllib - Win32 Debug
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE
  9. !MESSAGE NMAKE /f "curllib.mak".
  10. !MESSAGE
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE
  14. !MESSAGE NMAKE /f "curllib.mak" CFG="curllib - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "curllib - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "curllib - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "curllib - Win32 Release"
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 0
  31. # PROP BASE Output_Dir "Release"
  32. # PROP BASE Intermediate_Dir "Release"
  33. # PROP BASE Target_Dir ""
  34. # PROP Use_MFC 0
  35. # PROP Use_Debug_Libraries 0
  36. # PROP Output_Dir "Release"
  37. # PROP Intermediate_Dir "Release"
  38. # PROP Ignore_Export_Lib 0
  39. # PROP Target_Dir ""
  40. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CURLLIB_EXPORTS" /YX /FD /c
  41. # ADD CPP /nologo /MT /W3 /GX /Zi /O2 /I "." /I "..\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CURLLIB_EXPORTS" /D "_WINDLL" /FR /FD /c
  42. # SUBTRACT CPP /YX
  43. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  44. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  45. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  46. # ADD RSC /l 0x409 /d "NDEBUG"
  47. BSC32=bscmake.exe
  48. # ADD BASE BSC32 /nologo
  49. # ADD BSC32 /nologo
  50. LINK32=link.exe
  51. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
  52. # ADD LINK32 kernel32.lib ws2_32.lib winmm.lib /nologo /dll /map /debug /machine:I386 /out:"Release/libcurl.dll"
  53. !ELSEIF "$(CFG)" == "curllib - Win32 Debug"
  54. # PROP BASE Use_MFC 0
  55. # PROP BASE Use_Debug_Libraries 1
  56. # PROP BASE Output_Dir "Debug"
  57. # PROP BASE Intermediate_Dir "Debug"
  58. # PROP BASE Target_Dir ""
  59. # PROP Use_MFC 0
  60. # PROP Use_Debug_Libraries 1
  61. # PROP Output_Dir "Debug"
  62. # PROP Intermediate_Dir "Debug"
  63. # PROP Ignore_Export_Lib 0
  64. # PROP Target_Dir ""
  65. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CURLLIB_EXPORTS" /YX /FD /GZ /c
  66. # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "." /I "..\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CURLLIB_EXPORTS" /FR /FD /GZ /c
  67. # SUBTRACT CPP /WX /YX
  68. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  69. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  70. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  71. # ADD RSC /l 0x409 /d "_DEBUG"
  72. BSC32=bscmake.exe
  73. # ADD BASE BSC32 /nologo
  74. # ADD BSC32 /nologo
  75. LINK32=link.exe
  76. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
  77. # ADD LINK32 kernel32.lib ws2_32.lib winmm.lib /nologo /dll /incremental:no /map /debug /machine:I386 /out:"Debug/libcurl.dll" /pdbtype:sept
  78. # SUBTRACT LINK32 /nodefaultlib
  79. !ENDIF
  80. # Begin Target
  81. # Name "curllib - Win32 Release"
  82. # Name "curllib - Win32 Debug"
  83. # Begin Group "Source Files"
  84. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  85. # Begin Source File
  86. SOURCE=.\base64.c
  87. # End Source File
  88. # Begin Source File
  89. SOURCE=.\connect.c
  90. # End Source File
  91. # Begin Source File
  92. SOURCE=.\cookie.c
  93. # End Source File
  94. # Begin Source File
  95. SOURCE=.\dict.c
  96. # End Source File
  97. # Begin Source File
  98. SOURCE=.\easy.c
  99. # End Source File
  100. # Begin Source File
  101. SOURCE=.\escape.c
  102. # End Source File
  103. # Begin Source File
  104. SOURCE=.\file.c
  105. # End Source File
  106. # Begin Source File
  107. SOURCE=.\formdata.c
  108. # End Source File
  109. # Begin Source File
  110. SOURCE=.\ftp.c
  111. # End Source File
  112. # Begin Source File
  113. SOURCE=.\getdate.c
  114. # End Source File
  115. # Begin Source File
  116. SOURCE=.\getenv.c
  117. # End Source File
  118. # Begin Source File
  119. SOURCE=.\getinfo.c
  120. # End Source File
  121. # Begin Source File
  122. SOURCE=.\hash.c
  123. # End Source File
  124. # Begin Source File
  125. SOURCE=.\hostip.c
  126. # End Source File
  127. # Begin Source File
  128. SOURCE=.\http.c
  129. # End Source File
  130. # Begin Source File
  131. SOURCE=.\http_chunks.c
  132. # End Source File
  133. # Begin Source File
  134. SOURCE=.\if2ip.c
  135. # End Source File
  136. # Begin Source File
  137. SOURCE=.\krb4.c
  138. # End Source File
  139. # Begin Source File
  140. SOURCE=.\ldap.c
  141. # End Source File
  142. # Begin Source File
  143. SOURCE=.\libcurl.def
  144. # End Source File
  145. # Begin Source File
  146. SOURCE=.\llist.c
  147. # End Source File
  148. # Begin Source File
  149. SOURCE=.\memdebug.c
  150. # End Source File
  151. # Begin Source File
  152. SOURCE=.\mprintf.c
  153. # End Source File
  154. # Begin Source File
  155. SOURCE=.\multi.c
  156. # End Source File
  157. # Begin Source File
  158. SOURCE=.\netrc.c
  159. # End Source File
  160. # Begin Source File
  161. SOURCE=.\progress.c
  162. # End Source File
  163. # Begin Source File
  164. SOURCE=.\security.c
  165. # End Source File
  166. # Begin Source File
  167. SOURCE=.\sendf.c
  168. # End Source File
  169. # Begin Source File
  170. SOURCE=.\speedcheck.c
  171. # End Source File
  172. # Begin Source File
  173. SOURCE=.\ssluse.c
  174. # End Source File
  175. # Begin Source File
  176. SOURCE=.\strequal.c
  177. # End Source File
  178. # Begin Source File
  179. SOURCE=.\strtok.c
  180. # End Source File
  181. # Begin Source File
  182. SOURCE=.\telnet.c
  183. # End Source File
  184. # Begin Source File
  185. SOURCE=.\timeval.c
  186. # End Source File
  187. # Begin Source File
  188. SOURCE=.\transfer.c
  189. # End Source File
  190. # Begin Source File
  191. SOURCE=.\url.c
  192. # End Source File
  193. # Begin Source File
  194. SOURCE=.\share.c
  195. # End Source File
  196. # Begin Source File
  197. SOURCE=.\version.c
  198. # End Source File
  199. # End Group
  200. # Begin Group "Header Files"
  201. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  202. # Begin Source File
  203. SOURCE=.\arpa_telnet.h
  204. # End Source File
  205. # Begin Source File
  206. SOURCE=.\base64.h
  207. # End Source File
  208. # Begin Source File
  209. SOURCE=.\connect.h
  210. # End Source File
  211. # Begin Source File
  212. SOURCE=.\cookie.h
  213. # End Source File
  214. # Begin Source File
  215. SOURCE=.\dict.h
  216. # End Source File
  217. # Begin Source File
  218. SOURCE=.\escape.h
  219. # End Source File
  220. # Begin Source File
  221. SOURCE=.\file.h
  222. # End Source File
  223. # Begin Source File
  224. SOURCE=.\formdata.h
  225. # End Source File
  226. # Begin Source File
  227. SOURCE=.\ftp.h
  228. # End Source File
  229. # Begin Source File
  230. SOURCE=.\getdate.h
  231. # End Source File
  232. # Begin Source File
  233. SOURCE=.\getenv.h
  234. # End Source File
  235. # Begin Source File
  236. SOURCE=.\hostip.h
  237. # End Source File
  238. # Begin Source File
  239. SOURCE=.\http.h
  240. # End Source File
  241. # Begin Source File
  242. SOURCE=.\http_chunks.h
  243. # End Source File
  244. # Begin Source File
  245. SOURCE=.\if2ip.h
  246. # End Source File
  247. # Begin Source File
  248. SOURCE=.\inet_ntoa_r.h
  249. # End Source File
  250. # Begin Source File
  251. SOURCE=.\krb4.h
  252. # End Source File
  253. # Begin Source File
  254. SOURCE=.\ldap.h
  255. # End Source File
  256. # Begin Source File
  257. SOURCE=.\memdebug.h
  258. # End Source File
  259. # Begin Source File
  260. SOURCE=.\netrc.h
  261. # End Source File
  262. # Begin Source File
  263. SOURCE=.\progress.h
  264. # End Source File
  265. # Begin Source File
  266. SOURCE=.\security.h
  267. # End Source File
  268. # Begin Source File
  269. SOURCE=.\sendf.h
  270. # End Source File
  271. # Begin Source File
  272. SOURCE=.\setup.h
  273. # End Source File
  274. # Begin Source File
  275. SOURCE=.\speedcheck.h
  276. # End Source File
  277. # Begin Source File
  278. SOURCE=.\ssluse.h
  279. # End Source File
  280. # Begin Source File
  281. SOURCE=.\strequal.h
  282. # End Source File
  283. # Begin Source File
  284. SOURCE=.\strtok.h
  285. # End Source File
  286. # Begin Source File
  287. SOURCE=.\telnet.h
  288. # End Source File
  289. # Begin Source File
  290. SOURCE=.\timeval.h
  291. # End Source File
  292. # Begin Source File
  293. SOURCE=.\transfer.h
  294. # End Source File
  295. # Begin Source File
  296. SOURCE=.\url.h
  297. # End Source File
  298. # Begin Source File
  299. SOURCE=.\urldata.h
  300. # End Source File
  301. # Begin Source File
  302. SOURCE=.\http_digest.c
  303. # End Source File
  304. # Begin Source File
  305. SOURCE=.\http_ntlm.c
  306. # End Source File
  307. # Begin Source File
  308. SOURCE=.\http_ntlm.h
  309. # End Source File
  310. # Begin Source File
  311. SOURCE=.\inet_pton.c
  312. # End Source File
  313. # Begin Source File
  314. SOURCE=.\inet_pton.h
  315. # End Source File
  316. # Begin Source File
  317. SOURCE=.\md5.c
  318. # End Source File
  319. # Begin Source File
  320. SOURCE=.\http_digest.h
  321. # End Source File
  322. # Begin Source File
  323. SOURCE=.\md5.h
  324. # End Source File
  325. # End Group
  326. # Begin Group "Resource Files"
  327. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  328. # End Group
  329. # End Target
  330. # End Project