ide/GlobalSettingsDialog: (#956) Fixed SYSROOT browser should expect a directory
[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       "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 cpq,$(TARGET),../obj/$(PLATFORM)/bin/)"
62             ]
63          }
64       },
65       {
66          "Name" : "MemoryGuard",
67          "Options" : {
68             "Debug" : true,
69             "MemoryGuard" : true,
70             "Optimization" : "None",
71             "FastMath" : false
72          }
73       }
74    ],
75    "Files" : [
76       {
77          "Folder" : "extern",
78          "Files" : [
79             {
80                "Folder" : "ide",
81                "Files" : [
82                   "../ide/src/project/Project.ec",
83                   "../ide/src/project/ProjectConfig.ec",
84                   "../ide/src/project/ProjectNode.ec",
85                   "../ide/src/IDESettings.ec",
86                   "../ide/src/OldIDESettings.ec"
87                ]
88             },
89             "../extras/gui/controls/StringsBox.ec",
90             "../extras/types/DynamicString.ec"
91          ]
92       },
93       "epj2make.ec"
94    ],
95    "ResourcesPath" : "",
96    "Resources" : [
97       {
98          "Folder" : "locale",
99          "Files" : [
100             {
101                "Folder" : "zh_CN",
102                "Files" : [
103                   {
104                      "Folder" : "LC_MESSAGES",
105                      "Files" : [
106                         "epj2make.mo"
107                      ]
108                   }
109                ]
110             },
111             {
112                "Folder" : "es_ES",
113                "Files" : [
114                   {
115                      "Folder" : "LC_MESSAGES",
116                      "Files" : [
117                         "epj2make.mo"
118                      ]
119                   }
120                ]
121             }
122          ]
123       },
124       "../crossplatform.mk"
125    ]
126 }