From c6e5219f2e4ea030a3d58f0c085e5c2da4361f3c Mon Sep 17 00:00:00 2001 From: Randall Luecke Date: Sat, 16 Jul 2011 23:11:13 -0700 Subject: [PATCH] Add Xcodecapp-cocoa build to Tools Jakefile --- Tools/Jakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/Jakefile b/Tools/Jakefile index e5f10f1c4..1f0d986c9 100644 --- a/Tools/Jakefile +++ b/Tools/Jakefile @@ -2,6 +2,6 @@ require("../common.jake"); // nib2cib uses fontinfo and capp uses nib2cib -subtasks(["fontinfo", "nib2cib", "capp", "NativeHost", "xcodecapp"], ["build"/*, "clean", "clobber"*/]); +subtasks(["fontinfo", "nib2cib", "capp", "NativeHost", "xcodecapp", "xcodecapp-cocoa"], ["build"/*, "clean", "clobber"*/]); subtasks(["fontinfo"], ["clean", "clobber"]);