From d67226525067eea8f4d9bbdb9d94314b9bb6e316 Mon Sep 17 00:00:00 2001 From: Phil Greenway Date: Sat, 10 Jan 2004 22:07:21 +0000 Subject: [PATCH] Tried to add factor.cpp to jamfile - unsuccessfully git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6008 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/Jamfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/apps/bin/Jamfile b/src/apps/bin/Jamfile index fe43e3443c..955787ed4f 100644 --- a/src/apps/bin/Jamfile +++ b/src/apps/bin/Jamfile @@ -21,6 +21,11 @@ StdBinCommands yes.cpp : be ; +#UsePrivateHeaders kernel ; +#StdBinCommands +# factor.cpp +# : be ; + StdBinCommands translate.cpp : be translation ;