documentor: Fixed caret positioning bug after opening a new page
[sdk] / documentor / documentor.epj
index 17c01f1..22c4ca0 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))"
             ]
          }
       },
@@ -82,7 +85,8 @@
             "Documentor.ec",
             "SettingsDialog.ec"
          ]
-      }
+      },
+      "resources.rc"
    ],
    "ResourcesPath" : "",
    "Resources" : [