Use unique variables for cc65 toolchain.
Originally I used the usual variables (like $(CC) and $(CFLAGS) ) but after all this doesn't make sense as any predefined values and/or user defined settings can only be wrong.
This commit is contained in:
@@ -13,4 +13,4 @@
|
||||
# DYNAMIC_DD - determine default disk device at runtime (SpartaDOS only)
|
||||
# needs DEFAULT_DEVICE to be defined, otherwise no effect
|
||||
|
||||
AFLAGS += -D NUMDRVS=4 -D LINEBUF=80 -D UCASE_FILENAME=1 -D DEFAULT_DEVICE=1 -D DYNAMIC_DD=1
|
||||
CA65FLAGS += -D NUMDRVS=4 -D LINEBUF=80 -D UCASE_FILENAME=1 -D DEFAULT_DEVICE=1 -D DYNAMIC_DD=1
|
||||
|
||||
Reference in New Issue
Block a user