project files for; ecc, ecp, ecs, ec, documentor, ear, ecere, ecereCOM, EDASQLite...
[sdk] / eda / drivers / sqliteCipher / SQLiteCipherShellCmd.epj
index 3a21db4..626b661 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" : [
          "Options" : {
             "NoLineNumbers" : true,
             "Optimization" : "Speed",
-            "FastMath" : true
+            "FastMath" : true,
+            "InstallCommands" : [
+               "$(if $(WINDOWS_HOST),$(call cpq,$(TARGET),\"$(BINDIR)/\"),install $(INSTALL_FLAGS) $(TARGET) $(BINDIR)/$(MODULE)$(E))"
+            ]
          }
       }
    ],
    "Files" : [
-      "../sqlite/shell.c",
-      "sqlite3.c",
+      {
+         "FileName" : "../sqlite/shell.c",
+         "Options" : {
+            "FastMath" : false
+         }
+      },
+      {
+         "FileName" : "sqlite3.c",
+         "Options" : {
+            "FastMath" : false
+         }
+      },
       "sqlite3.h"
    ],
    "ResourcesPath" : "",