explorer: fixed (bool)path[0]
[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             "Console" : true
24          }
25       },
26       {
27          "Name" : "Release",
28          "Options" : {
29             "Debug" : false,
30             "Optimization" : "Speed"
31          }
32       },
33       {
34          "Name" : "MemoryGuard",
35          "Options" : {
36             "Debug" : true,
37             "MemoryGuard" : true,
38             "Console" : true
39          }
40       }
41    ],
42    "Files" : [
43       {
44          "Folder" : "extern",
45          "Files" : [
46             "/sdk/extras/gui/controls/SelectorBar.ec",
47             "/sdk/extras/gui/controls/ToolBar.ec",
48             "/sdk/extras/gui/IconBag.ec"
49          ]
50       },
51       {
52          "Folder" : "migration",
53          "Files" : [
54             {
55                "Folder" : "structures",
56                "Files" : [
57                   "src/Structures/ArrayBasic.ec",
58                   "src/Structures/ArrayBinaryIndexed.ec",
59                   "src/Structures/ArrayBinarySorted.ec",
60                   "src/Structures/ArrayFactoredGrowth.ec",
61                   "src/Structures/ArrayNotes.ec",
62                   "src/Structures/ArrayTypes.ec",
63                   "src/Structures/ArrayUtilities.ec",
64                   "src/Structures/Stack.ec",
65                   "src/Structures/Temp.ec"
66                ]
67             },
68             "src/DeleteBox.ec",
69             "src/Finder.ec",
70             "src/NotificationBox.ec",
71             "src/Panels.ec",
72             "src/Search.ec"
73          ],
74          "Options" : {
75             "ExcludeFromBuild" : true
76          }
77       },
78       {
79          "Folder" : "src",
80          "Files" : [
81             "Explorer.ec",
82             "ExplorerWindow.ec"
83          ]
84       }
85    ],
86    "ResourcesPath" : "res",
87    "Resources" : [
88       "browse.png",
89       "panel-tree.png",
90       "view-cards.png",
91       "view-details.png",
92       "view-icons.png",
93       "view-list.png",
94       "view-showcase-left.png",
95       "view-showcase-right.png"
96    ]
97 }