libroot_debug: Merge guarded heap into libroot_debug.
[haiku.git] / src / tests / apps / miniterminal / Jamfile
blob435814358ef2a5b10e02a89231add9fe34716f0c
1 SubDir HAIKU_TOP src tests apps miniterminal ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
5 UseHeaders [ FDirName $(HAIKU_TOP) src tests apps miniterminal ] ;
6 UseHeaders [ FDirName $(HAIKU_TOP) src apps terminal ] ;
8 AddResources MiniTerminal : MiniTerminal.rdef ;
10 Application MiniTerminal :
11         Arguments.cpp
12         Console.cpp
13         MiniApp.cpp
14         MiniView.cpp 
15         MiniWin.cpp
16         ViewBuffer.cpp
17         : be [ TargetLibsupc++ ]