From 33ae6686c2b6bcde295b546b125fe0c9c55cb81b Mon Sep 17 00:00:00 2001 From: shatty Date: Mon, 29 Dec 2003 02:44:42 +0000 Subject: [PATCH] use OBOS String please git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5790 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/stylededit/Jamfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/apps/stylededit/Jamfile b/src/apps/stylededit/Jamfile index f3befcd9ef..f1d587fd9d 100644 --- a/src/apps/stylededit/Jamfile +++ b/src/apps/stylededit/Jamfile @@ -17,10 +17,15 @@ App StyledEdit : CharacterSet.cpp CharacterSetRoster.cpp character_sets.cpp + # OBOS String + String.cpp + string_helper.cpp ; SEARCH on CharacterSet.cpp += [ FDirName $(OBOS_TOP) src kits support ] ; SEARCH on CharacterSetRoster.cpp += [ FDirName $(OBOS_TOP) src kits support ] ; SEARCH on character_sets.cpp += [ FDirName $(OBOS_TOP) src kits support ] ; +SEARCH on String.cpp += [ FDirName $(OBOS_TOP) src kits support ] ; +SEARCH on string_helper.cpp += [ FDirName $(OBOS_TOP) src kits support ] ; LinkSharedOSLibs StyledEdit : be translation tracker textencoding ;