mirror of
https://github.com/cc65/cc65.git
synced 2026-04-26 13:18:31 +00:00
Rewrote the xxx_load routines for the drivers in assembler to save some
space. git-svn-id: svn://svn.cc65.org/cc65/trunk@3756 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -29,7 +29,7 @@ CFLAGS = -Osir -g -T -t $(SYS) --forget-inc-paths -I . -I ../../include
|
||||
#--------------------------------------------------------------------------
|
||||
# Object files
|
||||
|
||||
C_OBJS = mouse_load.o
|
||||
C_OBJS =
|
||||
|
||||
S_OBJS = mouse-kernel.o \
|
||||
mouse_box.o \
|
||||
@@ -38,6 +38,7 @@ S_OBJS = mouse-kernel.o \
|
||||
mouse_hide.o \
|
||||
mouse_info.o \
|
||||
mouse_ioctl.o \
|
||||
mouse_load.o \
|
||||
mouse_move.o \
|
||||
mouse_pos.o \
|
||||
mouse_show.o \
|
||||
|
||||
Reference in New Issue
Block a user