It can be run under R5 and Haiku (binary compatible) and should work with the Haiku app_server and input_server. It gives access to a /bin/sh like a normal terminal, but has no fancy features like different text encoding support and it cannot even redraw itself when something else overdraws it. But it's pretty impressiv that it works so well under Haiku. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12068 a95241bf-73f2-0310-859d-f6bbb57e9c96
14 lines
310 B
Plaintext
14 lines
310 B
Plaintext
SubDir OBOS_TOP src tests apps miniterminal ;
|
|
|
|
UseHeaders [ FDirName $(OBOS_TOP) src tests apps miniterminal ] ;
|
|
UseHeaders [ FDirName $(OBOS_TOP) src apps terminal MYOB ] ;
|
|
|
|
App MiniTerminal :
|
|
MiniApp.cpp
|
|
MiniWin.cpp
|
|
MiniView.cpp
|
|
Console.cpp
|
|
ViewBuffer.cpp ;
|
|
|
|
LinkSharedOSLibs MiniTerminal : libbe.so ;
|