mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 07:18:40 +01:00
Adjusted to the new tree structure.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@20 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
98602e0409
commit
533dbf2142
@ -1,3 +1,3 @@
|
||||
SubDir OBOS_TOP sources tests ;
|
||||
SubDir OBOS_TOP src tests ;
|
||||
|
||||
SubInclude OBOS_TOP sources tests kits ;
|
||||
SubInclude OBOS_TOP src tests kits ;
|
||||
|
@ -1,4 +1,4 @@
|
||||
SubDir OBOS_TOP sources test kits ;
|
||||
SubDir OBOS_TOP src tests kits ;
|
||||
|
||||
SubInclude OBOS_TOP sources tests kits app ;
|
||||
SubInclude OBOS_TOP src tests kits app ;
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
SubDir OBOS_TOP sources test kits app ;
|
||||
SubDir OBOS_TOP src tests kits app ;
|
||||
|
||||
SubInclude OBOS_TOP sources tests kits app BHandler ;
|
||||
#SubInclude OBOS_TOP sources tests kits app BLooper ;
|
||||
#SubInclude OBOS_TOP sources tests kits app BMessageQueue ;
|
||||
SubInclude OBOS_TOP sources tests kits app BMessenger ;
|
||||
SubInclude OBOS_TOP src tests kits app bhandler ;
|
||||
#SubInclude OBOS_TOP src tests kits app blooper ;
|
||||
#SubInclude OBOS_TOP src tests kits app bmessageQueue ;
|
||||
SubInclude OBOS_TOP src tests kits app bmessenger ;
|
||||
|
@ -1,4 +1,4 @@
|
||||
SubDir OBOS_TOP sources tests kits app BHandler ;
|
||||
SubDir OBOS_TOP src tests kits app bhandler ;
|
||||
|
||||
CommonUnitTest BHandlerTester
|
||||
: main.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
SubDir OBOS_TOP sources tests kits app BLooper ;
|
||||
SubDir OBOS_TOP src tests kits app blooper ;
|
||||
|
||||
UsePublicHeaders app support ;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
SubDir OBOS_TOP sources tests kits app BMessageQueue ;
|
||||
SubDir OBOS_TOP src tests kits app bmessagequeue ;
|
||||
|
||||
UsePublicHeaders app support ;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
SubDir OBOS_TOP sources tests kits app BMessenger ;
|
||||
SubDir OBOS_TOP src tests kits app bmessenger ;
|
||||
|
||||
CommonUnitTest BMessengerTester
|
||||
: main.cpp
|
||||
|
@ -1,2 +1,5 @@
|
||||
SubInclude OBOS_TOP sources os tools key ;
|
||||
SubInclude OBOS_TOP sources os tools jam ;
|
||||
SubDir OBOS_TOP src tools ;
|
||||
|
||||
SubInclude OBOS_TOP src tools cppunit ;
|
||||
SubInclude OBOS_TOP src tools key ;
|
||||
SubInclude OBOS_TOP src tools jam ;
|
||||
|
@ -1,4 +1,4 @@
|
||||
SubDir OBOS_TOP sources tools cppunit ;
|
||||
SubDir OBOS_TOP src tools cppunit ;
|
||||
|
||||
rule CppUnitLibrary
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user