* 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:
@@ -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 ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user