From 3d65574f7c3ddd7a9b05fadcf0b0622cd53ce12b Mon Sep 17 00:00:00 2001 From: Christophe Serafin Date: Mon, 19 Nov 2012 12:21:07 +0100 Subject: [PATCH] build LPKit in its own folder --- Jakefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jakefile b/Jakefile index 6c3aa65..c48381e 100644 --- a/Jakefile +++ b/Jakefile @@ -44,7 +44,6 @@ framework ("LPKit", function(task) task.setResources(new FileList("Resources/*")); task.setInfoPlistPath("Info.plist"); - if (configuration === "Debug") task.setCompilerFlags("-DDEBUG -g"); else @@ -83,4 +82,4 @@ task("test", function() task ("default", ["release"]); task ("docs", ["documentation"]); -task ("all", ["release", "debug", "documentation"]); +task ("all", ["release", "debug", "documentation"]); \ No newline at end of file