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

MySQL数据库

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="libmysqld" - 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=libmysqld - 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 "libmysqld.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 "libmysqld.mak" CFG="libmysqld - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "libmysqld - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "libmysqld - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE "libmysqld - Win32 classic" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "libmysqld - Win32 pro" (based on "Win32 (x86) Dynamic-Link Library")
  22. !MESSAGE
  23. # Begin Project
  24. # PROP AllowPerConfigDependencies 0
  25. # PROP Scc_ProjName ""
  26. # PROP Scc_LocalPath ""
  27. CPP=xicl6.exe
  28. MTL=midl.exe
  29. RSC=rc.exe
  30. !IF  "$(CFG)" == "libmysqld - Win32 Release"
  31. # PROP BASE Use_MFC 0
  32. # PROP BASE Use_Debug_Libraries 0
  33. # PROP BASE Output_Dir "Release"
  34. # PROP BASE Intermediate_Dir "Release"
  35. # PROP BASE Target_Dir ""
  36. # PROP Use_MFC 0
  37. # PROP Use_Debug_Libraries 0
  38. # PROP Output_Dir "release"
  39. # PROP Intermediate_Dir "release"
  40. # PROP Ignore_Export_Lib 0
  41. # PROP Target_Dir ""
  42. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBMYSQLD_EXPORTS" /YX /FD /c
  43. # ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../libmysqld" /I "../sql" /I "../regex" /I "../bdb/build_win32" /I "../zlib" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "SIGNAL_WITH_VIO_CLOSE" /D "HAVE_DLOPEN" /D "EMBEDDED_LIBRARY" /D "HAVE_INNOBASE_DB" /D "DBUG_OFF" /D "USE_TLS" /D "__WIN__" /FD /c
  44. # SUBTRACT CPP /WX /Fr
  45. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  46. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  47. # ADD BASE RSC /l 0x416 /d "NDEBUG"
  48. # ADD RSC /l 0x416 /d "NDEBUG"
  49. BSC32=bscmake.exe
  50. # ADD BASE BSC32 /nologo
  51. # ADD BSC32 /nologo
  52. LINK32=xilink6.exe
  53. # 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 /dll /machine:I386
  54. # ADD 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 Wsock32.lib ..lib_releasemyisam_tls.lib ..lib_releasemyisammrg_tls.lib ..lib_releasemysys_tls.lib ..lib_releasestrings.lib ..lib_releaseregex.lib ..lib_releaseheap_tls.lib ..lib_releaseinnodb.lib ..lib_releasebdb.lib ..lib_releasezlib.lib /nologo /dll /machine:I386 /out:"../lib_release/libmysqld.dll" /implib:"../lib_release/libmysqld.lib"
  55. # SUBTRACT LINK32 /pdb:none
  56. !ELSEIF  "$(CFG)" == "libmysqld - Win32 Debug"
  57. # PROP BASE Use_MFC 0
  58. # PROP BASE Use_Debug_Libraries 1
  59. # PROP BASE Output_Dir "libmysqld___Win32_Debug"
  60. # PROP BASE Intermediate_Dir "libmysqld___Win32_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 Ignore_Export_Lib 0
  67. # PROP Target_Dir ""
  68. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBMYSQLD_EXPORTS" /YX /FD /GZ /c
  69. # ADD CPP /nologo /MT /W3 /Z7 /Od /I "../include" /I "../libmysqld" /I "../sql" /I "../regex" /I "../bdb/build_win32" /I "../zlib" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "SAFEMALLOC" /D "HAVE_BERKELEY_DB" /D "USE_SYMDIR" /D "SIGNAL_WITH_VIO_CLOSE" /D "HAVE_DLOPEN" /D "EMBEDDED_LIBRARY" /D "HAVE_INNOBASE_DB" /D "USE_TLS" /D "__WIN__" /FD /GZ /c
  70. # SUBTRACT CPP /X /Fr
  71. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  72. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  73. # ADD BASE RSC /l 0x416 /d "_DEBUG"
  74. # ADD RSC /l 0x416 /d "_DEBUG"
  75. BSC32=bscmake.exe
  76. # ADD BASE BSC32 /nologo
  77. # ADD BSC32 /nologo
  78. LINK32=xilink6.exe
  79. # 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 /dll /debug /machine:I386 /pdbtype:sept
  80. # ADD 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 Wsock32.lib ..lib_debugdbug_tls.lib ..lib_debugmysys_tls.lib ..lib_debugstrings.lib ..lib_debugregex.lib ..lib_debugheap_tls.lib ..lib_debuginnodb.lib /nologo /dll /incremental:no /debug /machine:I386 /nodefaultlib:"LIBCMTD" /out:"../lib_debug/libmysqld.dll" /implib:"../lib_debug/libmysqld.lib" /pdbtype:sept
  81. # SUBTRACT LINK32 /pdb:none
  82. !ELSEIF  "$(CFG)" == "libmysqld - Win32 classic"
  83. # PROP BASE Use_MFC 0
  84. # PROP BASE Use_Debug_Libraries 0
  85. # PROP BASE Output_Dir "libmysqld___Win32_classic"
  86. # PROP BASE Intermediate_Dir "libmysqld___Win32_classic"
  87. # PROP BASE Ignore_Export_Lib 0
  88. # PROP BASE Target_Dir ""
  89. # PROP Use_MFC 0
  90. # PROP Use_Debug_Libraries 0
  91. # PROP Output_Dir "classic"
  92. # PROP Intermediate_Dir "classic"
  93. # PROP Ignore_Export_Lib 0
  94. # PROP Target_Dir ""
  95. # ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../regex" /I "../sql" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "USE_SYMDIR" /D "SIGNAL_WITH_VIO_CLOSE" /D "HAVE_DLOPEN" /D "EMBEDDED_LIBRARY" /D "DBUG_OFF" /D "USE_TLS" /D "__WIN__" /D "NDEBUG" /FR /FD /c
  96. # ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../regex" /I "../libmysqld" /I "../sql" /I "../zlib" /D "WIN32" /D "_WINDOWS" /D "USE_SYMDIR" /D "SIGNAL_WITH_VIO_CLOSE" /D "HAVE_DLOPEN" /D "EMBEDDED_LIBRARY" /D "USE_TLS" /D "__WIN__" /D LICENSE=Commerical /D "DBUG_OFF" /D "_MBCS" /D "NDEBUG" /FD /c
  97. # SUBTRACT CPP /Fr
  98. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  99. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  100. # ADD BASE RSC /l 0x416 /d "NDEBUG"
  101. # ADD RSC /l 0x416 /d "NDEBUG"
  102. BSC32=bscmake.exe
  103. # ADD BASE BSC32 /nologo
  104. # ADD BSC32 /nologo
  105. LINK32=xilink6.exe
  106. # 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 Wsock32.lib ..lib_releasemyisam_tls.lib ..lib_releasemyisammrg_tls.lib ..lib_releasemysys_tls.lib ..lib_releasestrings.lib ..lib_releaseregex.lib ..lib_releaseheap_tls.lib ..lib_releasezlib.lib /nologo /dll /machine:I386 /out:"../lib_release/libmysqld.dll" /implib:"../lib_release/libmysqld.lib"
  107. # SUBTRACT BASE LINK32 /pdb:none
  108. # ADD 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 Wsock32.lib ..lib_releasemyisam_tls.lib ..lib_releasemyisammrg_tls.lib ..lib_releasemysys_tls.lib ..lib_releasestrings.lib ..lib_releaseregex.lib ..lib_releaseheap_tls.lib  ..lib_releasezlib.lib /nologo /dll /machine:I386 /out:"../lib_classic/libmysqld.dll" /implib:"../lib_release/libmysqld.lib"
  109. # SUBTRACT LINK32 /pdb:none
  110. !ELSEIF  "$(CFG)" == "libmysqld - Win32 pro"
  111. # PROP BASE Use_MFC 0
  112. # PROP BASE Use_Debug_Libraries 0
  113. # PROP BASE Output_Dir "libmysqld___Win32_pro"
  114. # PROP BASE Intermediate_Dir "libmysqld___Win32_pro"
  115. # PROP BASE Ignore_Export_Lib 0
  116. # PROP BASE Target_Dir ""
  117. # PROP Use_MFC 0
  118. # PROP Use_Debug_Libraries 0
  119. # PROP Output_Dir "pro"
  120. # PROP Intermediate_Dir "pro"
  121. # PROP Ignore_Export_Lib 0
  122. # PROP Target_Dir ""
  123. # ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../regex" /I "../sql" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "USE_SYMDIR" /D "SIGNAL_WITH_VIO_CLOSE" /D "HAVE_DLOPEN" /D "EMBEDDED_LIBRARY" /D "HAVE_INNOBASE_DB" /D "DBUG_OFF" /D "USE_TLS" /D "__WIN__" /D "NDEBUG" /FR /FD /c
  124. # ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../regex" /I "../libmysqld" /I "../sql" /I "../zlib" /D "WIN32" /D "USE_SYMDIR" /D "SIGNAL_WITH_VIO_CLOSE" /D "EMBEDDED_LIBRARY" /D "USE_TLS" /D "__WIN__" /D "MYSQL_SERVER" /D LICENSE=Commercial /D "_MBCS" /D "HAVE_DLOPEN" /D "HAVE_INNOBASE_DB" /D "DBUG_OFF" /D "NDEBUG" /D "_WINDOWS" /D "_CONSOLE" /FD /D MYSQL_SERVER_SUFFIX=-pro /c
  125. # SUBTRACT CPP /X /Fr
  126. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  127. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  128. # ADD BASE RSC /l 0x416 /d "NDEBUG"
  129. # ADD RSC /l 0x416 /d "NDEBUG"
  130. BSC32=bscmake.exe
  131. # ADD BASE BSC32 /nologo
  132. # ADD BSC32 /nologo
  133. LINK32=xilink6.exe
  134. # 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 Wsock32.lib ..lib_releasemyisam_tls.lib ..lib_releasemyisammrg_tls.lib ..lib_releasemysys_tls.lib ..lib_releasestrings.lib ..lib_releaseregex.lib ..lib_releaseheap_tls.lib ..lib_releaseinnodb.lib  ..lib_releasezlib.lib /nologo /dll /machine:I386 /out:"../lib_classic/libmysqld.dll" /implib:"../lib_release/libmysqld.lib"
  135. # SUBTRACT BASE LINK32 /pdb:none
  136. # ADD 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 Wsock32.lib ..lib_releasemyisam_tls.lib ..lib_releasemyisammrg_tls.lib ..lib_releasemysys_tls.lib ..lib_releasestrings.lib ..lib_releaseregex.lib ..lib_releaseheap_tls.lib ..lib_releaseinnodb.lib  ..lib_releasezlib.lib /nologo /dll /machine:I386 /out:"../lib_pro/libmysqld.dll" /implib:"../lib_release/libmysqld.lib"
  137. # SUBTRACT LINK32 /pdb:none
  138. !ENDIF
  139. # Begin Target
  140. # Name "libmysqld - Win32 Release"
  141. # Name "libmysqld - Win32 Debug"
  142. # Name "libmysqld - Win32 classic"
  143. # Name "libmysqld - Win32 pro"
  144. # Begin Source File
  145. SOURCE="..sql-commonclient.c"
  146. !IF  "$(CFG)" == "libmysqld - Win32 Release"
  147. !ELSEIF  "$(CFG)" == "libmysqld - Win32 Debug"
  148. !ELSEIF  "$(CFG)" == "libmysqld - Win32 classic"
  149. !ELSEIF  "$(CFG)" == "libmysqld - Win32 pro"
  150. !ENDIF
  151. # End Source File
  152. # Begin Source File
  153. SOURCE="..stringsctype-latin1.c"
  154. # End Source File
  155. # Begin Source File
  156. SOURCE=..mysysdefault.c
  157. # End Source File
  158. # Begin Source File
  159. SOURCE=..sqlderror.cpp
  160. # End Source File
  161. # Begin Source File
  162. SOURCE=..sqldiscover.cpp
  163. # End Source File
  164. # Begin Source File
  165. SOURCE=.emb_qcache.cpp
  166. # End Source File
  167. # Begin Source File
  168. SOURCE=..libmysqlerrmsg.c
  169. # End Source File
  170. # Begin Source File
  171. SOURCE=..sqlfield.cpp
  172. # End Source File
  173. # Begin Source File
  174. SOURCE=..sqlfield_conv.cpp
  175. # End Source File
  176. # Begin Source File
  177. SOURCE=..sqlfilesort.cpp
  178. # End Source File
  179. # Begin Source File
  180. SOURCE=..clientget_password.c
  181. # End Source File
  182. # Begin Source File
  183. SOURCE=..sqlgstream.cpp
  184. # End Source File
  185. # Begin Source File
  186. SOURCE=..sqlha_berkeley.cpp
  187. # End Source File
  188. # Begin Source File
  189. SOURCE=..sqlha_heap.cpp
  190. # End Source File
  191. # Begin Source File
  192. SOURCE=..sqlha_innodb.cpp
  193. # End Source File
  194. # Begin Source File
  195. SOURCE=..sqlha_isammrg.cpp
  196. # End Source File
  197. # Begin Source File
  198. SOURCE=..sqlha_myisam.cpp
  199. # End Source File
  200. # Begin Source File
  201. SOURCE=..sqlha_myisammrg.cpp
  202. # End Source File
  203. # Begin Source File
  204. SOURCE=..sqlhandler.cpp
  205. # End Source File
  206. # Begin Source File
  207. SOURCE=..sqlhash_filo.cpp
  208. # End Source File
  209. # Begin Source File
  210. SOURCE=..sqlhostname.cpp
  211. # End Source File
  212. # Begin Source File
  213. SOURCE=..sqlinit.cpp
  214. # End Source File
  215. # Begin Source File
  216. SOURCE=..stringsint2str.c
  217. # End Source File
  218. # Begin Source File
  219. SOURCE=..sqlitem.cpp
  220. # End Source File
  221. # Begin Source File
  222. SOURCE=..sqlitem_buff.cpp
  223. # End Source File
  224. # Begin Source File
  225. SOURCE=..sqlitem_cmpfunc.cpp
  226. # End Source File
  227. # Begin Source File
  228. SOURCE=..sqlitem_create.cpp
  229. # End Source File
  230. # Begin Source File
  231. SOURCE=..sqlitem_func.cpp
  232. # End Source File
  233. # Begin Source File
  234. SOURCE=..sqlitem_geofunc.cpp
  235. # End Source File
  236. # Begin Source File
  237. SOURCE=..sqlitem_row.cpp
  238. # End Source File
  239. # Begin Source File
  240. SOURCE=..sqlitem_strfunc.cpp
  241. # End Source File
  242. # Begin Source File
  243. SOURCE=..sqlitem_subselect.cpp
  244. # End Source File
  245. # Begin Source File
  246. SOURCE=..sqlitem_sum.cpp
  247. # End Source File
  248. # Begin Source File
  249. SOURCE=..sqlitem_timefunc.cpp
  250. # End Source File
  251. # Begin Source File
  252. SOURCE=..sqlitem_uniq.cpp
  253. # End Source File
  254. # Begin Source File
  255. SOURCE=..sqlkey.cpp
  256. # End Source File
  257. # Begin Source File
  258. SOURCE=.lib_sql.cpp
  259. # End Source File
  260. # Begin Source File
  261. SOURCE=..libmysqllibmysql.c
  262. # End Source File
  263. # Begin Source File
  264. SOURCE=.libmysqld.c
  265. # End Source File
  266. # Begin Source File
  267. SOURCE=.libmysqld.def
  268. # End Source File
  269. # Begin Source File
  270. SOURCE=..sqllock.cpp
  271. # End Source File
  272. # Begin Source File
  273. SOURCE=..sqllog.cpp
  274. # End Source File
  275. # Begin Source File
  276. SOURCE=..sqllog_event.cpp
  277. # End Source File
  278. # Begin Source File
  279. SOURCE=..sqlmf_iocache.cpp
  280. # End Source File
  281. # Begin Source File
  282. SOURCE=..mysysmy_alloc.c
  283. # End Source File
  284. # Begin Source File
  285. SOURCE=..mysysmy_getopt.c
  286. # End Source File
  287. # Begin Source File
  288. SOURCE=..sqlnet_serv.cpp
  289. # End Source File
  290. # Begin Source File
  291. SOURCE=..sqlopt_range.cpp
  292. # End Source File
  293. # Begin Source File
  294. SOURCE=..sqlopt_sum.cpp
  295. # End Source File
  296. # Begin Source File
  297. SOURCE="..sql-commonpack.c"
  298. # End Source File
  299. # Begin Source File
  300. SOURCE=..sql-commonmy_time.c
  301. # End Source File
  302. # Begin Source File
  303. SOURCE=..libmysqlpassword.c
  304. # End Source File
  305. # Begin Source File
  306. SOURCE=..sqlprocedure.cpp
  307. # End Source File
  308. # Begin Source File
  309. SOURCE=..sqlprotocol.cpp
  310. # End Source File
  311. # Begin Source File
  312. SOURCE=..sqlrecords.cpp
  313. # End Source File
  314. # Begin Source File
  315. SOURCE=..sqlrepl_failsafe.cpp
  316. # End Source File
  317. # Begin Source File
  318. SOURCE=..sqlset_var.cpp
  319. # End Source File
  320. # Begin Source File
  321. SOURCE=..sqlspatial.cpp
  322. # End Source File
  323. # Begin Source File
  324. SOURCE=..sqlsql_acl.cpp
  325. # End Source File
  326. # Begin Source File
  327. SOURCE=..sqlsql_analyse.cpp
  328. # End Source File
  329. # Begin Source File
  330. SOURCE=..sqlsql_base.cpp
  331. # End Source File
  332. # Begin Source File
  333. SOURCE=..sqlsql_cache.cpp
  334. # End Source File
  335. # Begin Source File
  336. SOURCE=..sqlsql_class.cpp
  337. # End Source File
  338. # Begin Source File
  339. SOURCE=..sqlsql_crypt.cpp
  340. # End Source File
  341. # Begin Source File
  342. SOURCE=..sqlsql_db.cpp
  343. # End Source File
  344. # Begin Source File
  345. SOURCE=..sqlsql_delete.cpp
  346. # End Source File
  347. # Begin Source File
  348. SOURCE=..sqlsql_derived.cpp
  349. # End Source File
  350. # Begin Source File
  351. SOURCE=..sqlsql_do.cpp
  352. # End Source File
  353. # Begin Source File
  354. SOURCE=..sqlsql_error.cpp
  355. # End Source File
  356. # Begin Source File
  357. SOURCE=..sqlsql_handler.cpp
  358. # End Source File
  359. # Begin Source File
  360. SOURCE=..sqlsql_help.cpp
  361. # End Source File
  362. # Begin Source File
  363. SOURCE=..sqlsql_insert.cpp
  364. # End Source File
  365. # Begin Source File
  366. SOURCE=..sqlsql_lex.cpp
  367. # End Source File
  368. # Begin Source File
  369. SOURCE=..sqlsql_list.cpp
  370. # End Source File
  371. # Begin Source File
  372. SOURCE=..sqlsql_load.cpp
  373. # End Source File
  374. # Begin Source File
  375. SOURCE=..sqlsql_manager.cpp
  376. # End Source File
  377. # Begin Source File
  378. SOURCE=..sqlsql_map.cpp
  379. # End Source File
  380. # Begin Source File
  381. SOURCE=..sqlsql_parse.cpp
  382. # End Source File
  383. # Begin Source File
  384. SOURCE=..sqlsql_prepare.cpp
  385. # End Source File
  386. # Begin Source File
  387. SOURCE=..sqlsql_rename.cpp
  388. # End Source File
  389. # Begin Source File
  390. SOURCE=..sqlsql_repl.cpp
  391. # End Source File
  392. # Begin Source File
  393. SOURCE=..sqlsql_select.cpp
  394. # End Source File
  395. # Begin Source File
  396. SOURCE=..sqlsql_show.cpp
  397. # End Source File
  398. # Begin Source File
  399. SOURCE=..sqlsql_state.c
  400. # End Source File
  401. # Begin Source File
  402. SOURCE=..sqlsql_string.cpp
  403. # End Source File
  404. # Begin Source File
  405. SOURCE=..sqlsql_table.cpp
  406. # End Source File
  407. # Begin Source File
  408. SOURCE=..sqlsql_test.cpp
  409. # End Source File
  410. # Begin Source File
  411. SOURCE=..sqlsql_udf.cpp
  412. # End Source File
  413. # Begin Source File
  414. SOURCE=..sqlsql_union.cpp
  415. # End Source File
  416. # Begin Source File
  417. SOURCE=..sqlsql_update.cpp
  418. # End Source File
  419. # Begin Source File
  420. SOURCE=..sqlsql_yacc.cpp
  421. # End Source File
  422. # Begin Source File
  423. SOURCE=..stringsstr2int.c
  424. # End Source File
  425. # Begin Source File
  426. SOURCE=..stringsstrcend.c
  427. # End Source File
  428. # Begin Source File
  429. SOURCE=..stringsstrcont.c
  430. # End Source File
  431. # Begin Source File
  432. SOURCE=..sqlstrfunc.cpp
  433. # End Source File
  434. # Begin Source File
  435. SOURCE=..stringsstrinstr.c
  436. # End Source File
  437. # Begin Source File
  438. SOURCE=..stringsstrxnmov.c
  439. # End Source File
  440. # Begin Source File
  441. SOURCE=..sqltable.cpp
  442. # End Source File
  443. # Begin Source File
  444. SOURCE=..sqlthr_malloc.cpp
  445. # End Source File
  446. # Begin Source File
  447. SOURCE=..sqltime.cpp
  448. # End Source File
  449. # Begin Source File
  450. SOURCE=..sqltztime.cpp
  451. # End Source File
  452. # Begin Source File
  453. SOURCE=..sqluniques.cpp
  454. # End Source File
  455. # Begin Source File
  456. SOURCE=..sqlunireg.cpp
  457. # End Source File
  458. # Begin Source File
  459. SOURCE=..viovio.c
  460. # End Source File
  461. # Begin Source File
  462. SOURCE=..vioviosocket.c
  463. # End Source File
  464. # Begin Source File
  465. SOURCE=..vioviossl.c
  466. # End Source File
  467. # Begin Source File
  468. SOURCE=..vioviosslfactories.c
  469. # End Source File
  470. # End Target
  471. # End Project