Stefano Ceccherini f8cc2a74e4 Renamed *Dlg to *Window, since the term "Dialog" is alien to the beos
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
2007-04-13 16:35:50 +00:00

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