# Build with SQLite support for permanent storage, to disable set WITH_SQLITE = 0 WITH_SQLITE = 1 # Path to SQLite installation SQLITE_BIN_DIR = "E:\sqlite-source-3_3_8" # Path to SQLite source SQLITE_SRC_DIR = "E:\sqlite-source-3_3_8" Why do we need two settings that apparently point to the same location? Samisa...