X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?p=ede;a=blobdiff_plain;f=explorer%2Fexplorer.epj;h=39cea878bc0fbea8b79eaaa2de6811bd4d68a8f6;hp=1a1dd31a91a2170beded9976cf94a2af2f489599;hb=HEAD;hpb=fe0536585e8c3f164a0f67a96014030dfb6c135b diff --git a/explorer/explorer.epj b/explorer/explorer.epj index 1a1dd31..39cea87 100644 --- a/explorer/explorer.epj +++ b/explorer/explorer.epj @@ -5,8 +5,6 @@ "Warnings" : "All", "TargetType" : "Executable", "TargetFileName" : "explorer", - "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)", - "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)", "Libraries" : [ "ecere" ] @@ -37,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" : "$(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 + } + } ] }, { @@ -68,8 +86,7 @@ "src/DeleteBox.ec", "src/Finder.ec", "src/NotificationBox.ec", - "src/Panels.ec", - "src/Search.ec" + "src/Panels.ec" ], "Options" : { "ExcludeFromBuild" : true @@ -80,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", @@ -92,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 +}