Link against libhaikucompat_build.a and the STL library.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20937 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -19,6 +19,11 @@ SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src add-ons kernel file_systems bfs ] ;
|
|||||||
SubDirC++Flags $(defines) -Wall -Wno-multichar -fno-rtti ;
|
SubDirC++Flags $(defines) -Wall -Wno-multichar -fno-rtti ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
local libHaikuCompat ;
|
||||||
|
if $(HOST_PLATFORM_BEOS_COMPATIBLE) && $(HOST_PLATFORM) != haiku {
|
||||||
|
libHaikuCompat = libhaikucompat_build.a ;
|
||||||
|
}
|
||||||
|
|
||||||
UsePrivateHeaders fs_shell ;
|
UsePrivateHeaders fs_shell ;
|
||||||
|
|
||||||
BuildPlatformMain <build2>bfs_shell
|
BuildPlatformMain <build2>bfs_shell
|
||||||
@@ -36,5 +41,6 @@ BuildPlatformMain <build2>bfs_shell
|
|||||||
|
|
||||||
kernel_interface.cpp
|
kernel_interface.cpp
|
||||||
|
|
||||||
: <build2>fs_shell.a $(HOST_LIBSUPC++) $(HOST_LIBROOT)
|
: <build2>fs_shell.a $(libHaikuCompat) $(HOST_LIBSUPC++) $(HOST_LIBSTDC++)
|
||||||
|
$(HOST_LIBROOT)
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user