X-Git-Url: https://ecere.com/cgi-bin/gitweb.cgi?p=ede;a=blobdiff_plain;f=explorer%2Fexplorer.epj;h=804866e66c1b9f49330f30ace07d6f424efbce4f;hp=fc207fbef9cf3de34d5cfb5e7f1122286cc1419a;hb=0a9a2099baaa56c453eb0903258f329c9d4bc25d;hpb=78f061786a421dc1fa2826f62eb7f4e7fd1ecb32 diff --git a/explorer/explorer.epj b/explorer/explorer.epj index fc207fb..804866e 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" ] @@ -19,7 +17,8 @@ "Optimization" : "None", "PreprocessorDefinitions" : [ "_DEBUG" - ] + ], + "Console" : true } }, { @@ -28,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" : "../../../sdk/extras/gui/controls/ToolBar.ec", + "Options" : { + "ExcludeFromBuild" : true + } + }, + "../../../sdk/extras/gui/controls/SearchBox.ec" + ], + "Configurations" : [ + { + "Name" : "Test", + "Options" : { + "ExcludeFromBuild" : true + } + } ] }, { @@ -59,8 +86,7 @@ "src/DeleteBox.ec", "src/Finder.ec", "src/NotificationBox.ec", - "src/Panels.ec", - "src/Search.ec" + "src/Panels.ec" ], "Options" : { "ExcludeFromBuild" : true @@ -71,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", @@ -83,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 +}