DEFAULT_DEVICE; replaced some spaces with tabs
git-svn-id: svn://svn.cc65.org/cc65/trunk@2667 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -2,9 +2,14 @@
|
|||||||
# makefile for CC65 Atari runtime library
|
# makefile for CC65 Atari runtime library
|
||||||
#
|
#
|
||||||
# NUMDRVS - number of supported drives (max. 16)
|
# NUMDRVS - number of supported drives (max. 16)
|
||||||
|
# 4 bytes for each device are statically allocated
|
||||||
# UCASE_FILENAME - all filenames get uppercased
|
# UCASE_FILENAME - all filenames get uppercased
|
||||||
|
# DEFAULT_DEVICE - if the string passed to the uppercase function doesn't
|
||||||
|
# include a device (":" at position 2 or 3), provide "D:"
|
||||||
|
# as a default device
|
||||||
|
# needs UCASE_FILENAME to be defined, otherwise no effect
|
||||||
|
|
||||||
ATARIDEFS = -DNUMDRVS=4 -DUCASE_FILENAME=1
|
ATARIDEFS = -DNUMDRVS=4 -DUCASE_FILENAME=1 -DDEFAULT_DEVICE=1
|
||||||
|
|
||||||
.SUFFIXES: .o .s .c
|
.SUFFIXES: .o .s .c
|
||||||
|
|
||||||
@@ -31,60 +36,60 @@ ATARIDEFS = -DNUMDRVS=4 -DUCASE_FILENAME=1
|
|||||||
# Object files
|
# Object files
|
||||||
|
|
||||||
OBJS = _scrsize.o \
|
OBJS = _scrsize.o \
|
||||||
break.o \
|
break.o \
|
||||||
cclear.o \
|
cclear.o \
|
||||||
cgetc.o \
|
cgetc.o \
|
||||||
chline.o \
|
chline.o \
|
||||||
clock.o \
|
clock.o \
|
||||||
close.o \
|
close.o \
|
||||||
clrscr.o \
|
clrscr.o \
|
||||||
color.o \
|
color.o \
|
||||||
cputc.o \
|
cputc.o \
|
||||||
crt0.o \
|
crt0.o \
|
||||||
ctype.o \
|
ctype.o \
|
||||||
cvline.o \
|
cvline.o \
|
||||||
dio_cts.o \
|
dio_cts.o \
|
||||||
dio_stc.o \
|
dio_stc.o \
|
||||||
diopncls.o \
|
diopncls.o \
|
||||||
dioread.o \
|
dioread.o \
|
||||||
diowrite.o \
|
diowrite.o \
|
||||||
diowritev.o \
|
diowritev.o \
|
||||||
dosdetect.o \
|
dosdetect.o \
|
||||||
fdtable.o \
|
fdtable.o \
|
||||||
getargs.o \
|
getargs.o \
|
||||||
getdefdev.o \
|
getdefdev.o \
|
||||||
getfd.o \
|
getfd.o \
|
||||||
gotox.o \
|
gotox.o \
|
||||||
gotoy.o \
|
gotoy.o \
|
||||||
gotoxy.o \
|
gotoxy.o \
|
||||||
graphics.o \
|
graphics.o \
|
||||||
graphuse.o \
|
graphuse.o \
|
||||||
joy_stddrv.o \
|
joy_stddrv.o \
|
||||||
kbhit.o \
|
kbhit.o \
|
||||||
lseek.o \
|
lseek.o \
|
||||||
mouse.o \
|
mouse.o \
|
||||||
mul40.o \
|
mul40.o \
|
||||||
open.o \
|
open.o \
|
||||||
oserrlist.o \
|
oserrlist.o \
|
||||||
oserror.o \
|
oserror.o \
|
||||||
ostype.o \
|
ostype.o \
|
||||||
randomize.o \
|
randomize.o \
|
||||||
read.o \
|
read.o \
|
||||||
revers.o \
|
revers.o \
|
||||||
rs232.o \
|
rs232.o \
|
||||||
rwcommon.o \
|
rwcommon.o \
|
||||||
savevec.o \
|
savevec.o \
|
||||||
scroll.o \
|
scroll.o \
|
||||||
setcolor.o \
|
setcolor.o \
|
||||||
siocall.o \
|
siocall.o \
|
||||||
sysremove.o \
|
sysremove.o \
|
||||||
systime.o \
|
systime.o \
|
||||||
tvtype.o \
|
tvtype.o \
|
||||||
sysuname.o \
|
sysuname.o \
|
||||||
ucase_fn.o \
|
ucase_fn.o \
|
||||||
wherex.o \
|
wherex.o \
|
||||||
wherey.o \
|
wherey.o \
|
||||||
write.o
|
write.o
|
||||||
|
|
||||||
|
|
||||||
#--------------------------------------------------------------------------
|
#--------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user