added prefs
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8707 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2,3 +2,4 @@ SubDir OBOS_TOP src tests servers input ;
|
|||||||
|
|
||||||
SubInclude OBOS_TOP src tests servers input msgspy ;
|
SubInclude OBOS_TOP src tests servers input msgspy ;
|
||||||
SubInclude OBOS_TOP src tests servers input portspy ;
|
SubInclude OBOS_TOP src tests servers input portspy ;
|
||||||
|
SubInclude OBOS_TOP src tests servers input prefs ;
|
||||||
|
|||||||
@@ -21,6 +21,11 @@ Preference KeymapTest :
|
|||||||
Input.cpp
|
Input.cpp
|
||||||
: be tracker ;
|
: be tracker ;
|
||||||
|
|
||||||
|
if $(COMPILE_FOR_R5) {
|
||||||
|
} else {
|
||||||
|
LinkSharedOSLibs KeymapTest : <boot!home!config!lib>libopenbeos.so ;
|
||||||
|
}
|
||||||
|
|
||||||
SEARCH on [ FGristFiles
|
SEARCH on [ FGristFiles
|
||||||
KeymapApplication.cpp
|
KeymapApplication.cpp
|
||||||
KeymapWindow.cpp
|
KeymapWindow.cpp
|
||||||
@@ -42,6 +47,11 @@ Preference KeyboardTest :
|
|||||||
Input.cpp
|
Input.cpp
|
||||||
: translation be ;
|
: translation be ;
|
||||||
|
|
||||||
|
if $(COMPILE_FOR_R5) {
|
||||||
|
} else {
|
||||||
|
LinkSharedOSLibs KeyboardTest : <boot!home!config!lib>libopenbeos.so ;
|
||||||
|
}
|
||||||
|
|
||||||
SEARCH on [ FGristFiles
|
SEARCH on [ FGristFiles
|
||||||
Keyboard.cpp
|
Keyboard.cpp
|
||||||
KeyboardSettings.cpp
|
KeyboardSettings.cpp
|
||||||
@@ -64,6 +74,11 @@ Preference MouseTest :
|
|||||||
: translation be
|
: translation be
|
||||||
;
|
;
|
||||||
|
|
||||||
|
if $(COMPILE_FOR_R5) {
|
||||||
|
} else {
|
||||||
|
LinkSharedOSLibs MouseTest : <boot!home!config!lib>libopenbeos.so ;
|
||||||
|
}
|
||||||
|
|
||||||
SEARCH on [ FGristFiles
|
SEARCH on [ FGristFiles
|
||||||
Mouse.cpp
|
Mouse.cpp
|
||||||
MouseSettings.cpp
|
MouseSettings.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user