More mouse stuff

git-svn-id: svn://svn.cc65.org/cc65/trunk@2856 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-12-30 08:08:07 +00:00
parent 0f06fe63b7
commit 904780547c
5 changed files with 90 additions and 1 deletions

View File

@@ -19,7 +19,11 @@
C_OBJS = mouse_load.o
S_OBJS = mouse-kernel.o
S_OBJS = mouse-kernel.o \
mouse_info.o \
mouse_ioctl.o \
mouse_pos.o
#--------------------------------------------------------------------------