SubDir HAIKU_TOP src bin screenmode ;

SetSubDirSupportedPlatformsBeOSCompatible ;

UsePrivateHeaders [ FDirName graphics radeon ] ;
	# for multimon.h

SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src preferences screen ] ;

BinCommand screenmode :
	screenmode.cpp

	# from Screen preferences
	gtf.cpp
	multimon.cpp
	ScreenMode.cpp

	: be $(TARGET_LIBSUPC++)
;

#SEARCH on [ FGristFiles
#		ScreenMode.cpp
#	] = [ FDirName $(HAIKU_TOP) src preferences screen ] ;
