Added routines to handle command line params

git-svn-id: svn://svn.cc65.org/cc65/trunk@2012 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-03-10 21:21:46 +00:00
parent 065b8f2596
commit 467d8ad9c5
34 changed files with 340 additions and 90 deletions

View File

@@ -16,7 +16,14 @@
%.tgi: %.o ../../runtime/zeropage.o
@$(LD) -t module -o $@ $^
S_OBJS = crt0.o extzp.o oserror.o oserrlist.o randomize.o fio_module.o tgi_mode_table.o
S_OBJS = crt0.o \
extzp.o \
fio_module.o \
mainargs.o \
oserror.o \
oserrlist.o \
randomize.o \
tgi_mode_table.o
#--------------------------------------------------------------------------
# Drivers