提交 9326719a 编写于 作者: G geniusgogo

move SQLiteLib/SConscript file to SQLite-3.8.1/SConscript

上级 06d3cf71
...@@ -2,10 +2,10 @@ Import('rtconfig') ...@@ -2,10 +2,10 @@ Import('rtconfig')
import os import os
from building import * from building import *
cwd = GetCurrentDir() cwd = GetCurrentDir() + str(r'/SQLiteLib/')
src = Split(""" src = Split("""
sqlite3.c SQLiteLib/sqlite3.c
test/test10.c SQLiteLib/test/test10.c
""") """)
CPPPATH = [cwd, str(Dir('#'))] CPPPATH = [cwd, str(Dir('#'))]
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
#define SQLITE_MINIMUM_FILE_DESCRIPTOR 0 #define SQLITE_MINIMUM_FILE_DESCRIPTOR 0
#define SQLITE_OMIT_LOAD_EXTENSION 1 #define SQLITE_OMIT_LOAD_EXTENSION 1
#define SQLITE_OMIT_WAL #define SQLITE_OMIT_WAL
#define SQLITE_RTT_NO_WIDE 1 #define SQLITE_RTTHREAD_NO_WIDE 1
#define SQLITE_ENABLE_LOCKING_STYLE 0 #define SQLITE_ENABLE_LOCKING_STYLE 0
#define SQLITE_DISABLE_LOCKING_STYLE 1 #define SQLITE_DISABLE_LOCKING_STYLE 1
#define SQLITE_TEMP_STORE 1 #define SQLITE_TEMP_STORE 1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册