0d1b7747e31fa436bb527fb4e6627e412bb4726a
[sdk] / documentor / documentor.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "documentor",
4    "Options" : {
5       "TargetFileName" : "documentor",
6       "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)",
7       "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)",
8       "Libraries" : [
9          "ecere"
10       ]
11    },
12    "Configurations" : [
13       {
14          "Name" : "Debug",
15          "Options" : {
16             "Warnings" : "All",
17             "Debug" : true,
18             "Optimization" : "None",
19             "PreprocessorDefinitions" : [
20                "_DEBUG"
21             ]
22          }
23       },
24       {
25          "Name" : "Release",
26          "Options" : {
27             "Warnings" : "None",
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          "Name" : "MemoryGuard",
41          "Options" : {
42             "Debug" : true,
43             "MemoryGuard" : true,
44             "PreprocessorDefinitions" : [
45                "_DEBUG"
46             ],
47             "Console" : true
48          }
49       }
50    ],
51    "Files" : [
52       {
53          "Folder" : "extern",
54          "Files" : [
55             {
56                "Folder" : "htmlView",
57                "Files" : [
58                   "../extras/html/htmlParser.ec",
59                   "../extras/html/HTMLView.ec",
60                   "../extras/html/lines.ec",
61                   "../extras/html/tables.ec"
62                ]
63             },
64             {
65                "Folder" : "ide",
66                "Files" : [
67                   "../ide/src/IDESettings.ec",
68                   "../ide/src/OldIDESettings.ec"
69                ]
70             },
71             "../extras/gui/controls/StringsBox.ec"
72          ]
73       },
74       {
75          "Folder" : "src",
76          "Files" : [
77             "Documentor.ec",
78             "SettingsDialog.ec"
79          ]
80       }
81    ],
82    "ResourcesPath" : "",
83    "Resources" : [
84
85    ]
86 }