move SQLiteLib/SConscript file to SQLite-3.8.1/SConscript
This commit is contained in:
parent
06d3cf710e
commit
9326719a12
@ -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 @@
|
|||||||
#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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user