X-Git-Url: https://ecere.com/cgi-bin/gitweb.cgi?p=ede;a=blobdiff_plain;f=explorer%2Fexplorer.epj;h=39cea878bc0fbea8b79eaaa2de6811bd4d68a8f6;hp=0a12173bf217a318ad4a247e080f78a2f39983ae;hb=HEAD;hpb=36c3b8012682a36987d0cbeb2399fe003cf7622f diff --git a/explorer/explorer.epj b/explorer/explorer.epj index 0a12173..39cea87 100644 --- a/explorer/explorer.epj +++ b/explorer/explorer.epj @@ -17,7 +17,8 @@ "Optimization" : "None", "PreprocessorDefinitions" : [ "_DEBUG" - ] + ], + "Console" : true } }, { @@ -26,15 +27,43 @@ "Debug" : false, "Optimization" : "Speed" } + }, + { + "Name" : "MemoryGuard", + "Options" : { + "Debug" : true, + "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" : "$(ECERE_SDK_SRC)/extras/gui/controls/ToolBar.ec", + "Options" : { + "ExcludeFromBuild" : true + } + }, + "$(ECERE_SDK_SRC)/extras/gui/controls/SearchBox.ec" + ], + "Configurations" : [ + { + "Name" : "Test", + "Options" : { + "ExcludeFromBuild" : true + } + } ] }, { @@ -57,8 +86,7 @@ "src/DeleteBox.ec", "src/Finder.ec", "src/NotificationBox.ec", - "src/Panels.ec", - "src/Search.ec" + "src/Panels.ec" ], "Options" : { "ExcludeFromBuild" : true @@ -69,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", @@ -81,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 +}