mirror of
https://review.haiku-os.org/haiku
synced 2025-02-21 04:58:56 +01:00
api. Thanks to Vasilis Kaoutsis for the suggestion. I'll rename the classes with the next commit. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20679 a95241bf-73f2-0310-859d-f6bbb57e9c96
41 lines
766 B
Plaintext
41 lines
766 B
Plaintext
SubDir HAIKU_TOP src apps terminal ;
|
|
|
|
SetSubDirSupportedPlatformsBeOSCompatible ;
|
|
AddSubDirSupportedPlatforms libbe_test ;
|
|
|
|
UseHeaders [ FDirName $(HAIKU_TOP) src kits tracker ] ;
|
|
|
|
Application Terminal :
|
|
AppearPrefView.cpp
|
|
CodeConv.cpp
|
|
CurPos.cpp
|
|
FindWindow.cpp
|
|
MenuUtil.cpp
|
|
Terminal.cpp
|
|
PrefHandler.cpp
|
|
PrefView.cpp
|
|
PrefWindow.cpp
|
|
spawn.cpp
|
|
TermApp.cpp
|
|
TermBaseView.cpp
|
|
TermBuffer.cpp
|
|
TermParse.cpp
|
|
TermView.cpp
|
|
TermWindow.cpp
|
|
TTextControl.cpp
|
|
UTF8WidthTbl.c
|
|
VTKeyTbl.c
|
|
VTPrsTbl.c
|
|
: be tracker textencoding
|
|
: Terminal.rdef Terminal.icons.rdef
|
|
;
|
|
|
|
if $(TARGET_PLATFORM) != libbe_test {
|
|
LinkAgainst Terminal : game ;
|
|
}
|
|
|
|
if $(TARGET_PLATFORM) = libbe_test {
|
|
HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Terminal
|
|
: tests!apps ;
|
|
}
|