ecere/gui/Window: Prevent uninitialized values if base Window methods not overridden...
[sdk] / epj2make / epj2make.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "epj2make",
4    "Options" : {
5       "Warnings" : "All",
6       "PreprocessorDefinitions" : [
7          "ECERE_EPJ2MAKE"
8       ],
9       "TargetType" : "Executable",
10       "TargetFileName" : "epj2make",
11       "Libraries" : [
12          "ecere"
13       ],
14       "Console" : true
15    },
16    "Platforms" : [
17       {
18          "Name" : "Linux",
19          "Options" : {
20             "PreprocessorDefinitions" : [
21
22             ]
23          }
24       }
25    ],
26    "Configurations" : [
27       {
28          "Name" : "Debug",
29          "Options" : {
30             "Debug" : true,
31             "Optimization" : "None",
32             "PreprocessorDefinitions" : [
33                "_DEBUG"
34             ],
35             "FastMath" : false
36          },
37          "Platforms" : [
38             {
39                "Name" : "Linux",
40                "Options" : {
41                   "PreprocessorDefinitions" : [
42
43                   ]
44                }
45             }
46          ]
47       },
48       {
49          "Name" : "Release",
50          "Options" : {
51             "Warnings" : "None",
52             "Debug" : false,
53             "NoLineNumbers" : true,
54             "Optimization" : "Speed",
55             "LibraryDirs" : [
56                "../obj/$(PLATFORM)/bin",
57                "../obj/$(PLATFORM)/lib"
58             ],
59             "FastMath" : true,
60             "PostbuildCommands" : [
61                "$(call cp,$(TARGET),../obj/$(PLATFORM)/bin/)"
62             ],
63             "InstallCommands" : [
64                "$(if $(WINDOWS_HOST),$(call cp,$(TARGET),\"$(BINDIR)/\"),install $(INSTALL_FLAGS) $(TARGET) $(BINDIR)/$(MODULE)$(E))"
65             ]
66          }
67       },
68       {
69          "Name" : "MemoryGuard",
70          "Options" : {
71             "Debug" : true,
72             "MemoryGuard" : true,
73             "Optimization" : "None",
74             "FastMath" : false
75          }
76       }
77    ],
78    "Files" : [
79       {
80          "Folder" : "extern",
81          "Files" : [
82             {
83                "Folder" : "ide",
84                "Files" : [
85                   "../ide/src/project/Project.ec",
86                   "../ide/src/project/ProjectConfig.ec",
87                   "../ide/src/project/ProjectNode.ec",
88                   "../ide/src/IDESettings.ec",
89                   "../ide/src/OldIDESettings.ec"
90                ]
91             },
92             "../extras/gui/controls/StringsBox.ec",
93             "../extras/types/DynamicString.ec"
94          ]
95       },
96       "epj2make.ec"
97    ],
98    "ResourcesPath" : "",
99    "Resources" : [
100       {
101          "Folder" : "locale",
102          "Files" : [
103             "es.mo",
104             "he.mo",
105             "ru.mo",
106             "zh_CN.mo"
107          ]
108       },
109       "../crossplatform.mk"
110    ]
111 }