Removed version 1.x of the DiskDevice API from the build. Will be replaced by version 2.x in the not so distant future.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3443 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
7dec9ee920
commit
20ff45e32d
@ -13,27 +13,27 @@ SEARCH_SOURCE += [ FDirName $(OBOS_TOP) src kernel libroot os ]
|
||||
# Interface Kit is not fully functional (at least the part we are using).
|
||||
# So, we build a separate library.
|
||||
#
|
||||
SharedLibrary diskdevice
|
||||
: AddOnImage.cpp
|
||||
DiskDevice.cpp
|
||||
DiskDeviceList.cpp
|
||||
DiskDevicePrivate.cpp
|
||||
DiskDeviceRoster.cpp
|
||||
DiskDeviceVisitor.cpp
|
||||
DiskScannerAddOn.cpp
|
||||
Mime.cpp
|
||||
Partition.cpp
|
||||
PartitioningDialog.cpp
|
||||
RegistrarDefs.cpp
|
||||
# Roster.cpp
|
||||
RosterPrivate.cpp
|
||||
Session.cpp
|
||||
|
||||
# from libroot
|
||||
#
|
||||
disk_scanner.cpp
|
||||
|
||||
: <boot!home!config!lib>libkernelland_emu.so be
|
||||
;
|
||||
AbsSymLink <boot!home!config!lib>libdiskdevice.so : libdiskdevice.so
|
||||
: /boot/home/config/lib ;
|
||||
#SharedLibrary diskdevice
|
||||
# : AddOnImage.cpp
|
||||
# DiskDevice.cpp
|
||||
# DiskDeviceList.cpp
|
||||
# DiskDevicePrivate.cpp
|
||||
# DiskDeviceRoster.cpp
|
||||
# DiskDeviceVisitor.cpp
|
||||
# DiskScannerAddOn.cpp
|
||||
# Mime.cpp
|
||||
# Partition.cpp
|
||||
# PartitioningDialog.cpp
|
||||
# RegistrarDefs.cpp
|
||||
## Roster.cpp
|
||||
# RosterPrivate.cpp
|
||||
# Session.cpp
|
||||
#
|
||||
# # from libroot
|
||||
# #
|
||||
# disk_scanner.cpp
|
||||
#
|
||||
# : <boot!home!config!lib>libkernelland_emu.so be
|
||||
#;
|
||||
#AbsSymLink <boot!home!config!lib>libdiskdevice.so : libdiskdevice.so
|
||||
# : /boot/home/config/lib ;
|
||||
|
Loading…
Reference in New Issue
Block a user