From 74ca3b24c28e14864177a16f683cf127ae12705f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 3 Nov 2005 13:46:19 +0000 Subject: [PATCH] Removed unneeded libroot.so shared objects; everything is linked against libroot.so by default, anyway. Allowed to build the apps under BeOS (where libroot.so could not be found, btw). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14659 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/Jamfile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/bin/Jamfile b/src/bin/Jamfile index e000843429..6e40945a0b 100644 --- a/src/bin/Jamfile +++ b/src/bin/Jamfile @@ -1,5 +1,7 @@ SubDir HAIKU_TOP src bin ; +SetSubDirSupportedPlatformsBeOSCompatible ; + UsePrivateHeaders app ; UsePrivateHeaders kernel ; UsePrivateHeaders shared ; @@ -42,13 +44,13 @@ StdBinCommands uptime.cpp waitfor.c # whoami.c - : libroot.so ; + ; # standard commands that need libtermcap.a StdBinCommands top.c tput.c - : libroot.so libtermcap.a + : libtermcap.a ; # standard commands that need libbe.so @@ -76,14 +78,14 @@ StdBinCommands shutdown.cpp version.cpp # yes.cpp - : libroot.so libbe.so ; + : libbe.so ; # standard commands that need libbe.so, libstdc++.so StdBinCommands copyattr.cpp mountvolume.cpp xres.cpp - : root be $(TARGET_LIBSTDC++) + : be $(TARGET_LIBSTDC++) ; # standard commands that need libbe.so, libtranslation.so