提交 0347f8ab 编写于 作者: xpxyr's avatar xpxyr 提交者: geniusgogo

add SQLite 3.8.1 amalgamation source code

上级 35d83be6
# SQLite on RT-Thread
## 简介
初始版本基于SQLite 3.8.1版本,使用混合单文件结构源代码
Import('rtconfig')
import os
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd, str(Dir('#'))]
group = DefineGroup('sqlite', src, depend = ['RT_USING_SQLITE'], CPPPATH = CPPPATH)
Return('group')
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册