From ff938b977db21378a1f016f65e7345c50e71ef8f Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 24 Apr 2007 14:09:50 +0000 Subject: Half way there on the road to implementing basic group functionality. You can create groups, you can't do anything with them yet (although the syntax is supported already.) --- build.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'build.conf') diff --git a/build.conf b/build.conf index 6da97e2..01ef6b6 100644 --- a/build.conf +++ b/build.conf @@ -10,6 +10,7 @@ set "LDFLAGS" += "-Llibbu++ -lbu++ -ldl" "build": rule "exe", target file, + group "program", requires "libbu++/libbu++.a", set "CXXFLAGS" += "-Ilibbu++/src", input filesIn("src") filter regexp(".*\\.(cpp|y|l)$") -- cgit v1.2.3