Here goes the input server.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@50 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
f63877e7f7
commit
b8c8c78099
@ -1,4 +1,5 @@
|
||||
SubDir OBOS_TOP src servers ;
|
||||
|
||||
SubInclude OBOS_TOP src servers app ;
|
||||
SubInclude OBOS_TOP src servers input ;
|
||||
|
||||
|
9
src/servers/input/Jamfile
Normal file
9
src/servers/input/Jamfile
Normal file
@ -0,0 +1,9 @@
|
||||
SubDir OBOS_TOP src servers input ;
|
||||
|
||||
Server input_server :
|
||||
InputServer.cpp
|
||||
InputServerDevice.cpp
|
||||
InputServerFilter.cpp
|
||||
InputServerMethod.cpp
|
||||
;
|
||||
LinkSharedOSLibs input_server : be root ;
|
Loading…
Reference in New Issue
Block a user