libroot_debug: Merge guarded heap into libroot_debug.
[haiku.git] / src / tests / apps / terminal_replicant / Jamfile
blob3e01449cbd3646262580a0110ef5960c41995759
1 SubDir HAIKU_TOP src tests apps terminal_replicant ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
5 SubDirHdrs [ FDirName $(HAIKU_TOP) src apps terminal ] ;
7 Application RepliTerminal : 
8         main.cpp        
9         : be [ TargetLibsupc++ ]
10         ;