1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-20 05:29:39 +00:00

Moved non-driver files from 'geos-cbm/devel' to 'geos-common/system' which are believed to work as-is on Apple GEOS too.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5488 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc 2012-02-07 16:42:59 +00:00
parent 6542cd2ced
commit 4494a930e3
8 changed files with 7 additions and 7 deletions

View File

@ -5,15 +5,9 @@
#--------------------------------------------------------------------------
# Object files
S_OBJS += crt0.o \
extzp.o \
fio_module.o \
S_OBJS += fio_module.o \
joy_stddrv.o \
mainargs.o \
mcbdefault.o \
mouse_stddrv.o \
oserror.o \
oserrlist.o \
randomize.o \
tgi_colors.o \
tgi_stddrv.o

View File

@ -8,10 +8,16 @@
C_OBJS += systime.o
S_OBJS += callroutine.o \
crt0.o \
enterdesktop.o \
extzp.o \
firstinit.o \
getrandom.o \
getserialnumber.o \
mainargs.o \
mainloop.o \
oserror.o \
oserrlist.o \
panic.o \
randomize.o \
sysuname.o