From 39a01fbb296df60fd7419fe4a3b39ea2160b5ce6 Mon Sep 17 00:00:00 2001 From: shatty Date: Mon, 22 Nov 2004 02:31:30 +0000 Subject: [PATCH] allow resources as a fourth argument to the App rule, similar to the BinCommand git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10144 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- Jamrules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jamrules b/Jamrules index 615fea3191..dcc88c9aba 100644 --- a/Jamrules +++ b/Jamrules @@ -400,9 +400,10 @@ actions C++ rule App { - # App : : ; + # App : : : ; SetupIncludes ; SetupObjectsDir ; + AddResources $(1) : $(4) ; Main $(1) : $(2) ; MakeLocate $(1) : $(OBOS_APPS_DIR) ; LinkSharedOSLibs $(1) : $(3) ;