Initial git commit -- Transition from CodeGuard repository
[sdk] / ear / cmd / ear.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "ear",
4    "Options" : {
5       "TargetType" : "Executable",
6       "TargetFileName" : "ear",
7       "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)",
8       "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)",
9       "Libraries" : [
10          "ecere"
11       ],
12       "Console" : true
13    },
14    "Configurations" : [
15       {
16          "Name" : "Debug",
17          "Options" : {
18             "Warnings" : "All",
19             "Debug" : true,
20             "Optimization" : "None"
21          }
22       },
23       {
24          "Name" : "Release",
25          "Options" : {
26             "Warnings" : "None",
27             "Debug" : false,
28             "NoLineNumbers" : true,
29             "Optimization" : "Speed",
30             "LibraryDirs" : [
31                "../../obj/$(PLATFORM)/bin",
32                "../../obj/$(PLATFORM)/lib"
33             ],
34             "PostbuildCommands" : [
35                "$(call cpq,$(TARGET),../../obj/$(PLATFORM)/bin/)"
36             ]
37          }
38       }
39    ],
40    "Files" : [
41       "ear.ec"
42    ],
43    "ResourcesPath" : "",
44    "Resources" : [
45       "../extract/obj/release.$(PLATFORM)/extract$(E)"
46    ]
47 }