X-Git-Url: https://ecere.com/cgi-bin/gitweb.cgi?p=ede;a=blobdiff_plain;f=explorer%2Fexplorer.epj;h=39cea878bc0fbea8b79eaaa2de6811bd4d68a8f6;hp=8fa78f8d0c508a4eac50edf15cdecee62abacd78;hb=HEAD;hpb=4f3e760407ea988f92bad9cc7016d4931bdc2586 diff --git a/explorer/explorer.epj b/explorer/explorer.epj index 8fa78f8..39cea87 100644 --- a/explorer/explorer.epj +++ b/explorer/explorer.epj @@ -3,14 +3,11 @@ "ModuleName" : "explorer", "Options" : { "Warnings" : "All", - "MemoryGuard" : false, - "Profile" : false, - "StrictNameSpaces" : false, "TargetType" : "Executable", + "TargetFileName" : "explorer", "Libraries" : [ "ecere" - ], - "Console" : false + ] }, "Configurations" : [ { @@ -21,15 +18,30 @@ "PreprocessorDefinitions" : [ "_DEBUG" ], - "TargetFileName" : "explorer" + "Console" : true } }, { "Name" : "Release", "Options" : { "Debug" : false, - "Optimization" : "Speed", - "TargetFileName" : "explorer" + "Optimization" : "Speed" + } + }, + { + "Name" : "MemoryGuard", + "Options" : { + "Debug" : true, + "MemoryGuard" : true, + "Console" : true + } + }, + { + "Name" : "Test", + "Options" : { + "Debug" : true, + "MemoryGuard" : true, + "Console" : true } } ], @@ -37,39 +49,103 @@ { "Folder" : "extern", "Files" : [ - + { + "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 + } + } ] }, { + "Folder" : "migration", + "Files" : [ + { + "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" + ], + "Options" : { + "ExcludeFromBuild" : true + } + }, + { "Folder" : "src", "Files" : [ "Explorer.ec", - "ExplorerTree.ec", - "DeleteBox.ec", - "Finder.ec", - "NotificationBox.ec", - "Panels.ec", - "Search.ec" + "ExplorerWindow.ec" + ], + "Configurations" : [ + { + "Name" : "Test", + "Options" : { + "ExcludeFromBuild" : true + } + } ] }, { - "Folder" : "outside", + "Folder" : "tests", "Files" : [ - "src/SplitWindow.ec", - "src/Structures/ArrayFactoredGrowth.ec", - "src/Structures/ArrayUtilities.ec", - "src/Skin.ec" - ] + { + "FileName" : "t1FileSystemCache.ec", + "Configurations" : [ + { + "Name" : "Test", + "Options" : { + "ExcludeFromBuild" : false + } + } + ] + } + ], + "Options" : { + "ExcludeFromBuild" : true + } + }, + { + "Folder" : "tools", + "Files" : [ + + ], + "Options" : { + "ExcludeFromBuild" : true + } } ], "ResourcesPath" : "res", "Resources" : [ + "browse.png", "panel-tree.png", "view-cards.png", "view-details.png", "view-icons.png", "view-list.png", + "view-showcase-left.png", "view-showcase-right.png", - "browse.png" + "explorerIcon.png" ] -} \ No newline at end of file +}