From f28726025503928b458ce1805855f7da24f0491e Mon Sep 17 00:00:00 2001 From: Rejean Loyer Date: Mon, 25 Feb 2013 23:42:15 -0500 Subject: [PATCH] ede; fixed removed intermediate objects directory and target directory from EDE.epj to allow the default option to support additional compilers. --- libede/EDE.epj | 2 -- 1 file changed, 2 deletions(-) diff --git a/libede/EDE.epj b/libede/EDE.epj index 7fb0b90..6509ee5 100644 --- a/libede/EDE.epj +++ b/libede/EDE.epj @@ -6,8 +6,6 @@ "DefaultNameSpace" : "ede", "TargetType" : "SharedLibrary", "TargetFileName" : "EDE", - "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)", - "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)", "Libraries" : [ "ecere" ] -- 1.8.3.1