libmysql.dsp
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:12k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="libmysql" - 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=libmysql - 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 "libmysql.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 "libmysql.mak" CFG="libmysql - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "libmysql - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "libmysql - 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=xicl6.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF  "$(CFG)" == "libmysql - 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" /YX /FD /c
  41. # ADD CPP /nologo /G6 /MT /W3 /O2 /I "." /I "..include" /I "../zlib" /D "DBUG_OFF" /D "_WINDOWS" /D "USE_TLS" /D "NDEBUG" /D "MYSQL_CLIENT" /FD /c
  42. # SUBTRACT CPP /YX
  43. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  44. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /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=xilink6.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 /subsystem:windows /dll /machine:I386
  52. # ADD LINK32 wsock32.lib 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 /subsystem:windows /dll /machine:I386 /def:"libmysql.def" /out:"..lib_releaselibmysql.dll" /libpath:"." /libpath:"..lib_release"
  53. # SUBTRACT LINK32 /pdb:none
  54. # Begin Special Build Tool
  55. SOURCE="$(InputPath)"
  56. PostBuild_Desc=Move DLL export lib
  57. PostBuild_Cmds=xcopy releaselibmysql.lib ..lib_release /y
  58. # End Special Build Tool
  59. !ELSEIF  "$(CFG)" == "libmysql - Win32 Debug"
  60. # PROP BASE Use_MFC 0
  61. # PROP BASE Use_Debug_Libraries 1
  62. # PROP BASE Output_Dir "Debug"
  63. # PROP BASE Intermediate_Dir "Debug"
  64. # PROP BASE Target_Dir ""
  65. # PROP Use_MFC 0
  66. # PROP Use_Debug_Libraries 1
  67. # PROP Output_Dir "debug"
  68. # PROP Intermediate_Dir "debug"
  69. # PROP Ignore_Export_Lib 0
  70. # PROP Target_Dir ""
  71. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
  72. # ADD CPP /nologo /G6 /MTd /W3 /Z7 /Od /I "." /I "..include" /I "../zlib" /D "_DEBUG" /D "_WINDOWS" /D "SAFE_MUTEX" /D "USE_TLS" /D "MYSQL_CLIENT" /FD /c
  73. # SUBTRACT CPP /YX
  74. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  75. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  76. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  77. # ADD RSC /l 0x409 /d "_DEBUG"
  78. BSC32=bscmake.exe
  79. # ADD BASE BSC32 /nologo
  80. # ADD BSC32 /nologo
  81. LINK32=xilink6.exe
  82. # 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 /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  83. # ADD LINK32 zlib.lib wsock32.lib 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 /subsystem:windows /dll /incremental:no /map /debug /machine:I386 /def:"libmysql.def" /out:"..lib_debuglibmysql.dll" /pdbtype:sept /libpath:"." /libpath:"..lib_debug"
  84. # SUBTRACT LINK32 /pdb:none
  85. # Begin Special Build Tool
  86. SOURCE="$(InputPath)"
  87. PostBuild_Desc=Move DLL export lib
  88. PostBuild_Cmds=xcopy ..lib_debuglibmysql.dll %windir%system32 /y xcopy     debuglibmysql.lib ..lib_debug /y
  89. # End Special Build Tool
  90. !ENDIF
  91. # Begin Target
  92. # Name "libmysql - Win32 Release"
  93. # Name "libmysql - Win32 Debug"
  94. # Begin Source File
  95. SOURCE=..mysysarray.c
  96. # End Source File
  97. # Begin Source File
  98. SOURCE=..stringsbchange.c
  99. # End Source File
  100. # Begin Source File
  101. SOURCE=..stringsbmove.c
  102. # End Source File
  103. # Begin Source File
  104. SOURCE=..stringsbmove_upp.c
  105. # End Source File
  106. # Begin Source File
  107. SOURCE="..mysyscharset-def.c"
  108. # End Source File
  109. # Begin Source File
  110. SOURCE=..mysyscharset.c
  111. # End Source File
  112. # Begin Source File
  113. SOURCE=.client.c
  114. # End Source File
  115. # Begin Source File
  116. SOURCE="..stringsctype-big5.c"
  117. # End Source File
  118. # Begin Source File
  119. SOURCE="..stringsctype-bin.c"
  120. # End Source File
  121. # Begin Source File
  122. SOURCE="..stringsctype-czech.c"
  123. # End Source File
  124. # Begin Source File
  125. SOURCE="..stringsctype-cp932.c"
  126. # End Source File
  127. # Begin Source File
  128. SOURCE="..stringsctype-euc_kr.c"
  129. # End Source File
  130. # Begin Source File
  131. SOURCE="..stringsctype-extra.c"
  132. # End Source File
  133. # Begin Source File
  134. SOURCE="..stringsctype-gb2312.c"
  135. # End Source File
  136. # Begin Source File
  137. SOURCE="..stringsctype-gbk.c"
  138. # End Source File
  139. # Begin Source File
  140. SOURCE="..stringsctype-latin1.c"
  141. # End Source File
  142. # Begin Source File
  143. SOURCE="..stringsctype-mb.c"
  144. # End Source File
  145. # Begin Source File
  146. SOURCE="..stringsctype-simple.c"
  147. # End Source File
  148. # Begin Source File
  149. SOURCE="..stringsctype-sjis.c"
  150. # End Source File
  151. # Begin Source File
  152. SOURCE="..stringsctype-tis620.c"
  153. # End Source File
  154. # Begin Source File
  155. SOURCE="..stringsctype-uca.c"
  156. # End Source File
  157. # Begin Source File
  158. SOURCE="..stringsctype-ucs2.c"
  159. # End Source File
  160. # Begin Source File
  161. SOURCE="..stringsctype-ujis.c"
  162. # End Source File
  163. # Begin Source File
  164. SOURCE="..stringsctype-utf8.c"
  165. # End Source File
  166. # Begin Source File
  167. SOURCE="..stringsctype-win1250ch.c"
  168. # End Source File
  169. # Begin Source File
  170. SOURCE=..stringsctype.c
  171. # End Source File
  172. # Begin Source File
  173. SOURCE=..dbugdbug.c
  174. # End Source File
  175. # Begin Source File
  176. SOURCE=..mysysdefault.c
  177. # End Source File
  178. # Begin Source File
  179. SOURCE=.dll.c
  180. # End Source File
  181. # Begin Source File
  182. SOURCE=.errmsg.c
  183. # End Source File
  184. # Begin Source File
  185. SOURCE=..mysyserrors.c
  186. # End Source File
  187. # Begin Source File
  188. SOURCE=.get_password.c
  189. # End Source File
  190. # Begin Source File
  191. SOURCE=..stringsint2str.c
  192. # End Source File
  193. # Begin Source File
  194. SOURCE=..stringsis_prefix.c
  195. # End Source File
  196. # Begin Source File
  197. SOURCE=.libmysql.c
  198. # End Source File
  199. # Begin Source File
  200. SOURCE=.Libmysql.def
  201. # End Source File
  202. # Begin Source File
  203. SOURCE=..mysyslist.c
  204. # End Source File
  205. # Begin Source File
  206. SOURCE=..stringsllstr.c
  207. # End Source File
  208. # Begin Source File
  209. SOURCE=..stringslonglong2str.c
  210. # End Source File
  211. # Begin Source File
  212. SOURCE=..mysysmf_dirname.c
  213. # End Source File
  214. # Begin Source File
  215. SOURCE=..mysysmf_fn_ext.c
  216. # End Source File
  217. # Begin Source File
  218. SOURCE=..mysysmf_format.c
  219. # End Source File
  220. # Begin Source File
  221. SOURCE=..mysysmf_loadpath.c
  222. # End Source File
  223. # Begin Source File
  224. SOURCE=..mysysmf_pack.c
  225. # End Source File
  226. # Begin Source File
  227. SOURCE=..mysysmf_path.c
  228. # End Source File
  229. # Begin Source File
  230. SOURCE=..mysysmf_unixpath.c
  231. # End Source File
  232. # Begin Source File
  233. SOURCE=..mysysmf_wcomp.c
  234. # End Source File
  235. # Begin Source File
  236. SOURCE=..mysysmulalloc.c
  237. # End Source File
  238. # Begin Source File
  239. SOURCE=..mysysmy_access.c
  240. # End Source File
  241. # Begin Source File
  242. SOURCE=..mysysmy_alloc.c
  243. # End Source File
  244. # Begin Source File
  245. SOURCE=..mysysmy_compress.c
  246. # End Source File
  247. # Begin Source File
  248. SOURCE=..mysysmy_create.c
  249. # End Source File
  250. # Begin Source File
  251. SOURCE=..mysysmy_delete.c
  252. # End Source File
  253. # Begin Source File
  254. SOURCE=..mysysmy_div.c
  255. # End Source File
  256. # Begin Source File
  257. SOURCE=..mysysmy_error.c
  258. # End Source File
  259. # Begin Source File
  260. SOURCE=..mysysmy_fopen.c
  261. # End Source File
  262. # Begin Source File
  263. SOURCE=..mysysmy_fstream.c
  264. # End Source File
  265. # Begin Source File
  266. SOURCE=..mysysmy_gethostbyname.c
  267. # End Source File
  268. # Begin Source File
  269. SOURCE=..mysysmy_getopt.c
  270. # End Source File
  271. # Begin Source File
  272. SOURCE=..mysysmy_getwd.c
  273. # End Source File
  274. # Begin Source File
  275. SOURCE=..mysysmy_init.c
  276. # End Source File
  277. # Begin Source File
  278. SOURCE=..mysysmy_lib.c
  279. # End Source File
  280. # Begin Source File
  281. SOURCE=..mysysmy_malloc.c
  282. # End Source File
  283. # Begin Source File
  284. SOURCE=..mysysmy_messnc.c
  285. # End Source File
  286. # Begin Source File
  287. SOURCE=..mysysmy_net.c
  288. # End Source File
  289. # Begin Source File
  290. SOURCE=..mysysmy_once.c
  291. # End Source File
  292. # Begin Source File
  293. SOURCE=..mysysmy_open.c
  294. # End Source File
  295. # Begin Source File
  296. SOURCE=..mysysmy_pthread.c
  297. # End Source File
  298. # Begin Source File
  299. SOURCE=..mysysmy_read.c
  300. # End Source File
  301. # Begin Source File
  302. SOURCE=..mysysmy_realloc.c
  303. # End Source File
  304. # Begin Source File
  305. SOURCE=..mysysmy_rename.c
  306. # End Source File
  307. # Begin Source File
  308. SOURCE=..mysysmy_static.c
  309. # End Source File
  310. # Begin Source File
  311. SOURCE=..stringsmy_strtoll10.c
  312. # End Source File
  313. # Begin Source File
  314. SOURCE=..mysysmy_symlink.c
  315. # End Source File
  316. # Begin Source File
  317. SOURCE=..mysysmy_symlink2.c
  318. # End Source File
  319. # Begin Source File
  320. SOURCE=..mysysmy_tempnam.c
  321. # End Source File
  322. # Begin Source File
  323. SOURCE=..mysysmy_thr_init.c
  324. # End Source File
  325. # Begin Source File
  326. SOURCE=..stringsmy_vsnprintf.c
  327. # End Source File
  328. # Begin Source File
  329. SOURCE=..mysysmy_wincond.c
  330. # End Source File
  331. # Begin Source File
  332. SOURCE=..mysysmy_winthread.c
  333. # End Source File
  334. # Begin Source File
  335. SOURCE=..mysysmy_write.c
  336. # End Source File
  337. # Begin Source File
  338. SOURCE=..clientmysys_priv.h
  339. # End Source File
  340. # Begin Source File
  341. SOURCE=..sqlnet_serv.cpp
  342. # End Source File
  343. # Begin Source File
  344. SOURCE=.pack.c
  345. # End Source File
  346. # Begin Source File
  347. SOURCE=.my_time.c
  348. # End Source File
  349. # Begin Source File
  350. SOURCE=.password.c
  351. # End Source File
  352. # Begin Source File
  353. SOURCE=..mysyssafemalloc.c
  354. # End Source File
  355. # Begin Source File
  356. SOURCE=..mysyssha1.c
  357. # End Source File
  358. # Begin Source File
  359. SOURCE=..clientsql_string.cpp
  360. # End Source File
  361. # Begin Source File
  362. SOURCE=..clientsql_string.h
  363. # End Source File
  364. # Begin Source File
  365. SOURCE=..stringsstr2int.c
  366. # End Source File
  367. # Begin Source File
  368. SOURCE=..stringsstrcend.c
  369. # End Source File
  370. # Begin Source File
  371. SOURCE=..stringsstrcont.c
  372. # End Source File
  373. # Begin Source File
  374. SOURCE=..stringsstrend.c
  375. # End Source File
  376. # Begin Source File
  377. SOURCE=..stringsstrfill.c
  378. # End Source File
  379. # Begin Source File
  380. SOURCE=..mysysstring.c
  381. # End Source File
  382. # Begin Source File
  383. SOURCE=..stringsstrinstr.c
  384. # End Source File
  385. # Begin Source File
  386. SOURCE=..stringsstrmake.c
  387. # End Source File
  388. # Begin Source File
  389. SOURCE=..stringsstrmov.c
  390. # End Source File
  391. # Begin Source File
  392. SOURCE=..stringsstrnlen.c
  393. # End Source File
  394. # Begin Source File
  395. SOURCE=..stringsstrnmov.c
  396. # End Source File
  397. # Begin Source File
  398. SOURCE=..stringsstrtod.c
  399. # End Source File
  400. # Begin Source File
  401. SOURCE=..stringsstrtoll.c
  402. # End Source File
  403. # Begin Source File
  404. SOURCE=..stringsstrxmov.c
  405. # End Source File
  406. # Begin Source File
  407. SOURCE=..stringsstrxnmov.c
  408. # End Source File
  409. # Begin Source File
  410. SOURCE=..mysysthr_mutex.c
  411. # End Source File
  412. # Begin Source File
  413. SOURCE=..mysystypelib.c
  414. # End Source File
  415. # Begin Source File
  416. SOURCE=..viovio.c
  417. # End Source File
  418. # Begin Source File
  419. SOURCE=..vioviosocket.c
  420. # End Source File
  421. # Begin Source File
  422. SOURCE=..vioviossl.c
  423. # End Source File
  424. # Begin Source File
  425. SOURCE=..vioviosslfactories.c
  426. # End Source File
  427. # Begin Source File
  428. SOURCE=..stringsxml.c
  429. # End Source File
  430. # End Target
  431. # End Project