Build the Haiku registrar (linked against our libroot and libbe). Haven't checked, if it works yet.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10700 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -6,7 +6,7 @@ UsePrivateHeaders storage ;
|
|||||||
|
|
||||||
AddResources obos_registrar : registrar.rdef ;
|
AddResources obos_registrar : registrar.rdef ;
|
||||||
|
|
||||||
Server obos_registrar :
|
local registrar_sources =
|
||||||
AppInfoList.cpp
|
AppInfoList.cpp
|
||||||
ClipboardHandler.cpp
|
ClipboardHandler.cpp
|
||||||
ClipboardTree.cpp
|
ClipboardTree.cpp
|
||||||
@@ -27,8 +27,22 @@ Server obos_registrar :
|
|||||||
Watcher.cpp
|
Watcher.cpp
|
||||||
WatchingService.cpp
|
WatchingService.cpp
|
||||||
;
|
;
|
||||||
LinkSharedOSLibs obos_registrar :
|
|
||||||
|
Server obos_registrar
|
||||||
|
:
|
||||||
|
$(registrar_sources)
|
||||||
|
:
|
||||||
<boot!home!config!lib>libopenbeos.so
|
<boot!home!config!lib>libopenbeos.so
|
||||||
stdc++.r4
|
stdc++.r4
|
||||||
be
|
be
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Server registrar
|
||||||
|
:
|
||||||
|
# no sources; directly link against the compiled objects
|
||||||
|
:
|
||||||
|
[ FGristFiles $(registrar_sources:S=$(SUFOBJ)) ]
|
||||||
|
libroot.so # Haiku libroot
|
||||||
|
libbe.so # Haiku libbe
|
||||||
|
stdc++.r4
|
||||||
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user