libcolumnlistview: hybrid arch build, add to image
* This is a very useful control, and 3rd-party apps should be able to use it. * But, there are planned improvements (making a better model/view interface) which prevents making it part of the stable API yet.
This commit is contained in:
@@ -34,7 +34,8 @@ for lib in [ HaikuImageGetSystemLibs ] $(developmentLibs) {
|
||||
|
||||
# static libraries
|
||||
AddFilesToPackage develop lib $(architecture)
|
||||
: <$(architecture)>liblocalestub.a <$(architecture)>libshared.a ;
|
||||
: <$(architecture)>libcolumnlistview.a <$(architecture)>liblocalestub.a
|
||||
<$(architecture)>libshared.a ;
|
||||
|
||||
# the POSIX error code mapper library
|
||||
AddFilesToPackage develop lib $(architecture)
|
||||
|
||||
Reference in New Issue
Block a user