documentor: Added an embedded icon for Windows
[sdk] / documentor / documentor.epj
index 302b52b..22c4ca0 100644 (file)
@@ -2,9 +2,10 @@
    "Version" : 0.2,
    "ModuleName" : "documentor",
    "Options" : {
+      "PreprocessorDefinitions" : [
+         "ECERE_DOCUMENTOR"
+      ],
       "TargetFileName" : "documentor",
-      "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)",
-      "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)",
       "Libraries" : [
          "ecere"
       ]
@@ -18,7 +19,9 @@
             "Optimization" : "None",
             "PreprocessorDefinitions" : [
                "_DEBUG"
-            ]
+            ],
+            "Console" : true,
+            "FastMath" : false
          }
       },
       {
                "../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))"
             ]
          }
       },
@@ -44,7 +51,8 @@
             "PreprocessorDefinitions" : [
                "_DEBUG"
             ],
-            "Console" : true
+            "Console" : true,
+            "FastMath" : false
          }
       }
    ],
@@ -68,9 +76,7 @@
                   "../ide/src/OldIDESettings.ec"
                ]
             },
-            "../extras/gui/controls/PathBox.ec",
-            "../extras/gui/controls/StringsBox.ec",
-            "../extras/gui/controls/DirectoriesBox.ec"
+            "../extras/gui/controls/StringsBox.ec"
          ]
       },
       {
             "Documentor.ec",
             "SettingsDialog.ec"
          ]
-      }
+      },
+      "resources.rc"
    ],
    "ResourcesPath" : "",
    "Resources" : [
-
+      {
+         "Folder" : "locale",
+         "Files" : [
+            "es.mo",
+            "pt_BR.mo",
+            "zh_CN.mo"
+         ]
+      },
+      {
+         "Folder" : "actions",
+         "Files" : [
+            "../ide/res/actions/docOpen.png"
+         ]
+      },
+      "res/documentorIcon.png"
    ]
-}
\ No newline at end of file
+}