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 portspy ;
|
||||
SubInclude OBOS_TOP src tests servers input prefs ;
|
||||
|
||||
@@ -21,6 +21,11 @@ Preference KeymapTest :
|
||||
Input.cpp
|
||||
: be tracker ;
|
||||
|
||||
if $(COMPILE_FOR_R5) {
|
||||
} else {
|
||||
LinkSharedOSLibs KeymapTest : <boot!home!config!lib>libopenbeos.so ;
|
||||
}
|
||||
|
||||
SEARCH on [ FGristFiles
|
||||
KeymapApplication.cpp
|
||||
KeymapWindow.cpp
|
||||
@@ -42,6 +47,11 @@ Preference KeyboardTest :
|
||||
Input.cpp
|
||||
: translation be ;
|
||||
|
||||
if $(COMPILE_FOR_R5) {
|
||||
} else {
|
||||
LinkSharedOSLibs KeyboardTest : <boot!home!config!lib>libopenbeos.so ;
|
||||
}
|
||||
|
||||
SEARCH on [ FGristFiles
|
||||
Keyboard.cpp
|
||||
KeyboardSettings.cpp
|
||||
@@ -64,6 +74,11 @@ Preference MouseTest :
|
||||
: translation be
|
||||
;
|
||||
|
||||
if $(COMPILE_FOR_R5) {
|
||||
} else {
|
||||
LinkSharedOSLibs MouseTest : <boot!home!config!lib>libopenbeos.so ;
|
||||
}
|
||||
|
||||
SEARCH on [ FGristFiles
|
||||
Mouse.cpp
|
||||
MouseSettings.cpp
|
||||
|
||||
Reference in New Issue
Block a user