RemoteDrawingEngine: Reduce RP_READ_BITMAP result timeout.
[haiku.git] / src / preferences / keyboard / Jamfile
blob4c3a6d521ca61ab45a1ef52525e66e4a70d88d18
1 SubDir HAIKU_TOP src preferences keyboard ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
5 if ! $(TARGET_PLATFORM_HAIKU_COMPATIBLE) {
6         SubDirC++Flags -DCOMPILE_FOR_R5 ;
7 #        SubDirC++Flags -fmultiple-symbol-spaces ;
10 UsePrivateHeaders input ;
12 Preference Keyboard : 
13         Keyboard.cpp 
14         KeyboardSettings.cpp 
15         KeyboardView.cpp 
16         KeyboardWindow.cpp
17         : translation be [ TargetLibsupc++ ] localestub
18         : Keyboard.rdef
19         ;
21 DoCatalogs Keyboard :
22         x-vnd.Haiku-Keyboard
23         :
24         Keyboard.cpp
25         KeyboardWindow.cpp
26         KeyboardView.cpp