1SubDir HAIKU_TOP src tests servers app window_creation ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4AddSubDirSupportedPlatforms libbe_test ;
5
6UseHeaders [ FDirName os app ] ;
7UseHeaders [ FDirName os interface ] ;
8
9Application WindowCreation :
10 main.cpp
11 : be
12;
13
14