ide: move windows specific code (setEcereLanguageInWinRegEnvironment) to process...
[sdk] / epj2make / epj2make.epj
index 95985f5..6c77221 100644 (file)
@@ -4,7 +4,7 @@
    "Options" : {
       "Warnings" : "All",
       "PreprocessorDefinitions" : [
-         "MAKEFILE_GENERATOR"
+         "ECERE_EPJ2MAKE"
       ],
       "TargetType" : "Executable",
       "TargetFileName" : "epj2make",
             ],
             "FastMath" : true,
             "PostbuildCommands" : [
-               "$(call cpq,$(TARGET),../obj/$(PLATFORM)/bin/)"
+               "$(call cp,$(TARGET),../obj/$(PLATFORM)/bin/)"
             ],
             "InstallCommands" : [
-               "$(if $(WINDOWS_HOST),$(call cpq,$(TARGET),\"$(BINDIR)/\"),install $(INSTALL_FLAGS) $(TARGET) $(BINDIR)/$(MODULE)$(E))"
+               "$(if $(WINDOWS_HOST),$(call cp,$(TARGET),\"$(BINDIR)/\"),install $(INSTALL_FLAGS) $(TARGET) $(BINDIR)/$(MODULE)$(E))"
             ]
          }
       },
       {
          "Folder" : "locale",
          "Files" : [
-            {
-               "Folder" : "epj2make",
-               "Files" : [
-                  "es.mo",
-                  "he.mo",
-                  "ru.mo",
-                  "zh_CN.mo"
-               ]
-            }
+            "es.mo",
+            "he.mo",
+            "ru.mo",
+            "zh_CN.mo"
          ]
       },
       "../crossplatform.mk"