Fixed TARGET_PLATFORM r5 build.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20498 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2007-04-01 13:41:19 +00:00
parent b6d25ffbd2
commit c26c2ab28a

View File

@ -4,14 +4,18 @@ SetSubDirSupportedPlatforms libbe_test r5 dano bone ;
UseHeaders [ FDirName $(HAIKU_TOP) headers build private kernel ] : true ;
local libbeTestSources ;
if $(TARGET_PLATFORM) = libbe_test {
libbeTestSources = misc.cpp syscalls.cpp ;
}
StaticLibrary libhaikucompat.a :
strcasestr.c
strlcat.c
strlcpy.c
strnlen.c
misc.cpp
syscalls.cpp
$(libbeTestSources)
;
SEARCH on [ FGristFiles strcasestr.c strlcat.c strlcpy.c strnlen.c ]