From 1cd30f5d3dae4ea389fa3a60e2f2c18409a290fe Mon Sep 17 00:00:00 2001 From: shatty Date: Sat, 17 Jul 2004 02:41:19 +0000 Subject: [PATCH] BString is the first recipient of libhaiku status git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8413 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/support/Jamfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/kits/support/Jamfile b/src/kits/support/Jamfile index f7c315cb93..15fa4cfcd9 100644 --- a/src/kits/support/Jamfile +++ b/src/kits/support/Jamfile @@ -1 +1,7 @@ SubDir OBOS_TOP src kits support ; + +StaticLibrary haiku : + String.cpp + string_helper.cpp + : STATIC_LIBRARY_DIR + ;