+ Added MimeDatabase
+ OBOS app kit headers are now used git-svn-id: file:///srv/svn/repos/haiku/trunk/current@787 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
533a64a210
commit
fc7d3358e6
@ -13,8 +13,10 @@ LinkSharedOSLibs libbeadapter.so :
|
|||||||
# The library containing the storage kit classes.
|
# The library containing the storage kit classes.
|
||||||
|
|
||||||
UsePrivateHeaders storage ;
|
UsePrivateHeaders storage ;
|
||||||
|
UsePrivateHeaders app ;
|
||||||
|
|
||||||
UsePublicHeaders storage ;
|
UsePublicHeaders storage ;
|
||||||
|
UsePublicHeaders app ;
|
||||||
UsePublicHeaders [ FDirName add-ons file_system ] ;
|
UsePublicHeaders [ FDirName add-ons file_system ] ;
|
||||||
|
|
||||||
# This is something of a hack until we get around to
|
# This is something of a hack until we get around to
|
||||||
@ -30,6 +32,7 @@ SharedLibrary storage :
|
|||||||
File.cpp
|
File.cpp
|
||||||
FindDirectory.cpp
|
FindDirectory.cpp
|
||||||
Mime.cpp
|
Mime.cpp
|
||||||
|
MimeDatabase.cpp
|
||||||
MimeType.cpp
|
MimeType.cpp
|
||||||
Node.cpp
|
Node.cpp
|
||||||
#NodeInfo.cpp
|
#NodeInfo.cpp
|
||||||
@ -59,6 +62,7 @@ SharedLibrary storage :
|
|||||||
storage_support.cpp
|
storage_support.cpp
|
||||||
;
|
;
|
||||||
LinkSharedOSLibs libstorage.so :
|
LinkSharedOSLibs libstorage.so :
|
||||||
|
libopenbeos.so
|
||||||
be
|
be
|
||||||
libbeadapter.so
|
libbeadapter.so
|
||||||
stdc++.r4
|
stdc++.r4
|
||||||
|
Loading…
Reference in New Issue
Block a user