Added _systime for all platforms
git-svn-id: svn://svn.cc65.org/cc65/trunk@1510 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -8,8 +8,19 @@
|
||||
@$(AS) -o $@ $(AFLAGS) $<
|
||||
|
||||
|
||||
S_OBJS = ctype.o callroutine.o enterdesktop.o firstinit.o getrandom.o getserialnumber.o\
|
||||
initdoneio.o mainloop.o panic.o tobasic.o setdevice.o get_ostype.o
|
||||
S_OBJS = ctype.o \
|
||||
callroutine.o \
|
||||
enterdesktop.o \
|
||||
firstinit.o \
|
||||
get_ostype.o \
|
||||
getrandom.o \
|
||||
getserialnumber.o \
|
||||
initdoneio.o \
|
||||
mainloop.o \
|
||||
panic.o \
|
||||
tobasic.o \
|
||||
setdevice.o \
|
||||
systime.o
|
||||
|
||||
all: $(S_OBJS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user