home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 January / Chip_2001-01_cd1.bin / tema / mysql / mysql-3.23.28g-win-source.exe / libmysql / libmySQL.dsp < prev    next >
Text File  |  2000-09-20  |  10KB  |  438 lines

  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.  
  5. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  6.  
  7. CFG=libmySQL - Win32 Debug
  8. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  9. !MESSAGE use the Export Makefile command and run
  10. !MESSAGE 
  11. !MESSAGE NMAKE /f "libmySQL.mak".
  12. !MESSAGE 
  13. !MESSAGE You can specify a configuration when running NMAKE
  14. !MESSAGE by defining the macro CFG on the command line. For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "libmySQL.mak" CFG="libmySQL - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "libmySQL - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "libmySQL - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  22. !MESSAGE 
  23.  
  24. # Begin Project
  25. # PROP AllowPerConfigDependencies 0
  26. # PROP Scc_ProjName ""
  27. # PROP Scc_LocalPath ""
  28. CPP=cl.exe
  29. MTL=midl.exe
  30. RSC=rc.exe
  31.  
  32. !IF  "$(CFG)" == "libmySQL - Win32 Release"
  33.  
  34. # PROP BASE Use_MFC 0
  35. # PROP BASE Use_Debug_Libraries 0
  36. # PROP BASE Output_Dir "Release"
  37. # PROP BASE Intermediate_Dir "Release"
  38. # PROP BASE Target_Dir ""
  39. # PROP Use_MFC 0
  40. # PROP Use_Debug_Libraries 0
  41. # PROP Output_Dir "release"
  42. # PROP Intermediate_Dir "release"
  43. # PROP Ignore_Export_Lib 0
  44. # PROP Target_Dir ""
  45. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
  46. # ADD CPP /nologo /G6 /MT /W3 /O2 /I "." /I "..\include" /D "NDEBUG" /D "DBUG_OFF" /D "_WINDOWS" /D "USE_TLS" /FD /c
  47. # SUBTRACT CPP /YX
  48. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  49. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  50. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  51. # ADD RSC /l 0x409 /d "NDEBUG"
  52. BSC32=bscmake.exe
  53. # ADD BASE BSC32 /nologo
  54. # ADD BSC32 /nologo
  55. LINK32=link.exe
  56. # 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
  57. # 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_release/libmySQL.dll" /libpath:"." /libpath:"..\lib_release"
  58. # SUBTRACT LINK32 /pdb:none
  59. # Begin Special Build Tool
  60. SOURCE="$(InputPath)"
  61. PostBuild_Desc=Move DLL export lib
  62. PostBuild_Cmds=xcopy release\libmysql.lib ..\lib_release /v
  63. # End Special Build Tool
  64.  
  65. !ELSEIF  "$(CFG)" == "libmySQL - Win32 Debug"
  66.  
  67. # PROP BASE Use_MFC 0
  68. # PROP BASE Use_Debug_Libraries 1
  69. # PROP BASE Output_Dir "Debug"
  70. # PROP BASE Intermediate_Dir "Debug"
  71. # PROP BASE Target_Dir ""
  72. # PROP Use_MFC 0
  73. # PROP Use_Debug_Libraries 1
  74. # PROP Output_Dir "debug"
  75. # PROP Intermediate_Dir "debug"
  76. # PROP Ignore_Export_Lib 0
  77. # PROP Target_Dir ""
  78. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
  79. # ADD CPP /nologo /G6 /MTd /W3 /Gm /ZI /Od /I "." /I "..\include" /D "_DEBUG" /D "_WINDOWS" /D "SAFE_MUTEX" /D "USE_TLS" /FD /c
  80. # SUBTRACT CPP /YX
  81. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  82. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  83. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  84. # ADD RSC /l 0x409 /d "_DEBUG"
  85. BSC32=bscmake.exe
  86. # ADD BASE BSC32 /nologo
  87. # ADD BSC32 /nologo
  88. LINK32=link.exe
  89. # 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
  90. # 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_debug/libmySQL.dll" /pdbtype:sept /libpath:"." /libpath:"..\lib_debug"
  91. # SUBTRACT LINK32 /pdb:none
  92. # Begin Special Build Tool
  93. SOURCE="$(InputPath)"
  94. PostBuild_Desc=Move DLL export lib
  95. PostBuild_Cmds=xcopy ..\lib_debug\libmysql.dll C:\winnt\system32\ /v     xcopy     debug\libmysql.lib ..\lib_debug\ /v
  96. # End Special Build Tool
  97.  
  98. !ENDIF 
  99.  
  100. # Begin Target
  101.  
  102. # Name "libmySQL - Win32 Release"
  103. # Name "libmySQL - Win32 Debug"
  104. # Begin Source File
  105.  
  106. SOURCE=..\mysys\array.c
  107. # End Source File
  108. # Begin Source File
  109.  
  110. SOURCE=..\strings\bchange.c
  111. # End Source File
  112. # Begin Source File
  113.  
  114. SOURCE=..\strings\bmove.c
  115. # End Source File
  116. # Begin Source File
  117.  
  118. SOURCE=..\strings\bmove_upp.c
  119. # End Source File
  120. # Begin Source File
  121.  
  122. SOURCE=..\mysys\charset.c
  123. # End Source File
  124. # Begin Source File
  125.  
  126. SOURCE="..\strings\ctype-big5.c"
  127. # End Source File
  128. # Begin Source File
  129.  
  130. SOURCE="..\strings\ctype-czech.c"
  131. # End Source File
  132. # Begin Source File
  133.  
  134. SOURCE="..\strings\ctype-euc_kr.c"
  135. # End Source File
  136. # Begin Source File
  137.  
  138. SOURCE="..\strings\ctype-gb2312.c"
  139. # End Source File
  140. # Begin Source File
  141.  
  142. SOURCE="..\strings\ctype-gbk.c"
  143. # End Source File
  144. # Begin Source File
  145.  
  146. SOURCE="..\strings\ctype-sjis.c"
  147. # End Source File
  148. # Begin Source File
  149.  
  150. SOURCE="..\strings\ctype-tis620.c"
  151. # End Source File
  152. # Begin Source File
  153.  
  154. SOURCE="..\strings\ctype-ujis.c"
  155. # End Source File
  156. # Begin Source File
  157.  
  158. SOURCE=..\strings\ctype.c
  159. # End Source File
  160. # Begin Source File
  161.  
  162. SOURCE=..\dbug\dbug.c
  163. # End Source File
  164. # Begin Source File
  165.  
  166. SOURCE=..\mysys\default.c
  167. # End Source File
  168. # Begin Source File
  169.  
  170. SOURCE=.\dll.c
  171. # End Source File
  172. # Begin Source File
  173.  
  174. SOURCE=.\errmsg.c
  175. # End Source File
  176. # Begin Source File
  177.  
  178. SOURCE=..\mysys\errors.c
  179. # End Source File
  180. # Begin Source File
  181.  
  182. SOURCE=.\get_password.c
  183. # End Source File
  184. # Begin Source File
  185.  
  186. SOURCE=..\strings\int2str.c
  187. # End Source File
  188. # Begin Source File
  189.  
  190. SOURCE=..\strings\is_prefix.c
  191. # End Source File
  192. # Begin Source File
  193.  
  194. SOURCE=.\libmysql.c
  195. # End Source File
  196. # Begin Source File
  197.  
  198. SOURCE=.\Libmysql.def
  199. # End Source File
  200. # Begin Source File
  201.  
  202. SOURCE=..\mysys\list.c
  203. # End Source File
  204. # Begin Source File
  205.  
  206. SOURCE=..\strings\llstr.c
  207. # End Source File
  208. # Begin Source File
  209.  
  210. SOURCE=..\strings\longlong2str.c
  211. # End Source File
  212. # Begin Source File
  213.  
  214. SOURCE=..\mysys\mf_casecnv.c
  215. # End Source File
  216. # Begin Source File
  217.  
  218. SOURCE=..\mysys\mf_dirname.c
  219. # End Source File
  220. # Begin Source File
  221.  
  222. SOURCE=..\mysys\mf_fn_ext.c
  223. # End Source File
  224. # Begin Source File
  225.  
  226. SOURCE=..\mysys\mf_format.c
  227. # End Source File
  228. # Begin Source File
  229.  
  230. SOURCE=..\mysys\mf_loadpath.c
  231. # End Source File
  232. # Begin Source File
  233.  
  234. SOURCE=..\mysys\mf_pack.c
  235. # End Source File
  236. # Begin Source File
  237.  
  238. SOURCE=..\mysys\mf_unixpath.c
  239. # End Source File
  240. # Begin Source File
  241.  
  242. SOURCE=..\mysys\mf_wcomp.c
  243. # End Source File
  244. # Begin Source File
  245.  
  246. SOURCE=..\mysys\mulalloc.c
  247. # End Source File
  248. # Begin Source File
  249.  
  250. SOURCE=..\mysys\my_alloc.c
  251. # End Source File
  252. # Begin Source File
  253.  
  254. SOURCE=..\mysys\my_compress.c
  255. # End Source File
  256. # Begin Source File
  257.  
  258. SOURCE=..\mysys\my_create.c
  259. # End Source File
  260. # Begin Source File
  261.  
  262. SOURCE=..\mysys\my_delete.c
  263. # End Source File
  264. # Begin Source File
  265.  
  266. SOURCE=..\mysys\my_div.c
  267. # End Source File
  268. # Begin Source File
  269.  
  270. SOURCE=..\mysys\my_error.c
  271. # End Source File
  272. # Begin Source File
  273.  
  274. SOURCE=..\mysys\my_fopen.c
  275. # End Source File
  276. # Begin Source File
  277.  
  278. SOURCE=..\mysys\my_fstream.c
  279. # End Source File
  280. # Begin Source File
  281.  
  282. SOURCE=..\mysys\my_getwd.c
  283. # End Source File
  284. # Begin Source File
  285.  
  286. SOURCE=..\mysys\my_init.c
  287. # End Source File
  288. # Begin Source File
  289.  
  290. SOURCE=..\mysys\my_lib.c
  291. # End Source File
  292. # Begin Source File
  293.  
  294. SOURCE=..\mysys\my_malloc.c
  295. # End Source File
  296. # Begin Source File
  297.  
  298. SOURCE=..\mysys\my_messnc.c
  299. # End Source File
  300. # Begin Source File
  301.  
  302. SOURCE=..\mysys\my_net.c
  303. # End Source File
  304. # Begin Source File
  305.  
  306. SOURCE=..\mysys\my_once.c
  307. # End Source File
  308. # Begin Source File
  309.  
  310. SOURCE=..\mysys\my_open.c
  311. # End Source File
  312. # Begin Source File
  313.  
  314. SOURCE=..\mysys\my_pthread.c
  315. # End Source File
  316. # Begin Source File
  317.  
  318. SOURCE=..\mysys\my_read.c
  319. # End Source File
  320. # Begin Source File
  321.  
  322. SOURCE=..\mysys\my_realloc.c
  323. # End Source File
  324. # Begin Source File
  325.  
  326. SOURCE=..\mysys\my_static.c
  327. # End Source File
  328. # Begin Source File
  329.  
  330. SOURCE=..\mysys\my_tempnam.c
  331. # End Source File
  332. # Begin Source File
  333.  
  334. SOURCE=..\mysys\my_thr_init.c
  335. # End Source File
  336. # Begin Source File
  337.  
  338. SOURCE=..\mysys\my_wincond.c
  339. # End Source File
  340. # Begin Source File
  341.  
  342. SOURCE=..\mysys\my_winthread.c
  343. # End Source File
  344. # Begin Source File
  345.  
  346. SOURCE=..\mysys\my_write.c
  347. # End Source File
  348. # Begin Source File
  349.  
  350. SOURCE=..\client\mysys_priv.h
  351. # End Source File
  352. # Begin Source File
  353.  
  354. SOURCE=.\net.c
  355. # End Source File
  356. # Begin Source File
  357.  
  358. SOURCE=.\password.c
  359. # End Source File
  360. # Begin Source File
  361.  
  362. SOURCE=..\mysys\safemalloc.c
  363. # End Source File
  364. # Begin Source File
  365.  
  366. SOURCE=..\client\select_test.c
  367. # End Source File
  368. # Begin Source File
  369.  
  370. SOURCE=..\client\sql_string.cpp
  371. # End Source File
  372. # Begin Source File
  373.  
  374. SOURCE=..\client\sql_string.h
  375. # End Source File
  376. # Begin Source File
  377.  
  378. SOURCE=..\strings\str2int.c
  379. # End Source File
  380. # Begin Source File
  381.  
  382. SOURCE=..\strings\strcend.c
  383. # End Source File
  384. # Begin Source File
  385.  
  386. SOURCE=..\strings\strcont.c
  387. # End Source File
  388. # Begin Source File
  389.  
  390. SOURCE=..\strings\strend.c
  391. # End Source File
  392. # Begin Source File
  393.  
  394. SOURCE=..\strings\strfill.c
  395. # End Source File
  396. # Begin Source File
  397.  
  398. SOURCE=..\mysys\string.c
  399. # End Source File
  400. # Begin Source File
  401.  
  402. SOURCE=..\strings\strinstr.c
  403. # End Source File
  404. # Begin Source File
  405.  
  406. SOURCE=..\strings\strmake.c
  407. # End Source File
  408. # Begin Source File
  409.  
  410. SOURCE=..\strings\strmov.c
  411. # End Source File
  412. # Begin Source File
  413.  
  414. SOURCE=..\strings\strnlen.c
  415. # End Source File
  416. # Begin Source File
  417.  
  418. SOURCE=..\strings\strnmov.c
  419. # End Source File
  420. # Begin Source File
  421.  
  422. SOURCE=..\strings\strxmov.c
  423. # End Source File
  424. # Begin Source File
  425.  
  426. SOURCE=..\mysys\thr_mutex.c
  427. # End Source File
  428. # Begin Source File
  429.  
  430. SOURCE=..\mysys\typelib.c
  431. # End Source File
  432. # Begin Source File
  433.  
  434. SOURCE=..\sql\violite.c
  435. # End Source File
  436. # End Target
  437. # End Project
  438.