mirror of
https://github.com/cc65/cc65.git
synced 2025-01-14 16:33:00 +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 \
|
S_OBJS += changediskdevice.o \
|
||||||
chkdkgeos.o \
|
chkdkgeos.o \
|
||||||
dio_openclose.o \
|
|
||||||
dio_cts.o \
|
dio_cts.o \
|
||||||
|
dio_openclose.o \
|
||||||
dio_params.o \
|
dio_params.o \
|
||||||
dio_stc.o \
|
|
||||||
dio_read.o \
|
dio_read.o \
|
||||||
|
dio_stc.o \
|
||||||
dio_write.o \
|
dio_write.o \
|
||||||
dio_writev.o \
|
dio_writev.o \
|
||||||
enterturbo.o \
|
enterturbo.o \
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
#--------------------------------------------------------------------------
|
#--------------------------------------------------------------------------
|
||||||
# Object files
|
# Object files
|
||||||
|
|
||||||
S_OBJS += reuregs.o \
|
S_OBJS += fetchram.o \
|
||||||
|
reuregs.o \
|
||||||
stashram.o \
|
stashram.o \
|
||||||
fetchram.o \
|
|
||||||
swapram.o \
|
swapram.o \
|
||||||
verifyram.o
|
verifyram.o
|
||||||
|
@ -8,5 +8,5 @@
|
|||||||
S_OBJS += ctype.o \
|
S_OBJS += ctype.o \
|
||||||
get_ostype.o \
|
get_ostype.o \
|
||||||
initdoneio.o \
|
initdoneio.o \
|
||||||
tobasic.o \
|
setdevice.o \
|
||||||
setdevice.o
|
tobasic.o
|
||||||
|
Loading…
x
Reference in New Issue
Block a user