added prefs

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8707 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2004-08-29 15:00:02 +00:00
parent d668899063
commit a45aba16ed
2 changed files with 16 additions and 0 deletions
+1
View File
@@ -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 ;
+15
View File
@@ -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