libede: fixed windows file system root listing for tree
[ede] / explorer / explorer.epj
index 8fa78f8..0a12173 100644 (file)
@@ -3,14 +3,11 @@
    "ModuleName" : "explorer",
    "Options" : {
       "Warnings" : "All",
-      "MemoryGuard" : false,
-      "Profile" : false,
-      "StrictNameSpaces" : false,
       "TargetType" : "Executable",
+      "TargetFileName" : "explorer",
       "Libraries" : [
          "ecere"
-      ],
-      "Console" : false
+      ]
    },
    "Configurations" : [
       {
             "Optimization" : "None",
             "PreprocessorDefinitions" : [
                "_DEBUG"
-            ],
-            "TargetFileName" : "explorer"
+            ]
          }
       },
       {
          "Name" : "Release",
          "Options" : {
             "Debug" : false,
-            "Optimization" : "Speed",
-            "TargetFileName" : "explorer"
+            "Optimization" : "Speed"
          }
       }
    ],
       {
          "Folder" : "extern",
          "Files" : [
-
+            "/sdk/extras/gui/controls/SelectorBar.ec",
+            "/sdk/extras/gui/controls/ToolBar.ec",
+            "/sdk/extras/gui/IconBag.ec"
          ]
       },
       {
-         "Folder" : "src",
+         "Folder" : "migration",
          "Files" : [
-            "Explorer.ec",
-            "ExplorerTree.ec",
-            "DeleteBox.ec",
-            "Finder.ec",
-            "NotificationBox.ec",
-            "Panels.ec",
-            "Search.ec"
-         ]
+            {
+               "Folder" : "structures",
+               "Files" : [
+                  "src/Structures/ArrayBasic.ec",
+                  "src/Structures/ArrayBinaryIndexed.ec",
+                  "src/Structures/ArrayBinarySorted.ec",
+                  "src/Structures/ArrayFactoredGrowth.ec",
+                  "src/Structures/ArrayNotes.ec",
+                  "src/Structures/ArrayTypes.ec",
+                  "src/Structures/ArrayUtilities.ec",
+                  "src/Structures/Stack.ec",
+                  "src/Structures/Temp.ec"
+               ]
+            },
+            "src/DeleteBox.ec",
+            "src/Finder.ec",
+            "src/NotificationBox.ec",
+            "src/Panels.ec",
+            "src/Search.ec"
+         ],
+         "Options" : {
+            "ExcludeFromBuild" : true
+         }
       },
       {
-         "Folder" : "outside",
+         "Folder" : "src",
          "Files" : [
-            "src/SplitWindow.ec",
-            "src/Structures/ArrayFactoredGrowth.ec",
-            "src/Structures/ArrayUtilities.ec",
-            "src/Skin.ec"
+            "Explorer.ec",
+            "ExplorerWindow.ec"
          ]
       }
    ],
    "ResourcesPath" : "res",
    "Resources" : [
+      "browse.png",
       "panel-tree.png",
       "view-cards.png",
       "view-details.png",
       "view-icons.png",
       "view-list.png",
-      "view-showcase-right.png",
-      "browse.png"
+      "view-showcase-left.png",
+      "view-showcase-right.png"
    ]
 }
\ No newline at end of file