explorer: attemp at opening files with desktop environment's file associations.
[ede] / explorer / explorer.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "explorer",
4    "Options" : {
5       "Warnings" : "All",
6       "TargetType" : "Executable",
7       "TargetFileName" : "explorer",
8       "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)",
9       "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)",
10       "Libraries" : [
11          "ecere"
12       ]
13    },
14    "Configurations" : [
15       {
16          "Name" : "Debug",
17          "Options" : {
18             "Debug" : true,
19             "Optimization" : "None",
20             "PreprocessorDefinitions" : [
21                "_DEBUG"
22             ]
23          }
24       },
25       {
26          "Name" : "Release",
27          "Options" : {
28             "Debug" : false,
29             "Optimization" : "Speed"
30          }
31       }
32    ],
33    "Files" : [
34       {
35          "Folder" : "extern",
36          "Files" : [
37             "/sdk/extras/gui/controls/SelectorBar.ec",
38             "/sdk/extras/gui/controls/ToolBar.ec",
39             "/sdk/extras/gui/IconBag.ec"
40          ]
41       },
42       {
43          "Folder" : "migration",
44          "Files" : [
45             {
46                "Folder" : "structures",
47                "Files" : [
48                   "src/Structures/ArrayBasic.ec",
49                   "src/Structures/ArrayBinaryIndexed.ec",
50                   "src/Structures/ArrayBinarySorted.ec",
51                   "src/Structures/ArrayFactoredGrowth.ec",
52                   "src/Structures/ArrayNotes.ec",
53                   "src/Structures/ArrayTypes.ec",
54                   "src/Structures/ArrayUtilities.ec",
55                   "src/Structures/Stack.ec",
56                   "src/Structures/Temp.ec"
57                ]
58             },
59             "src/DeleteBox.ec",
60             "src/Finder.ec",
61             "src/NotificationBox.ec",
62             "src/Panels.ec",
63             "src/Search.ec"
64          ],
65          "Options" : {
66             "ExcludeFromBuild" : true
67          }
68       },
69       {
70          "Folder" : "src",
71          "Files" : [
72             "Explorer.ec",
73             "ExplorerWindow.ec"
74          ]
75       }
76    ],
77    "ResourcesPath" : "res",
78    "Resources" : [
79       "browse.png",
80       "panel-tree.png",
81       "view-cards.png",
82       "view-details.png",
83       "view-icons.png",
84       "view-list.png",
85       "view-showcase-left.png",
86       "view-showcase-right.png"
87    ]
88 }