From a79f112e9bd784cbba2dc3692ecf6bf9e22ba948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 28 Jun 2005 20:13:24 +0000 Subject: [PATCH] Sorry for the broken last commit. We can always link against libroot.so, there is no need for this special case. Also fixed line breaks: please try not to commit DOS line breaks. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13331 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/abouthaiku/Jamfile | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/src/apps/abouthaiku/Jamfile b/src/apps/abouthaiku/Jamfile index cf0498f25e..47e69f7f64 100644 --- a/src/apps/abouthaiku/Jamfile +++ b/src/apps/abouthaiku/Jamfile @@ -1,17 +1,13 @@ -SubDir OBOS_TOP src apps abouthaiku ; - -UsePrivateHeaders shared ; - -if $(TARGET_PLATFORM) = r5 { - SubDirC++Flags -DR5_COMPATIBLE ; -} - -App AboutHaiku : - AboutHaiku.cpp - : libbe.so libtranslation.so - : AboutHaiku.rdef - ; - -if $(TARGET_PLATFORM) != r5 { - LinkSharedOSLibs AboutHaiku : libroot.so ; -} +SubDir OBOS_TOP src apps abouthaiku ; + +UsePrivateHeaders shared ; + +if $(TARGET_PLATFORM) = r5 { + SubDirC++Flags -DR5_COMPATIBLE ; +} + +App AboutHaiku : + AboutHaiku.cpp + : libbe.so libtranslation.so libroot.so + : AboutHaiku.rdef + ;