This was communicated to devs and end users to happen after R1 beta 3 Change-Id: I65177c0061a58519b04d944ad6a73677ad77206a
47 lines
1.0 KiB
Plaintext
47 lines
1.0 KiB
Plaintext
SubDir HAIKU_TOP src kits network libnetservices ;
|
|
|
|
UsePrivateHeaders net netservices shared support ;
|
|
|
|
if [ Glob $(SUBDIR) : DefaultGeolocationServiceKey.h ] {
|
|
SubDirC++Flags [ FDefines HAVE_DEFAULT_GEOLOCATION_SERVICE_KEY ] ;
|
|
}
|
|
|
|
local architectureObject ;
|
|
for architectureObject in [ MultiArchSubDirSetup ] {
|
|
on $(architectureObject) {
|
|
local architecture = $(TARGET_PACKAGING_ARCH) ;
|
|
|
|
StaticLibrary [ MultiArchDefaultGristFiles libnetservices.a ] :
|
|
DataRequest.cpp
|
|
HttpAuthentication.cpp
|
|
HttpHeaders.cpp
|
|
HttpForm.cpp
|
|
HttpRequest.cpp
|
|
HttpResult.cpp
|
|
|
|
FileRequest.cpp
|
|
|
|
GopherRequest.cpp
|
|
|
|
Geolocation.cpp
|
|
|
|
HttpTime.cpp
|
|
NetworkCookie.cpp
|
|
NetworkCookieJar.cpp
|
|
|
|
NetworkRequest.cpp
|
|
UrlContext.cpp
|
|
UrlProtocolAsynchronousListener.cpp
|
|
UrlProtocolDispatchingListener.cpp
|
|
UrlProtocolListener.cpp
|
|
UrlProtocolRoster.cpp
|
|
UrlRequest.cpp
|
|
UrlResult.cpp
|
|
UrlSynchronousRequest.cpp
|
|
;
|
|
|
|
LinkAgainst [ MultiArchDefaultGristFiles libnetservices.a ] :
|
|
<$(architecture)>libshared.a ;
|
|
}
|
|
}
|