project files for; ecc, ecp, ecs, ec, documentor, ear, ecere, ecereCOM, EDASQLite...
authorRejean Loyer <rejean.loyer@gmail.com>
Thu, 4 Apr 2013 02:12:02 +0000 (22:12 -0400)
committerJerome St-Louis <jerome@ecere.com>
Fri, 9 Aug 2013 07:45:52 +0000 (03:45 -0400)
15 files changed:
compiler/ecc/ecc.epj
compiler/ecp/ecp.epj
compiler/ecs/ecs.epj
compiler/libec/ec.epj
documentor/documentor.epj
ear/cmd/ear.epj
ecere/ecere.epj
ecere/ecereCOM.epj
eda/drivers/sqlite/EDASQLite.epj
eda/drivers/sqlite/SQLiteShellCmd.epj
eda/drivers/sqliteCipher/EDASQLiteCipher.epj
eda/drivers/sqliteCipher/SQLiteCipherShellCmd.epj
eda/libeda/EDA.epj
epj2make/epj2make.epj
ide/ide.epj

index ee3db37..b4c3de1 100644 (file)
@@ -38,6 +38,9 @@
             "FastMath" : true,
             "PostbuildCommands" : [
                "$(call cpq,$(TARGET),../../obj/$(PLATFORM)/bin/)"
+            ],
+            "InstallCommands" : [
+               "$(if $(WINDOWS_HOST),$(call cpq,$(TARGET),\"$(BINDIR)/\"),install $(INSTALL_FLAGS) $(TARGET) $(BINDIR)/$(MODULE)$(E))"
             ]
          }
       },
index 2a48db8..c90aa3f 100644 (file)
@@ -39,6 +39,9 @@
             "FastMath" : true,
             "PostbuildCommands" : [
                "$(call cpq,$(TARGET),../../obj/$(PLATFORM)/bin/)"
+            ],
+            "InstallCommands" : [
+               "$(if $(WINDOWS_HOST),$(call cpq,$(TARGET),\"$(BINDIR)/\"),install $(INSTALL_FLAGS) $(TARGET) $(BINDIR)/$(MODULE)$(E))"
             ]
          }
       },
index 38a39a2..0cae4cb 100644 (file)
@@ -39,6 +39,9 @@
             "FastMath" : true,
             "PostbuildCommands" : [
                "$(call cpq,$(TARGET),../../obj/$(PLATFORM)/bin/)"
+            ],
+            "InstallCommands" : [
+               "$(if $(WINDOWS_HOST),$(call cpq,$(TARGET),\"$(BINDIR)/\"),install $(INSTALL_FLAGS) $(TARGET) $(BINDIR)/$(MODULE)$(E))"
             ]
          }
       },
index 3c8faa4..a2ed567 100644 (file)
             "FastMath" : true,
             "PostbuildCommands" : [
                "$(call cpq,$(TARGET),../../$(SODESTDIR))"
+            ],
+            "InstallCommands" : [
+               "$(call cpq,$(TARGET),\"$(DESTLIBDIR)/\")",
+               "$(if $(WINDOWS_HOST),,ln -sf $(LP)$(MODULE)$(SOV) $(DESTLIBDIR)/$(LP)$(MODULE)$(SO).0)",
+               "$(if $(WINDOWS_HOST),,ln -sf $(LP)$(MODULE)$(SOV) $(DESTLIBDIR)/$(LP)$(MODULE)$(SO))"
             ]
          }
       },
index e4eca37..d5a5074 100644 (file)
@@ -34,6 +34,9 @@
             "FastMath" : true,
             "PostbuildCommands" : [
                "$(call cpq,$(TARGET),../obj/$(PLATFORM)/bin/)"
+            ],
+            "InstallCommands" : [
+               "$(if $(WINDOWS_HOST),$(call cpq,$(TARGET),\"$(BINDIR)/\"),install $(INSTALL_FLAGS) $(TARGET) $(BINDIR)/$(MODULE)$(E))"
             ]
          }
       },
index fa2c08b..3bd337f 100644 (file)
@@ -33,6 +33,9 @@
             "FastMath" : true,
             "PostbuildCommands" : [
                "$(call cpq,$(TARGET),../../obj/$(PLATFORM)/bin/)"
+            ],
+            "InstallCommands" : [
+               "$(if $(WINDOWS_HOST),$(call cpq,$(TARGET),\"$(BINDIR)/\"),install $(INSTALL_FLAGS) $(TARGET) $(BINDIR)/$(MODULE)$(E))"
             ]
          }
       }
index d68b5e9..c0a7157 100644 (file)
@@ -255,6 +255,11 @@ from wherever you obtained them.
             "PostbuildCommands" : [
                "$(call mkdirq,../$(SODESTDIR))",
                "$(call cpq,$(TARGET),../$(SODESTDIR))"
+            ],
+            "InstallCommands" : [
+               "$(call cpq,$(TARGET),\"$(DESTLIBDIR)/\")",
+               "$(if $(WINDOWS_HOST),,ln -sf $(LP)$(MODULE)$(SOV) $(DESTLIBDIR)/$(LP)$(MODULE)$(SO).0)",
+               "$(if $(WINDOWS_HOST),,ln -sf $(LP)$(MODULE)$(SOV) $(DESTLIBDIR)/$(LP)$(MODULE)$(SO))"
             ]
          }
       },
@@ -346,6 +351,9 @@ from wherever you obtained them.
             "FastMath" : false,
             "PostbuildCommands" : [
                "$(call cpq,$(TARGET),../obj/$(PLATFORM)$(COMPILER_SUFFIX)$(DEBUG_SUFFIX)/lib/)"
+            ],
+            "InstallCommands" : [
+               "$(if $(WINDOWS_HOST),$(call cpq,$(TARGET),\"$(DESTSLIBDIR)/\"),install $(INSTALL_FLAGS) $(TARGET) $(DESTSLIBDIR)/$(MODULE)$(A))"
             ]
          }
       },
index 7f2da6a..1e6bf37 100644 (file)
             "FastMath" : true,
             "PostbuildCommands" : [
                "$(call cpq,$(TARGET),../$(SODESTDIR))"
+            ],
+            "InstallCommands" : [
+               "$(call cpq,$(TARGET),\"$(DESTLIBDIR)/\")",
+               "$(if $(WINDOWS_HOST),,ln -sf $(LP)$(MODULE)$(SOV) $(DESTLIBDIR)/$(LP)$(MODULE)$(SO).0)",
+               "$(if $(WINDOWS_HOST),,ln -sf $(LP)$(MODULE)$(SOV) $(DESTLIBDIR)/$(LP)$(MODULE)$(SO))"
             ]
          }
       },
index 7dc3374..b162003 100644 (file)
             "FastMath" : true,
             "PostbuildCommands" : [
                "$(call cpq,$(TARGET),../../../$(SODESTDIR))"
+            ],
+            "InstallCommands" : [
+               "$(call cpq,$(TARGET),\"$(DESTLIBDIR)/ec/\")",
+               "$(if $(WINDOWS_HOST),,ln -sf $(LP)$(MODULE)$(SOV) $(DESTLIBDIR)/ec/$(LP)$(MODULE)$(SO).0)",
+               "$(if $(WINDOWS_HOST),,ln -sf $(LP)$(MODULE)$(SOV) $(DESTLIBDIR)/ec/$(LP)$(MODULE)$(SO))"
             ]
          }
       },
index 66f97e6..5552360 100644 (file)
          "Options" : {
             "NoLineNumbers" : true,
             "Optimization" : "Speed",
-            "FastMath" : true
+            "FastMath" : true,
+            "InstallCommands" : [
+               "$(if $(WINDOWS_HOST),$(call cpq,$(TARGET),\"$(BINDIR)/\"),install $(INSTALL_FLAGS) $(TARGET) $(BINDIR)/$(MODULE)$(E))"
+            ]
          }
       }
    ],
index 256b85b..35d50b9 100644 (file)
             "FastMath" : true,
             "PostbuildCommands" : [
                "$(call cpq,$(TARGET),../../../$(SODESTDIR))"
+            ],
+            "InstallCommands" : [
+               "$(call cpq,$(TARGET),\"$(DESTLIBDIR)/ec/\")",
+               "$(if $(WINDOWS_HOST),,ln -sf $(LP)$(MODULE)$(SOV) $(DESTLIBDIR)/ec/$(LP)$(MODULE)$(SO).0)",
+               "$(if $(WINDOWS_HOST),,ln -sf $(LP)$(MODULE)$(SOV) $(DESTLIBDIR)/ec/$(LP)$(MODULE)$(SO))"
             ]
          }
       },
index baba64a..626b661 100644 (file)
          "Options" : {
             "NoLineNumbers" : true,
             "Optimization" : "Speed",
-            "FastMath" : true
+            "FastMath" : true,
+            "InstallCommands" : [
+               "$(if $(WINDOWS_HOST),$(call cpq,$(TARGET),\"$(BINDIR)/\"),install $(INSTALL_FLAGS) $(TARGET) $(BINDIR)/$(MODULE)$(E))"
+            ]
          }
       }
    ],
index e83019b..6442c46 100644 (file)
             "FastMath" : true,
             "PostbuildCommands" : [
                "$(call cpq,$(TARGET),../../$(SODESTDIR))"
+            ],
+            "InstallCommands" : [
+               "$(call cpq,$(TARGET),\"$(DESTLIBDIR)/ec/\")",
+               "$(if $(WINDOWS_HOST),,ln -sf $(LP)$(MODULE)$(SOV) $(DESTLIBDIR)/ec/$(LP)$(MODULE)$(SO).0)",
+               "$(if $(WINDOWS_HOST),,ln -sf $(LP)$(MODULE)$(SOV) $(DESTLIBDIR)/ec/$(LP)$(MODULE)$(SO))"
             ]
          }
       },
index 7897b78..30dd6cd 100644 (file)
@@ -59,6 +59,9 @@
             "FastMath" : true,
             "PostbuildCommands" : [
                "$(call cpq,$(TARGET),../obj/$(PLATFORM)/bin/)"
+            ],
+            "InstallCommands" : [
+               "$(if $(WINDOWS_HOST),$(call cpq,$(TARGET),\"$(BINDIR)/\"),install $(INSTALL_FLAGS) $(TARGET) $(BINDIR)/$(MODULE)$(E))"
             ]
          }
       },
index 52058bd..f9592f7 100644 (file)
@@ -71,6 +71,9 @@
             "FastMath" : true,
             "PostbuildCommands" : [
                "$(call cpq,$(TARGET),../obj/$(PLATFORM)/bin/)"
+            ],
+            "InstallCommands" : [
+               "$(if $(WINDOWS_HOST),$(call cpq,$(TARGET),\"$(BINDIR)/\"),install $(INSTALL_FLAGS) $(TARGET) $(BINDIR)/$(MODULE)$(E))"
             ]
          },
          "Platforms" : [