ecere/sys/ECON: Fixed ECON Hexadecimal Support; Using it for bit classes
[sdk] / epj2make / epj2make.epj
index 37dd96c..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))"
             ]
          }
       },