move SQLiteLib/SConscript file to SQLite-3.8.1/SConscript

This commit is contained in:
geniusgogo 2013-11-24 16:24:22 +08:00
parent 06d3cf710e
commit 9326719a12
2 changed files with 4 additions and 4 deletions

View File

@ -2,10 +2,10 @@ Import('rtconfig')
import os
from building import *
cwd = GetCurrentDir()
cwd = GetCurrentDir() + str(r'/SQLiteLib/')
src = Split("""
sqlite3.c
test/test10.c
SQLiteLib/sqlite3.c
SQLiteLib/test/test10.c
""")
CPPPATH = [cwd, str(Dir('#'))]

View File

@ -13,7 +13,7 @@
#define SQLITE_MINIMUM_FILE_DESCRIPTOR 0
#define SQLITE_OMIT_LOAD_EXTENSION 1
#define SQLITE_OMIT_WAL
#define SQLITE_RTT_NO_WIDE 1
#define SQLITE_RTTHREAD_NO_WIDE 1
#define SQLITE_ENABLE_LOCKING_STYLE 0
#define SQLITE_DISABLE_LOCKING_STYLE 1
#define SQLITE_TEMP_STORE 1