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
This commit is contained in:
Axel Dörfler 2005-06-28 19:12:15 +00:00
parent 80a230b10e
commit 3c336bbe89
1 changed files with 0 additions and 8 deletions

View File

@ -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 ] ;