home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 January / Chip_2001-01_cd1.bin / tema / mysql / mysql-3.23.28g-win-source.exe / client / mysqlclient.dsp < prev    next >
Text File  |  2000-11-22  |  9KB  |  463 lines

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