From 4aded202bea0ff4029afbc911711ab84bbaad0eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sun, 15 Jan 2006 22:05:25 +0000 Subject: [PATCH] keyboard prefs is beos compatible git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15959 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/preferences/keyboard/Jamfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/preferences/keyboard/Jamfile b/src/preferences/keyboard/Jamfile index 94ca453db4..6a6e2276bc 100644 --- a/src/preferences/keyboard/Jamfile +++ b/src/preferences/keyboard/Jamfile @@ -1,5 +1,7 @@ SubDir HAIKU_TOP src preferences keyboard ; +SetSubDirSupportedPlatformsBeOSCompatible ; + if $(TARGET_PLATFORM) != haiku { SubDirC++Flags -DCOMPILE_FOR_R5 ; SubDirC++Flags -fmultiple-symbol-spaces ; @@ -12,6 +14,6 @@ Preference Keyboard : KeyboardSettings.cpp KeyboardView.cpp KeyboardWindow.cpp - : libtranslation.so libbe.so + : translation be : Keyboard.rdef ;