1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

Adjusted sorting.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5493 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc 2012-02-07 22:36:17 +00:00
parent ea993a5e31
commit 286d5979a2
3 changed files with 6 additions and 6 deletions

View File

@ -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 \

View File

@ -5,8 +5,8 @@
#--------------------------------------------------------------------------
# Object files
S_OBJS += reuregs.o \
S_OBJS += fetchram.o \
reuregs.o \
stashram.o \
fetchram.o \
swapram.o \
verifyram.o

View File

@ -8,5 +8,5 @@
S_OBJS += ctype.o \
get_ostype.o \
initdoneio.o \
tobasic.o \
setdevice.o
setdevice.o \
tobasic.o