SQLiteShellCmd, SQLiteCipherShellCmd; use own obj dir. don't use fast-math on sqlite3...
authorRejean Loyer <rejean.loyer@gmail.com>
Mon, 1 Apr 2013 14:49:38 +0000 (10:49 -0400)
committerJerome St-Louis <jerome@ecere.com>
Mon, 22 Apr 2013 06:01:44 +0000 (02:01 -0400)
eda/drivers/sqlite/SQLiteShellCmd.epj
eda/drivers/sqliteCipher/SQLiteCipherShellCmd.epj

index df8aa34..66f97e6 100644 (file)
@@ -6,8 +6,8 @@
       "Optimization" : "None",
       "TargetType" : "Executable",
       "TargetFileName" : "sqlite3",
-      "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)",
-      "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)",
+      "TargetDirectory" : "obj/$(MODULE).$(CONFIG).$(PLATFORM)$(COMPILER_SUFFIX)$(DEBUG_SUFFIX)",
+      "ObjectsDirectory" : "obj/$(MODULE).$(CONFIG).$(PLATFORM)$(COMPILER_SUFFIX)$(DEBUG_SUFFIX)",
       "Console" : true
    },
    "Platforms" : [
             "FastMath" : false
          }
       },
-      "sqlite3.c",
+      {
+         "FileName" : "sqlite3.c",
+         "Options" : {
+            "FastMath" : false
+         }
+      },
       "sqlite3.h"
    ],
    "ResourcesPath" : "",
index f661d54..baba64a 100644 (file)
@@ -12,8 +12,8 @@
       ],
       "TargetType" : "Executable",
       "TargetFileName" : "sqlcipher3",
-      "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)",
-      "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)",
+      "TargetDirectory" : "obj/$(MODULE).$(CONFIG).$(PLATFORM)$(COMPILER_SUFFIX)$(DEBUG_SUFFIX)",
+      "ObjectsDirectory" : "obj/$(MODULE).$(CONFIG).$(PLATFORM)$(COMPILER_SUFFIX)$(DEBUG_SUFFIX)",
       "Console" : true
    },
    "Platforms" : [
             "FastMath" : false
          }
       },
-      "sqlite3.c",
+      {
+         "FileName" : "sqlite3.c",
+         "Options" : {
+            "FastMath" : false
+         }
+      },
       "sqlite3.h"
    ],
    "ResourcesPath" : "",