xref: /haiku/src/bin/screenmode/Jamfile (revision 220d04022750f40f8bac8f01fa551211e28d04f2)
1541270efSAxel DörflerSubDir HAIKU_TOP src bin screenmode ;
2541270efSAxel Dörfler
3541270efSAxel DörflerSetSubDirSupportedPlatformsBeOSCompatible ;
4541270efSAxel Dörfler
578c704eeSAxel DörflerUsePrivateHeaders [ FDirName graphics common ] ;
6541270efSAxel DörflerUsePrivateHeaders [ FDirName graphics radeon ] ;
7541270efSAxel Dörfler	# for multimon.h
8541270efSAxel Dörfler
9541270efSAxel DörflerSEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src preferences screen ] ;
10541270efSAxel Dörfler
11541270efSAxel DörflerBinCommand screenmode :
12541270efSAxel Dörfler	screenmode.cpp
13541270efSAxel Dörfler
14541270efSAxel Dörfler	# from Screen preferences
15541270efSAxel Dörfler	multimon.cpp
1663128f06SAxel Dörfler	ScreenMode.cpp
17541270efSAxel Dörfler
18*220d0402SOliver Tappe	: be [ TargetLibsupc++ ] libaccelerantscommon.a
19541270efSAxel Dörfler;
20