eda/drivers/sqliteCipher: Tweaks to build SQLCipherShellCmd
authorJerome St-Louis <jerome@ecere.com>
Sat, 2 Jun 2012 08:07:08 +0000 (04:07 -0400)
committerJerome St-Louis <jerome@ecere.com>
Sat, 2 Jun 2012 08:07:08 +0000 (04:07 -0400)
eda/drivers/sqliteCipher/SQLiteCipherShellCmd.epj
eda/drivers/sqliteCipher/sqlite3.c
eda/drivers/sqliteCipher/sqlite3.h

index 5ac5de1..fc3d0e6 100644 (file)
@@ -7,13 +7,13 @@
       "PreprocessorDefinitions" : [
          "SQLITE_HAS_CODEC"
       ],
+      "IncludeDirs" : [
+         "../sqliteCipher"
+      ],
       "TargetType" : "Executable",
       "TargetFileName" : "sqlcipher3",
       "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)",
-      "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)",
-      "Libraries" : [
-         "ecere"
-      ]
+      "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)"
    },
    "Platforms" : [
       {
@@ -52,7 +52,8 @@
             "Debug" : true,
             "PreprocessorDefinitions" : [
                "_DEBUG"
-            ]
+            ],
+            "Console" : true
          }
       },
       {
@@ -72,4 +73,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index 9cd63a3..e2f4129 100644 (file)
@@ -1990,6 +1990,7 @@ struct sqlite3_mem_methods {
 #define SQLITE_CONFIG_PCACHE       14  /* sqlite3_pcache_methods* */
 #define SQLITE_CONFIG_GETPCACHE    15  /* sqlite3_pcache_methods* */
 #define SQLITE_CONFIG_LOG          16  /* xFunc, void* */
+#define SQLITE_CONFIG_URI          17                       
 
 /*
 ** CAPI3REF: Database Connection Configuration Options
index 85e916c..f61c207 100644 (file)
@@ -1447,6 +1447,7 @@ struct sqlite3_mem_methods {
 #define SQLITE_CONFIG_PCACHE       14  /* sqlite3_pcache_methods* */
 #define SQLITE_CONFIG_GETPCACHE    15  /* sqlite3_pcache_methods* */
 #define SQLITE_CONFIG_LOG          16  /* xFunc, void* */
+#define SQLITE_CONFIG_URI          17
 
 /*
 ** CAPI3REF: Database Connection Configuration Options