documentor: Fixed first Save on doc file creation
[sdk] / documentor / documentor.epj
index 0d1b774..d5a5074 100644 (file)
@@ -3,8 +3,6 @@
    "ModuleName" : "documentor",
    "Options" : {
       "TargetFileName" : "documentor",
-      "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)",
-      "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)",
       "Libraries" : [
          "ecere"
       ]
@@ -18,7 +16,9 @@
             "Optimization" : "None",
             "PreprocessorDefinitions" : [
                "_DEBUG"
-            ]
+            ],
+            "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))"
             ]
          }
       },
@@ -44,7 +48,8 @@
             "PreprocessorDefinitions" : [
                "_DEBUG"
             ],
-            "Console" : true
+            "Console" : true,
+            "FastMath" : false
          }
       }
    ],
    ],
    "ResourcesPath" : "",
    "Resources" : [
-
+      {
+         "Folder" : "locale",
+         "Files" : [
+            {
+               "Folder" : "zh_CN",
+               "Files" : [
+                  {
+                     "Folder" : "LC_MESSAGES",
+                     "Files" : [
+                        "documentor.mo"
+                     ]
+                  }
+               ]
+            },
+            {
+               "Folder" : "es_ES",
+               "Files" : [
+                  {
+                     "Folder" : "LC_MESSAGES",
+                     "Files" : [
+                        "documentor.mo"
+                     ]
+                  }
+               ]
+            }
+         ]
+      },
+      "res/documentorIcon.png"
    ]
-}
\ No newline at end of file
+}