added keymap bin tool
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8740 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
d72d2ff161
commit
30585c9757
@ -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 : <boot!home!config!lib>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 ] ;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user