From 78f061786a421dc1fa2826f62eb7f4e7fd1ecb32 Mon Sep 17 00:00:00 2001 From: Rejean Loyer Date: Wed, 14 Sep 2011 18:09:14 -0400 Subject: [PATCH 1/1] explorer: standard project file target dirs --- explorer/explorer.epj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/explorer/explorer.epj b/explorer/explorer.epj index 0a12173..fc207fb 100644 --- a/explorer/explorer.epj +++ b/explorer/explorer.epj @@ -5,6 +5,8 @@ "Warnings" : "All", "TargetType" : "Executable", "TargetFileName" : "explorer", + "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)", + "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)", "Libraries" : [ "ecere" ] -- 1.8.3.1