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:
Ingo Weinhold 2002-07-09 21:43:03 +00:00
parent 98602e0409
commit 533dbf2142
9 changed files with 19 additions and 16 deletions

View File

@ -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 ;

View File

@ -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 ;

View File

@ -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 ;

View File

@ -1,4 +1,4 @@
SubDir OBOS_TOP sources tests kits app BHandler ;
SubDir OBOS_TOP src tests kits app bhandler ;
CommonUnitTest BHandlerTester
: main.cpp

View File

@ -1,4 +1,4 @@
SubDir OBOS_TOP sources tests kits app BLooper ;
SubDir OBOS_TOP src tests kits app blooper ;
UsePublicHeaders app support ;

View File

@ -1,4 +1,4 @@
SubDir OBOS_TOP sources tests kits app BMessageQueue ;
SubDir OBOS_TOP src tests kits app bmessagequeue ;
UsePublicHeaders app support ;

View File

@ -1,4 +1,4 @@
SubDir OBOS_TOP sources tests kits app BMessenger ;
SubDir OBOS_TOP src tests kits app bmessenger ;
CommonUnitTest BMessengerTester
: main.cpp

View File

@ -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 ;

View File

@ -1,4 +1,4 @@
SubDir OBOS_TOP sources tools cppunit ;
SubDir OBOS_TOP src tools cppunit ;
rule CppUnitLibrary
{