libede: added MemoryGuard config to epj
[ede] / libede / EDE.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "EDE",
4    "Description" : "Ecere Desktop Environment",
5    "License" : "",
6    "Options" : {
7       "Warnings" : "All",
8       "DefaultNameSpace" : "ede",
9       "TargetType" : "SharedLibrary",
10       "TargetFileName" : "EDE",
11       "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)",
12       "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)",
13       "Libraries" : [
14          "ecere"
15       ]
16    },
17    "Configurations" : [
18       {
19          "Name" : "Debug",
20          "Options" : {
21             "Debug" : true,
22             "Optimization" : "None",
23             "PreprocessorDefinitions" : [
24                "_DEBUG"
25             ]
26          }
27       },
28       {
29          "Name" : "Release",
30          "Options" : {
31             "Debug" : false,
32             "Optimization" : "Speed"
33          }
34       },
35       {
36          "Name" : "MemoryGuard",
37          "Options" : {
38             "Debug" : true,
39             "MemoryGuard" : true
40          }
41       }
42    ],
43    "Files" : [
44       {
45          "Folder" : "src",
46          "Files" : [
47             "FileSystemBox.ec"
48          ]
49       }
50    ],
51    "ResourcesPath" : "",
52    "Resources" : [
53
54    ]
55 }