Initial git commit -- Transition from CodeGuard repository
[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/PathBox.ec",
89             "../extras/gui/controls/StringsBox.ec"
90          ]
91       },
92       "epj2make.ec"
93    ],
94    "ResourcesPath" : "",
95    "Resources" : [
96       "../include.mk"
97    ]
98 }