From 3c336bbe89a088caaab0941cb45161c017419ffb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 28 Jun 2005 19:12:15 +0000 Subject: [PATCH] The old Jamfile was fine and is certainly able to build AboutHaiku under R5; reverted last change. Please, if you intend to build an application for R5, make sure that the build target platform ($TARGET_PLATFORM) is set correctly. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13326 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/abouthaiku/Jamfile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/apps/abouthaiku/Jamfile b/src/apps/abouthaiku/Jamfile index 37e4ff5e1a..472fdfc584 100644 --- a/src/apps/abouthaiku/Jamfile +++ b/src/apps/abouthaiku/Jamfile @@ -11,11 +11,3 @@ App AboutHaiku : : libbe.so libtranslation.so : AboutHaiku.rdef ; - -if $(HAIKU_COMPATIBLE) { - LinkSharedOSLibs AboutHaiku : libroot.so ; -} - -SEARCH on [ FGristFiles - strlcpy.c - ] = [ FDirName $(OBOS_TOP) src system libroot posix string ] ;