mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 18:56:49 +01:00
* The Development package will now also add the _KERNEL_ lib (which is the file
kernel.so, not a link to the actual kernel as on BeOS). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26964 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
6776de960b
commit
38d78c5f83
@ -94,7 +94,7 @@ if [ IsOptionalHaikuImagePackageAdded Bluetooth ] {
|
||||
AddFilesToHaikuImage beos system servers : bluetooth_server ;
|
||||
AddFilesToHaikuImage beos system lib : libbluetooth.so ;
|
||||
AddFilesToHaikuImage beos bin : bt_dev_info bt_discovery ;
|
||||
|
||||
|
||||
if [ IsOptionalHaikuImagePackageAdded Development ] {
|
||||
AddSymlinkToHaikuImage develop lib x86 : /system/lib/libbluetooth.so ;
|
||||
}
|
||||
@ -125,6 +125,9 @@ if [ IsOptionalHaikuImagePackageAdded Development ]
|
||||
: <src!system!glue!arch!x86>crti.o <src!system!glue!arch!x86>crtn.o
|
||||
<src!system!glue>init_term_dyn.o <src!system!glue>start_dyn.o ;
|
||||
|
||||
# kernel
|
||||
AddFilesToHaikuImage develop lib x86 : kernel.so : _KERNEL_ ;
|
||||
|
||||
# library symlinks
|
||||
local lib ;
|
||||
for lib in $(BEOS_SYSTEM_LIBS) libglut.so {
|
||||
|
Loading…
x
Reference in New Issue
Block a user