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