X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?p=ede;a=blobdiff_plain;f=newexplorer%2Fexplorer.epj;fp=newexplorer%2Fexplorer.epj;h=1b4ddf3889e779ce813599476ab2c02ffd9d6c70;hp=0000000000000000000000000000000000000000;hb=33c13de8443ab96bef32fd87529d0105447f12c0;hpb=d4e1cd6575c22f956080d028dab62c88c86c5b71 diff --git a/newexplorer/explorer.epj b/newexplorer/explorer.epj new file mode 100644 index 0000000..1b4ddf3 --- /dev/null +++ b/newexplorer/explorer.epj @@ -0,0 +1,59 @@ +{ + "Version" : 0.2, + "ModuleName" : "explorer", + "Options" : { + "Warnings" : "All", + "TargetType" : "Executable", + "TargetFileName" : "explorer", + "Libraries" : [ + "ecere" + ] + }, + "Configurations" : [ + { + "Name" : "Debug", + "Options" : { + "Debug" : true, + "Optimization" : "None", + "PreprocessorDefinitions" : [ + "_DEBUG" + ] + } + }, + { + "Name" : "Release", + "Options" : { + "Debug" : false, + "Optimization" : "Speed" + } + } + ], + "Files" : [ + { + "Folder" : "extern", + "Files" : [ + "../../../sdk/extras/gui/controls/SelectorBar.ec", + "../../../sdk/extras/gui/controls/ToolBar.ec", + "../../../sdk/extras/gui/IconBag.ec" + ] + }, + { + "Folder" : "src", + "Files" : [ + "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-left.png", + "view-showcase-right.png" + ] +} \ No newline at end of file