misc; modified all project (.epj) files to have the appropriate fast math option...
[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             "FastMath" : false
22          }
23       },
24       {
25          "Name" : "Release",
26          "Options" : {
27             "Warnings" : "None",
28             "Debug" : false,
29             "NoLineNumbers" : true,
30             "Optimization" : "Speed",
31             "LibraryDirs" : [
32                "../../obj/$(PLATFORM)/bin",
33                "../../obj/$(PLATFORM)/lib"
34             ],
35             "FastMath" : true,
36             "PostbuildCommands" : [
37                "$(call cpq,$(TARGET),../../obj/$(PLATFORM)/bin/)"
38             ]
39          }
40       }
41    ],
42    "Files" : [
43       "ear.ec"
44    ],
45    "ResourcesPath" : "",
46    "Resources" : [
47       {
48          "Folder" : "locale",
49          "Files" : [
50             {
51                "Folder" : "zh_CN",
52                "Files" : [
53                   {
54                      "Folder" : "LC_MESSAGES",
55                      "Files" : [
56                         "ear.mo"
57                      ]
58                   }
59                ]
60             },
61             {
62                "Folder" : "es_ES",
63                "Files" : [
64                   {
65                      "Folder" : "LC_MESSAGES",
66                      "Files" : [
67                         "../extract/locale/es_ES/LC_MESSAGES/extract.mo"
68                      ]
69                   }
70                ]
71             }
72          ]
73       },
74       "../extract/obj/release.$(PLATFORM)/extract$(E)"
75    ]
76 }