X-Git-Url: https://ecere.com/cgi-bin/gitweb.cgi?p=ede;a=blobdiff_plain;f=explorer%2Fexplorer.epj;h=1a1dd31a91a2170beded9976cf94a2af2f489599;hp=8fa78f8d0c508a4eac50edf15cdecee62abacd78;hb=a6de2d6f9b217a71c50e998222d31a9f091ff131;hpb=4f3e760407ea988f92bad9cc7016d4931bdc2586 diff --git a/explorer/explorer.epj b/explorer/explorer.epj index 8fa78f8..1a1dd31 100644 --- a/explorer/explorer.epj +++ b/explorer/explorer.epj @@ -3,14 +3,13 @@ "ModuleName" : "explorer", "Options" : { "Warnings" : "All", - "MemoryGuard" : false, - "Profile" : false, - "StrictNameSpaces" : false, "TargetType" : "Executable", + "TargetFileName" : "explorer", + "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)", + "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)", "Libraries" : [ "ecere" - ], - "Console" : false + ] }, "Configurations" : [ { @@ -21,15 +20,22 @@ "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 } } ], @@ -37,39 +43,55 @@ { "Folder" : "extern", "Files" : [ - + "/sdk/extras/gui/controls/SelectorBar.ec", + "/sdk/extras/gui/controls/ToolBar.ec", + "/sdk/extras/gui/IconBag.ec" ] }, { - "Folder" : "src", + "Folder" : "migration", "Files" : [ - "Explorer.ec", - "ExplorerTree.ec", - "DeleteBox.ec", - "Finder.ec", - "NotificationBox.ec", - "Panels.ec", - "Search.ec" - ] + { + "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", + "src/Search.ec" + ], + "Options" : { + "ExcludeFromBuild" : true + } }, { - "Folder" : "outside", + "Folder" : "src", "Files" : [ - "src/SplitWindow.ec", - "src/Structures/ArrayFactoredGrowth.ec", - "src/Structures/ArrayUtilities.ec", - "src/Skin.ec" + "Explorer.ec", + "ExplorerWindow.ec" ] } ], "ResourcesPath" : "res", "Resources" : [ + "browse.png", "panel-tree.png", "view-cards.png", "view-details.png", "view-icons.png", "view-list.png", - "view-showcase-right.png", - "browse.png" + "view-showcase-left.png", + "view-showcase-right.png" ] } \ No newline at end of file