xref: /haiku/src/preferences/appearance/Jamfile (revision 59e13a3f06eedbc797f797da71c6810634b22cd4)
1338b8dc3SIngo WeinholdSubDir HAIKU_TOP src preferences appearance ;
2a10cf76eSAxel Dörfler
35605e701SDarkWyrmSetSubDirSupportedPlatformsBeOSCompatible ;
4a10cf76eSAxel DörflerUsePrivateHeaders app [ FDirName servers app ] ;
5a10cf76eSAxel Dörfler
6a10cf76eSAxel DörflerPreference Appearance :
7a10cf76eSAxel Dörfler	APRMain.cpp
8*59e13a3fSStephan Aßmus	AntialiasingSettingsView.cpp
9a10cf76eSAxel Dörfler	APRView.cpp
10a10cf76eSAxel Dörfler	APRWindow.cpp
11a3b25e4fSDarkWyrm	ColorSet.cpp
12a10cf76eSAxel Dörfler	ColorWell.cpp
13a10cf76eSAxel Dörfler	ColorWhichItem.cpp
14a10cf76eSAxel Dörfler
15a10cf76eSAxel Dörfler	# These are currently disabled while everything else is being worked on
16a10cf76eSAxel Dörfler	#CurView.cpp
17a10cf76eSAxel Dörfler	#CursorWhichItem.cpp
18a3b25e4fSDarkWyrm	#DecView.cpp
19a10cf76eSAxel Dörfler	#SysCursorAPI.cpp
20a10cf76eSAxel Dörfler
21a10cf76eSAxel Dörfler	# These exist for post-R1, so they are disabled for now
22a10cf76eSAxel Dörfler	#FontMenu.cpp
23a10cf76eSAxel Dörfler	#MenuView.cpp
24a10cf76eSAxel Dörfler
25a3b25e4fSDarkWyrm	: be
26a10cf76eSAxel Dörfler	: Appearance.rdef
27a10cf76eSAxel Dörfler	;
28a10cf76eSAxel Dörfler
29