multiple-symbols is deactivated for Haiku git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12973 a95241bf-73f2-0310-859d-f6bbb57e9c96
19 lines
367 B
Plaintext
19 lines
367 B
Plaintext
SubDir OBOS_TOP src prefs keyboard ;
|
|
|
|
if $(TARGET_PLATFORM) != haiku {
|
|
SubDirC++Flags -DCOMPILE_FOR_R5 ;
|
|
SubDirC++Flags -fmultiple-symbol-spaces ;
|
|
}
|
|
|
|
UsePrivateHeaders input ;
|
|
|
|
AddResources Keyboard : Keyboard.rdef ;
|
|
|
|
Preference Keyboard :
|
|
Keyboard.cpp
|
|
KeyboardSettings.cpp
|
|
KeyboardView.cpp
|
|
KeyboardWindow.cpp
|
|
: libtranslation.so libbe.so
|
|
;
|