Fixed build of StyledEdit for target r5. What's the matter with the second StyledEdit in there? Also added BString back to libhaiku.a.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13530 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz 2005-07-07 13:26:11 +00:00
parent 3306648a89
commit 8c123e6dad
2 changed files with 11 additions and 3 deletions

View File

@ -22,14 +22,14 @@ Objects $(styled_edit_files) ;
App StyledEdit :
[ FGristFiles $(styled_edit_files:S=$(SUFOBJ)) ]
# OBOS String
# Haiku String
String.cpp
string_helper.cpp
strcasestr.c
: : $(styled_edit_rsrc)
;
SEARCH on <src!apps!stylededit>String.cpp += [ FDirName $(OBOS_TOP) src kits support ] ;
SEARCH on <src!apps!stylededit>string_helper.cpp += [ FDirName $(OBOS_TOP) src kits support ] ;
SEARCH on <src!apps!stylededit>strcasestr.c += [ FDirName $(OBOS_TOP) src system libroot posix string ] ;
LinkSharedOSLibs StyledEdit : be translation tracker libtextencoding.so ;

View File

@ -1 +1,9 @@
SubDir OBOS_TOP src kits support ;
StaticLibrary haiku :
String.cpp
strcasestr.c
: STATIC_LIBRARY_DIR
;
SEARCH on <src!kits!support>strcasestr.c = [ FDirName $(OBOS_TOP) src system libroot posix string ] ;