* Terminal is now also built for the libbe_test platform; removed explicit linking

against libroot.so.
* libtracker.so is now also built for that one, and also removed libroot.so linking.
* MiniTerminal is no longer build for the libbe_test platform.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14854 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-11-11 13:50:26 +00:00
parent 71922d1950
commit ba98d1b0cd
4 changed files with 18 additions and 13 deletions
-6
View File
@@ -1,7 +1,6 @@
SubDir HAIKU_TOP src tests apps miniterminal ;
SetSubDirSupportedPlatformsBeOSCompatible ;
AddSubDirSupportedPlatforms libbe_test ;
UseHeaders [ FDirName $(HAIKU_TOP) src tests apps miniterminal ] ;
UseHeaders [ FDirName $(HAIKU_TOP) src apps terminal ] ;
@@ -17,8 +16,3 @@ Application MiniTerminal :
ViewBuffer.cpp
: be
;
if $(TARGET_PLATFORM) = libbe_test {
HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : MiniTerminal
: tests!apps ;
}