mirror of
https://github.com/cc65/cc65.git
synced 2025-01-14 00:32:08 +00:00
Adjusted sorting.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5493 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
ea993a5e31
commit
286d5979a2
@ -7,11 +7,11 @@
|
||||
|
||||
S_OBJS += changediskdevice.o \
|
||||
chkdkgeos.o \
|
||||
dio_openclose.o \
|
||||
dio_cts.o \
|
||||
dio_openclose.o \
|
||||
dio_params.o \
|
||||
dio_stc.o \
|
||||
dio_read.o \
|
||||
dio_stc.o \
|
||||
dio_write.o \
|
||||
dio_writev.o \
|
||||
enterturbo.o \
|
||||
|
@ -5,8 +5,8 @@
|
||||
#--------------------------------------------------------------------------
|
||||
# Object files
|
||||
|
||||
S_OBJS += reuregs.o \
|
||||
S_OBJS += fetchram.o \
|
||||
reuregs.o \
|
||||
stashram.o \
|
||||
fetchram.o \
|
||||
swapram.o \
|
||||
verifyram.o
|
||||
|
@ -8,5 +8,5 @@
|
||||
S_OBJS += ctype.o \
|
||||
get_ostype.o \
|
||||
initdoneio.o \
|
||||
tobasic.o \
|
||||
setdevice.o
|
||||
setdevice.o \
|
||||
tobasic.o
|
||||
|
Loading…
x
Reference in New Issue
Block a user