ecere/gui/Window: Prevent uninitialized values if base Window methods not overridden...
[sdk] / ear / cmd / ear.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "ear",
4    "Options" : {
5       "TargetType" : "Executable",
6       "TargetFileName" : "ear",
7       "Libraries" : [
8          "ecere"
9       ],
10       "Console" : true
11    },
12    "Configurations" : [
13       {
14          "Name" : "Debug",
15          "Options" : {
16             "Warnings" : "All",
17             "Debug" : true,
18             "Optimization" : "None",
19             "FastMath" : false
20          }
21       },
22       {
23          "Name" : "Release",
24          "Options" : {
25             "Warnings" : "None",
26             "Debug" : false,
27             "NoLineNumbers" : true,
28             "Optimization" : "Speed",
29             "LibraryDirs" : [
30                "../../obj/$(PLATFORM)/bin",
31                "../../obj/$(PLATFORM)/lib"
32             ],
33             "FastMath" : true,
34             "PostbuildCommands" : [
35                "$(call cp,$(TARGET),../../obj/$(PLATFORM)/bin/)"
36             ],
37             "InstallCommands" : [
38                "$(if $(WINDOWS_HOST),$(call cp,$(TARGET),\"$(BINDIR)/\"),install $(INSTALL_FLAGS) $(TARGET) $(BINDIR)/$(MODULE)$(E))"
39             ]
40          }
41       }
42    ],
43    "Files" : [
44       "ear.ec"
45    ],
46    "ResourcesPath" : "",
47    "Resources" : [
48       {
49          "Folder" : "locale",
50          "Files" : [
51             "es.mo",
52             "ru.mo",
53             "zh_CN.mo"
54          ]
55       },
56       "../extract/obj/release.$(PLATFORM)$(COMPILER_SUFFIX)/extract$(E)"
57    ]
58 }