X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?p=ede;a=blobdiff_plain;f=explorer%2Fexplorer.epj;h=804866e66c1b9f49330f30ace07d6f424efbce4f;hp=eb35059d70111bb7e2c471c482b90b0bb21eb135;hb=0a9a2099baaa56c453eb0903258f329c9d4bc25d;hpb=3585433f3055c63a80dce62dc68343ba03a3568c diff --git a/explorer/explorer.epj b/explorer/explorer.epj index eb35059..804866e 100644 --- a/explorer/explorer.epj +++ b/explorer/explorer.epj @@ -35,15 +35,35 @@ "MemoryGuard" : true, "Console" : true } + }, + { + "Name" : "Test", + "Options" : { + "Debug" : true, + "MemoryGuard" : true, + "Console" : true + } } ], "Files" : [ { "Folder" : "extern", "Files" : [ - "/sdk/extras/gui/controls/SelectorBar.ec", - "/sdk/extras/gui/controls/ToolBar.ec", - "/sdk/extras/gui/IconBag.ec" + { + "FileName" : "../../../sdk/extras/gui/controls/ToolBar.ec", + "Options" : { + "ExcludeFromBuild" : true + } + }, + "../../../sdk/extras/gui/controls/SearchBox.ec" + ], + "Configurations" : [ + { + "Name" : "Test", + "Options" : { + "ExcludeFromBuild" : true + } + } ] }, { @@ -77,7 +97,43 @@ "Files" : [ "Explorer.ec", "ExplorerWindow.ec" + ], + "Configurations" : [ + { + "Name" : "Test", + "Options" : { + "ExcludeFromBuild" : true + } + } ] + }, + { + "Folder" : "tests", + "Files" : [ + { + "FileName" : "t1FileSystemCache.ec", + "Configurations" : [ + { + "Name" : "Test", + "Options" : { + "ExcludeFromBuild" : false + } + } + ] + } + ], + "Options" : { + "ExcludeFromBuild" : true + } + }, + { + "Folder" : "tools", + "Files" : [ + + ], + "Options" : { + "ExcludeFromBuild" : true + } } ], "ResourcesPath" : "res", @@ -89,6 +145,7 @@ "view-icons.png", "view-list.png", "view-showcase-left.png", - "view-showcase-right.png" + "view-showcase-right.png", + "explorerIcon.png" ] -} \ No newline at end of file +}