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