From 30585c975725474452d348f761b549be793a9bd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Tue, 31 Aug 2004 09:55:32 +0000 Subject: [PATCH] added keymap bin tool git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8740 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/servers/input/prefs/Jamfile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/tests/servers/input/prefs/Jamfile b/src/tests/servers/input/prefs/Jamfile index c01b8efcbb..476c78cf17 100644 --- a/src/tests/servers/input/prefs/Jamfile +++ b/src/tests/servers/input/prefs/Jamfile @@ -89,5 +89,25 @@ SEARCH on [ FGristFiles ] = [ FDirName $(OBOS_TOP) src prefs mouse ] ; +BinCommand keymapTest : + key_map.cpp + Keymap.cpp + + InterfaceDefs.cpp + Input.cpp + : be ; + +if $(COMPILE_FOR_R5) { +} else { + LinkSharedOSLibs keymapTest : libopenbeos.so ; +} + +SEARCH on [ FGristFiles + key_map.cpp + Keymap.cpp + ] + = [ FDirName $(OBOS_TOP) src apps bin keymap ] ; + SEARCH on [ FGristFiles InterfaceDefs.cpp Input.cpp ] = [ FDirName $(OBOS_TOP) src kits interface ] ; +