libsnmp_dll.dsp
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:11k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. # Microsoft Developer Studio Project File - Name="libsnmp_dll" - 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=libsnmp_dll - 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 "libsnmp_dll.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 "libsnmp_dll.mak" CFG="libsnmp_dll - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "libsnmp_dll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "libsnmp_dll - 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)" == "libsnmp_dll - 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 "../lib/release"
  37. # PROP Intermediate_Dir "Release"
  38. # PROP Ignore_Export_Lib 0
  39. # PROP Target_Dir ""
  40. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "NETSNMP_DLL" /YX /FD /c
  41. # ADD CPP /nologo /MD /W3 /GX /O2 /I "." /I ".." /I "....snmplib" /I "...." /I "....include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "NETSNMP_DLL" /YX /FD /c
  42. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  43. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  44. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  45. # ADD RSC /l 0x409 /d "NDEBUG"
  46. BSC32=bscmake.exe
  47. # ADD BASE BSC32 /nologo
  48. # ADD BSC32 /nologo
  49. LINK32=link.exe
  50. # ADD BASE LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:console /dll /machine:I386
  51. # ADD LINK32 advapi32.lib ws2_32.lib kernel32.lib user32.lib /nologo /subsystem:console /dll /pdb:none /machine:I386 /def:".libsnmp.def" /out:"../bin/release/netsnmp.dll"
  52. !ELSEIF  "$(CFG)" == "libsnmp_dll - Win32 Debug"
  53. # PROP BASE Use_MFC 0
  54. # PROP BASE Use_Debug_Libraries 1
  55. # PROP BASE Output_Dir "Debug"
  56. # PROP BASE Intermediate_Dir "Debug"
  57. # PROP BASE Target_Dir ""
  58. # PROP Use_MFC 0
  59. # PROP Use_Debug_Libraries 1
  60. # PROP Output_Dir "../lib/debug"
  61. # PROP Intermediate_Dir "Debug"
  62. # PROP Ignore_Export_Lib 0
  63. # PROP Target_Dir ""
  64. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "NETSNMP_DLL" /YX /FD /c
  65. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "." /I ".." /I "....snmplib" /I "...." /I "....include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "NETSNMP_DLL" /YX /FD /c
  66. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  67. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  68. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  69. # ADD RSC /l 0x409 /d "_DEBUG"
  70. BSC32=bscmake.exe
  71. # ADD BASE BSC32 /nologo
  72. # ADD BSC32 /nologo
  73. LINK32=link.exe
  74. # ADD BASE LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:console /dll /debug /machine:I386 /pdbtype:sept
  75. # ADD LINK32 advapi32.lib ws2_32.lib kernel32.lib user32.lib /nologo /subsystem:console /dll /incremental:no /debug /machine:I386 /def:".libsnmp.def" /out:"../bin/debug/netsnmp.dll"
  76. !ENDIF 
  77. # Begin Target
  78. # Name "libsnmp_dll - Win32 Release"
  79. # Name "libsnmp_dll - Win32 Debug"
  80. # Begin Group "Source Files"
  81. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  82. # Begin Source File
  83. SOURCE=....snmplibasn1.c
  84. # End Source File
  85. # Begin Source File
  86. SOURCE=....snmplibcallback.c
  87. # End Source File
  88. # Begin Source File
  89. SOURCE=....snmplibcheck_varbind.c
  90. # End Source File
  91. # Begin Source File
  92. SOURCE=....snmplibcmu_compat.c
  93. # End Source File
  94. # Begin Source File
  95. SOURCE=....snmplibcontainer.c
  96. # End Source File
  97. # Begin Source File
  98. SOURCE=....snmplibcontainer_binary_array.c
  99. # End Source File
  100. # Begin Source File
  101. SOURCE=....snmplibcontainer_iterator.c
  102. # End Source File
  103. # Begin Source File
  104. SOURCE=....snmplibcontainer_list_ssll.c
  105. # End Source File
  106. # Begin Source File
  107. SOURCE=....snmplibcontainer_null.c
  108. # End Source File
  109. # Begin Source File
  110. SOURCE=....snmplibdata_list.c
  111. # End Source File
  112. # Begin Source File
  113. SOURCE=....snmplibdefault_store.c
  114. # End Source File
  115. # Begin Source File
  116. SOURCE=....snmplibgetopt.c
  117. # End Source File
  118. # Begin Source File
  119. SOURCE=....snmplibinet_ntop.c
  120. # End Source File
  121. # Begin Source File
  122. SOURCE=....snmplibinet_pton.c
  123. # End Source File
  124. # Begin Source File
  125. SOURCE=....snmplibint64.c
  126. # End Source File
  127. # Begin Source File
  128. SOURCE=....snmplibkeytools.c
  129. # End Source File
  130. # Begin Source File
  131. SOURCE=....snmpliblcd_time.c
  132. # End Source File
  133. # Begin Source File
  134. SOURCE=....snmplibmd5.c
  135. # End Source File
  136. # Begin Source File
  137. SOURCE=....snmplibmib.c
  138. # End Source File
  139. # Begin Source File
  140. SOURCE=....snmplibmt_support.c
  141. # End Source File
  142. # Begin Source File
  143. SOURCE=....snmpliboid_stash.c
  144. # End Source File
  145. # Begin Source File
  146. SOURCE=....snmplibparse.c
  147. # End Source File
  148. # Begin Source File
  149. SOURCE=....snmplibread_config.c
  150. # End Source File
  151. # Begin Source File
  152. SOURCE=....snmplibscapi.c
  153. # End Source File
  154. # Begin Source File
  155. SOURCE="....snmplibsnmp-tc.c"
  156. # End Source File
  157. # Begin Source File
  158. SOURCE=....snmplibsnmp.c
  159. # End Source File
  160. # Begin Source File
  161. SOURCE=....snmplibsnmp_alarm.c
  162. # End Source File
  163. # Begin Source File
  164. SOURCE=....snmplibsnmp_api.c
  165. # End Source File
  166. # Begin Source File
  167. SOURCE=....snmplibsnmp_auth.c
  168. # End Source File
  169. # Begin Source File
  170. SOURCE=....snmplibsnmp_client.c
  171. # End Source File
  172. # Begin Source File
  173. SOURCE=....snmplibsnmp_debug.c
  174. # End Source File
  175. # Begin Source File
  176. SOURCE=....snmplibsnmp_enum.c
  177. # End Source File
  178. # Begin Source File
  179. SOURCE=....snmplibsnmp_logging.c
  180. # End Source File
  181. # Begin Source File
  182. SOURCE=....snmplibsnmp_parse_args.c
  183. # End Source File
  184. # Begin Source File
  185. SOURCE=....snmplibsnmp_secmod.c
  186. # End Source File
  187. # Begin Source File
  188. SOURCE=....snmplibsnmp_transport.c
  189. # End Source File
  190. # Begin Source File
  191. SOURCE=....snmplibsnmp_version.c
  192. # End Source File
  193. # Begin Source File
  194. SOURCE=....snmplibsnmpCallbackDomain.c
  195. # End Source File
  196. # Begin Source File
  197. SOURCE=....snmplibsnmpTCPDomain.c
  198. # End Source File
  199. # Begin Source File
  200. SOURCE=....snmplibsnmpTCPIPv6Domain.c
  201. # End Source File
  202. # Begin Source File
  203. SOURCE=....snmplibsnmpUDPDomain.c
  204. # End Source File
  205. # Begin Source File
  206. SOURCE=....snmplibsnmpUDPIPv6Domain.c
  207. # End Source File
  208. # Begin Source File
  209. SOURCE=....snmplibsnmpusm.c
  210. # End Source File
  211. # Begin Source File
  212. SOURCE=....snmplibsnmpv3.c
  213. # End Source File
  214. # Begin Source File
  215. SOURCE=....snmplibstrlcpy.c
  216. # End Source File
  217. # Begin Source File
  218. SOURCE=....snmplibsystem.c
  219. # End Source File
  220. # Begin Source File
  221. SOURCE=....snmplibtools.c
  222. # End Source File
  223. # Begin Source File
  224. SOURCE=....snmplibstrtok_r.c
  225. # End Source File
  226. # Begin Source File
  227. SOURCE=....snmplibucd_compat.c
  228. # End Source File
  229. # Begin Source File
  230. SOURCE=....snmplibvacm.c
  231. # End Source File
  232. # Begin Source File
  233. SOURCE=....snmplibwinpipe.c
  234. # End Source File
  235. # End Group
  236. # Begin Group "Header Files"
  237. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  238. # Begin Source File
  239. SOURCE="....includenet-snmplibraryasn1.h"
  240. # End Source File
  241. # Begin Source File
  242. SOURCE="....includenet-snmplibrarycallback.h"
  243. # End Source File
  244. # Begin Source File
  245. SOURCE="....includenet-snmplibrarycheck_varbind.h"
  246. # End Source File
  247. # Begin Source File
  248. SOURCE="....includenet-snmplibrarycmu_compat.h"
  249. # End Source File
  250. # Begin Source File
  251. SOURCE="....includenet-snmplibrarycontainer.h"
  252. # End Source File
  253. # Begin Source File
  254. SOURCE="....includenet-snmplibrarydata_list.h"
  255. # End Source File
  256. # Begin Source File
  257. SOURCE="....includenet-snmplibrarydefault_store.h"
  258. # End Source File
  259. # Begin Source File
  260. SOURCE="....includenet-snmplibrarygetopt.h"
  261. # End Source File
  262. # Begin Source File
  263. SOURCE="....includenet-snmplibraryint64.h"
  264. # End Source File
  265. # Begin Source File
  266. SOURCE="....includenet-snmplibrarykeytools.h"
  267. # End Source File
  268. # Begin Source File
  269. SOURCE="....includenet-snmplibrarylcd_time.h"
  270. # End Source File
  271. # Begin Source File
  272. SOURCE="....includenet-snmplibrarymd5.h"
  273. # End Source File
  274. # Begin Source File
  275. SOURCE="....includenet-snmplibrarymib.h"
  276. # End Source File
  277. # Begin Source File
  278. SOURCE="....includenet-snmplibrarymt_support.h"
  279. # End Source File
  280. # Begin Source File
  281. SOURCE="....includenet-snmplibraryoid_stash.h"
  282. # End Source File
  283. # Begin Source File
  284. SOURCE="....includenet-snmplibraryparse.h"
  285. # End Source File
  286. # Begin Source File
  287. SOURCE="....includenet-snmplibraryread_config.h"
  288. # End Source File
  289. # Begin Source File
  290. SOURCE="....includenet-snmplibraryscapi.h"
  291. # End Source File
  292. # Begin Source File
  293. SOURCE="....includenet-snmplibrarysnmp-tc.h"
  294. # End Source File
  295. # Begin Source File
  296. SOURCE="....includenet-snmplibrarysnmp_alarm.h"
  297. # End Source File
  298. # Begin Source File
  299. SOURCE="....includenet-snmplibrarysnmp_api.h"
  300. # End Source File
  301. # Begin Source File
  302. SOURCE="....includenet-snmplibrarysnmp_client.h"
  303. # End Source File
  304. # Begin Source File
  305. SOURCE="....includenet-snmplibrarysnmp_debug.h"
  306. # End Source File
  307. # Begin Source File
  308. SOURCE="....includenet-snmplibrarysnmp_enum.h"
  309. # End Source File
  310. # Begin Source File
  311. SOURCE="....includenet-snmplibrarysnmp_logging.h"
  312. # End Source File
  313. # Begin Source File
  314. SOURCE="....includenet-snmplibrarysnmp_parse_args.h"
  315. # End Source File
  316. # Begin Source File
  317. SOURCE="....includenet-snmplibrarysnmp_secmod.h"
  318. # End Source File
  319. # Begin Source File
  320. SOURCE="....includenet-snmplibrarysnmp_transport.h"
  321. # End Source File
  322. # Begin Source File
  323. SOURCE="....includenet-snmplibrarysnmpCallbackDomain.h"
  324. # End Source File
  325. # Begin Source File
  326. SOURCE="....includenet-snmplibrarysnmpTCPDomain.h"
  327. # End Source File
  328. # Begin Source File
  329. SOURCE="....includenet-snmplibrarysnmpUDPDomain.h"
  330. # End Source File
  331. # Begin Source File
  332. SOURCE="....includenet-snmplibrarysnmpusm.h"
  333. # End Source File
  334. # Begin Source File
  335. SOURCE="....includenet-snmplibrarysnmpv3.h"
  336. # End Source File
  337. # Begin Source File
  338. SOURCE="....includenet-snmplibrarysystem.h"
  339. # End Source File
  340. # Begin Source File
  341. SOURCE="....includenet-snmplibrarytools.h"
  342. # End Source File
  343. # Begin Source File
  344. SOURCE="....includenet-snmplibrarystrtok_r.h"
  345. # End Source File
  346. # Begin Source File
  347. SOURCE="....includenet-snmplibraryucd_compat.h"
  348. # End Source File
  349. # Begin Source File
  350. SOURCE="....includenet-snmplibraryvacm.h"
  351. # End Source File
  352. # End Group
  353. # End Target
  354. # End Project