eda;drivers;SQLite,SQLiteCipher; fix .epj files to never use --fast-math flag on...
authorRejean Loyer <rejean.loyer@gmail.com>
Sat, 27 Oct 2012 19:16:10 +0000 (15:16 -0400)
committerJerome St-Louis <jerome@ecere.com>
Mon, 5 Nov 2012 07:42:32 +0000 (02:42 -0500)
eda/drivers/sqlite/EDASQLite.epj [changed mode: 0644->0755]
eda/drivers/sqlite/SQLiteShellCmd.epj
eda/drivers/sqliteCipher/EDASQLiteCipher.epj
eda/drivers/sqliteCipher/SQLiteCipherShellCmd.epj

old mode 100644 (file)
new mode 100755 (executable)
index 44bb3ba..4fd417f
@@ -99,6 +99,9 @@
    "Files" : [
       {
          "FileName" : "sqlite3.c",
+         "Options" : {
+            "FastMath" : false
+         },
          "Platforms" : [
             {
                "Name" : "linux",
index 6b191c4..df8aa34 100644 (file)
       }
    ],
    "Files" : [
-      "shell.c",
+      {
+         "FileName" : "shell.c",
+         "Options" : {
+            "FastMath" : false
+         }
+      },
       "sqlite3.c",
       "sqlite3.h"
    ],
index d84175f..0d95cb4 100644 (file)
       }
    ],
    "Files" : [
-      "sqlite3.c",
+      {
+         "FileName" : "sqlite3.c",
+         "Options" : {
+            "FastMath" : false
+         }
+      },
       "sqlite3.h",
       "EDASQLiteCipher.ec",
       "../sqlite/EDASQLite.ec"
index 3a21db4..f661d54 100644 (file)
       }
    ],
    "Files" : [
-      "../sqlite/shell.c",
+      {
+         "FileName" : "../sqlite/shell.c",
+         "Options" : {
+            "FastMath" : false
+         }
+      },
       "sqlite3.c",
       "sqlite3.h"
    ],