ecere/gui/Window: Prevent uninitialized values if base Window methods not overridden...
[sdk] / epj2make / epj2make.epj
index 8dac6ff..6c77221 100644 (file)
@@ -4,12 +4,10 @@
    "Options" : {
       "Warnings" : "All",
       "PreprocessorDefinitions" : [
-         "MAKEFILE_GENERATOR"
+         "ECERE_EPJ2MAKE"
       ],
       "TargetType" : "Executable",
       "TargetFileName" : "epj2make",
-      "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)",
-      "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)",
       "Libraries" : [
          "ecere"
       ],
@@ -33,7 +31,8 @@
             "Optimization" : "None",
             "PreprocessorDefinitions" : [
                "_DEBUG"
-            ]
+            ],
+            "FastMath" : false
          },
          "Platforms" : [
             {
                "../obj/$(PLATFORM)/bin",
                "../obj/$(PLATFORM)/lib"
             ],
+            "FastMath" : true,
             "PostbuildCommands" : [
-               "$(call cpq,$(TARGET),../obj/$(PLATFORM)/bin/)"
+               "$(call cp,$(TARGET),../obj/$(PLATFORM)/bin/)"
+            ],
+            "InstallCommands" : [
+               "$(if $(WINDOWS_HOST),$(call cp,$(TARGET),\"$(BINDIR)/\"),install $(INSTALL_FLAGS) $(TARGET) $(BINDIR)/$(MODULE)$(E))"
             ]
          }
       },
@@ -67,7 +70,8 @@
          "Options" : {
             "Debug" : true,
             "MemoryGuard" : true,
-            "Optimization" : "None"
+            "Optimization" : "None",
+            "FastMath" : false
          }
       }
    ],
@@ -85,7 +89,8 @@
                   "../ide/src/OldIDESettings.ec"
                ]
             },
-            "../extras/gui/controls/StringsBox.ec"
+            "../extras/gui/controls/StringsBox.ec",
+            "../extras/types/DynamicString.ec"
          ]
       },
       "epj2make.ec"
       {
          "Folder" : "locale",
          "Files" : [
-            {
-               "Folder" : "zh_CN",
-               "Files" : [
-                  {
-                     "Folder" : "LC_MESSAGES",
-                     "Files" : [
-                        "epj2make.mo"
-                     ]
-                  }
-               ]
-            },
-            {
-               "Folder" : "es_ES",
-               "Files" : [
-                  {
-                     "Folder" : "LC_MESSAGES",
-                     "Files" : [
-                        "epj2make.mo"
-                     ]
-                  }
-               ]
-            }
+            "es.mo",
+            "he.mo",
+            "ru.mo",
+            "zh_CN.mo"
          ]
       },
-      "../include.mk"
+      "../crossplatform.mk"
    ]
-}
\ No newline at end of file
+}