X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?p=ede;a=blobdiff_plain;f=explorer%2Fexplorer.epj;h=fc207fbef9cf3de34d5cfb5e7f1122286cc1419a;hp=8fa78f8d0c508a4eac50edf15cdecee62abacd78;hb=7026df30146176cf9fe585a33f3539d4f299515e;hpb=4f3e760407ea988f92bad9cc7016d4931bdc2586;ds=sidebyside diff --git a/explorer/explorer.epj b/explorer/explorer.epj index 8fa78f8..fc207fb 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" : [ { @@ -20,16 +19,14 @@ "Optimization" : "None", "PreprocessorDefinitions" : [ "_DEBUG" - ], - "TargetFileName" : "explorer" + ] } }, { "Name" : "Release", "Options" : { "Debug" : false, - "Optimization" : "Speed", - "TargetFileName" : "explorer" + "Optimization" : "Speed" } } ], @@ -37,39 +34,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