From aa4ad5407020edc447f5192616a97dc123626fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sun, 29 Aug 2004 15:29:45 +0000 Subject: [PATCH] change to rdef git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8711 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/servers/input/prefs/Jamfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tests/servers/input/prefs/Jamfile b/src/tests/servers/input/prefs/Jamfile index 425a0f3905..c01b8efcbb 100644 --- a/src/tests/servers/input/prefs/Jamfile +++ b/src/tests/servers/input/prefs/Jamfile @@ -35,7 +35,7 @@ SEARCH on [ FGristFiles Keymap.rdef ] = [ FDirName $(OBOS_TOP) src prefs keymap ] ; -AddResources KeyboardTest : Keyboard.rsrc ; +AddResources KeyboardTest : Keyboard.rdef ; Preference KeyboardTest : Keyboard.cpp @@ -57,7 +57,7 @@ SEARCH on [ FGristFiles KeyboardSettings.cpp KeyboardView.cpp KeyboardWindow.cpp - Keyboard.rsrc ] + Keyboard.rdef ] = [ FDirName $(OBOS_TOP) src prefs keyboard ] ; AddResources MouseTest : Mouse.rdef ;