X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?p=ede;a=blobdiff_plain;f=explorer%2Fexplorer.epj;h=eb35059d70111bb7e2c471c482b90b0bb21eb135;hp=fc207fbef9cf3de34d5cfb5e7f1122286cc1419a;hb=4943336814b7b33a190e420e7ed6014921522014;hpb=78f061786a421dc1fa2826f62eb7f4e7fd1ecb32 diff --git a/explorer/explorer.epj b/explorer/explorer.epj index fc207fb..eb35059 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,6 +27,14 @@ "Debug" : false, "Optimization" : "Speed" } + }, + { + "Name" : "MemoryGuard", + "Options" : { + "Debug" : true, + "MemoryGuard" : true, + "Console" : true + } } ], "Files" : [ @@ -59,8 +66,7 @@ "src/DeleteBox.ec", "src/Finder.ec", "src/NotificationBox.ec", - "src/Panels.ec", - "src/Search.ec" + "src/Panels.ec" ], "Options" : { "ExcludeFromBuild" : true