xref: /haiku/src/bin/screenmode/Jamfile (revision 1e60bdeab63fa7a57bc9a55b032052e95a18bd2c)
1541270efSAxel DörflerSubDir HAIKU_TOP src bin screenmode ;
2541270efSAxel Dörfler
378c704eeSAxel DörflerUsePrivateHeaders [ FDirName graphics common ] ;
4541270efSAxel DörflerUsePrivateHeaders [ FDirName graphics radeon ] ;
5541270efSAxel Dörfler	# for multimon.h
6541270efSAxel Dörfler
7541270efSAxel DörflerSEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src preferences screen ] ;
8541270efSAxel Dörfler
9541270efSAxel DörflerBinCommand screenmode :
10541270efSAxel Dörfler	screenmode.cpp
11541270efSAxel Dörfler
12541270efSAxel Dörfler	# from Screen preferences
13541270efSAxel Dörfler	multimon.cpp
1463128f06SAxel Dörfler	ScreenMode.cpp
15541270efSAxel Dörfler
16220d0402SOliver Tappe	: be [ TargetLibsupc++ ] libaccelerantscommon.a
17*22e03e58SAdrien Destugues	: screenmode.rdef
18541270efSAxel Dörfler;
19