samples/3D/HiraganaCube: Fixes reflecting extent fixes and outline
[sdk] / documentor / documentor.epj
index 9f94546..006bff6 100644 (file)
@@ -2,6 +2,9 @@
    "Version" : 0.2,
    "ModuleName" : "documentor",
    "Options" : {
+      "PreprocessorDefinitions" : [
+         "ECERE_DOCUMENTOR"
+      ],
       "TargetFileName" : "documentor",
       "Libraries" : [
          "ecere"
             ],
             "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))"
             ]
          }
       },
@@ -89,8 +92,9 @@
       {
          "Folder" : "locale",
          "Files" : [
-            "documentor-es.mo",
-            "documentor-zh_CN.mo"
+            "es.mo",
+            "pt_BR.mo",
+            "zh_CN.mo"
          ]
       },
       {