Added the messaging service and a compatibility file for the R5 test registrar.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10999 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
SubDir OBOS_TOP src servers registrar ;
|
SubDir OBOS_TOP src servers registrar ;
|
||||||
|
|
||||||
UsePrivateHeaders app ;
|
UsePrivateHeaders app ;
|
||||||
|
UsePrivateHeaders kernel ;
|
||||||
UsePrivateHeaders shared ;
|
UsePrivateHeaders shared ;
|
||||||
UsePrivateHeaders storage ;
|
UsePrivateHeaders storage ;
|
||||||
|
|
||||||
@@ -16,6 +17,7 @@ local registrar_sources =
|
|||||||
MessageEvent.cpp
|
MessageEvent.cpp
|
||||||
MessageHandler.cpp
|
MessageHandler.cpp
|
||||||
MessageRunnerManager.cpp
|
MessageRunnerManager.cpp
|
||||||
|
MessagingService.cpp
|
||||||
MIMEManager.cpp
|
MIMEManager.cpp
|
||||||
PriorityMessageQueue.cpp
|
PriorityMessageQueue.cpp
|
||||||
RecentApps.cpp
|
RecentApps.cpp
|
||||||
@@ -28,9 +30,14 @@ local registrar_sources =
|
|||||||
WatchingService.cpp
|
WatchingService.cpp
|
||||||
;
|
;
|
||||||
|
|
||||||
|
local registrar_r5_sources =
|
||||||
|
R5Compatibility.cpp
|
||||||
|
;
|
||||||
|
|
||||||
Server obos_registrar
|
Server obos_registrar
|
||||||
:
|
:
|
||||||
$(registrar_sources)
|
$(registrar_sources)
|
||||||
|
$(registrar_r5_sources)
|
||||||
:
|
:
|
||||||
<boot!home!config!lib>libopenbeos.so
|
<boot!home!config!lib>libopenbeos.so
|
||||||
stdc++.r4
|
stdc++.r4
|
||||||
|
|||||||
Reference in New Issue
Block a user