i18n: Updated translation templates
[sdk] / documentor / documentor.epj
index 4720ede..c6f5e6d 100644 (file)
@@ -3,8 +3,6 @@
    "ModuleName" : "documentor",
    "Options" : {
       "TargetFileName" : "documentor",
-      "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)",
-      "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)",
       "Libraries" : [
          "ecere"
       ]
@@ -19,7 +17,8 @@
             "PreprocessorDefinitions" : [
                "_DEBUG"
             ],
-            "Console" : true
+            "Console" : true,
+            "FastMath" : false
          }
       },
       {
                "../obj/$(PLATFORM)/bin",
                "../obj/$(PLATFORM)/lib"
             ],
+            "FastMath" : true,
             "PostbuildCommands" : [
                "$(call cpq,$(TARGET),../obj/$(PLATFORM)/bin/)"
+            ],
+            "InstallCommands" : [
+               "$(if $(WINDOWS_HOST),$(call cpq,$(TARGET),\"$(BINDIR)/\"),install $(INSTALL_FLAGS) $(TARGET) $(BINDIR)/$(MODULE)$(E))"
             ]
          }
       },
@@ -45,7 +48,8 @@
             "PreprocessorDefinitions" : [
                "_DEBUG"
             ],
-            "Console" : true
+            "Console" : true,
+            "FastMath" : false
          }
       }
    ],
                      ]
                   }
                ]
+            },
+            {
+               "Folder" : "es_ES",
+               "Files" : [
+                  {
+                     "Folder" : "LC_MESSAGES",
+                     "Files" : [
+                        "documentor.mo"
+                     ]
+                  }
+               ]
             }
          ]
       },
+      {
+         "Folder" : "actions",
+         "Files" : [
+            "../ide/res/actions/docOpen.png"
+         ]
+      },
       "res/documentorIcon.png"
    ]
-}
\ No newline at end of file
+}