explorer: better internal GoToLocation code.
[ede] / explorer / explorer.epj
index 0a12173..1a1dd31 100644 (file)
@@ -5,6 +5,8 @@
       "Warnings" : "All",
       "TargetType" : "Executable",
       "TargetFileName" : "explorer",
+      "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)",
+      "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)",
       "Libraries" : [
          "ecere"
       ]
@@ -17,7 +19,8 @@
             "Optimization" : "None",
             "PreprocessorDefinitions" : [
                "_DEBUG"
-            ]
+            ],
+            "Console" : true
          }
       },
       {
             "Debug" : false,
             "Optimization" : "Speed"
          }
+      },
+      {
+         "Name" : "MemoryGuard",
+         "Options" : {
+            "Debug" : true,
+            "MemoryGuard" : true,
+            "Console" : true
+         }
       }
    ],
    "Files" : [