documentor: new econ-based documentation format. add ear-to-econ-ecdoc tool to migrat...
[sdk] / documentor / tools / ear-to-econ-ecdoc.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "ear-to-econ-ecdoc",
4    "Options" : {
5       "Warnings" : "All",
6       "PreprocessorDefinitions" : [
7          "EAR_TO_ECON_ECDOC"
8       ],
9       "TargetType" : "Executable",
10       "TargetFileName" : "ear-to-econ-ecdoc",
11       "Libraries" : [
12          "ecere"
13       ],
14       "Console" : true
15    },
16    "Configurations" : [
17       {
18          "Name" : "Debug",
19          "Options" : {
20             "Debug" : true,
21             "Optimization" : "None",
22             "PreprocessorDefinitions" : [
23                "_DEBUG"
24             ],
25             "FastMath" : false
26          }
27       },
28       {
29          "Name" : "Release",
30          "Options" : {
31             "Debug" : false,
32             "Optimization" : "Speed",
33             "FastMath" : true
34          }
35       }
36    ],
37    "Files" : [
38       "ear-to-econ-ecdoc.ec",
39       "../src/Documentor.ec"
40    ],
41    "ResourcesPath" : "",
42    "Resources" : [
43
44    ]
45 }