Working on the mouse stuff

git-svn-id: svn://svn.cc65.org/cc65/trunk@2879 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2004-02-02 12:26:50 +00:00
parent 5ed647b99e
commit f0250724a1
2 changed files with 11 additions and 4 deletions

View File

@@ -20,11 +20,11 @@
C_OBJS = mouse_load.o
S_OBJS = mouse-kernel.o \
mouse_hide.o \
mouse_info.o \
mouse_ioctl.o \
mouse_pos.o
mouse_pos.o \
mouse_show.o
#--------------------------------------------------------------------------
# Targets