]> git.sur5r.net Git - cc65/history - src/cl65/main.c
Added support for modules
[cc65] / src / cl65 / main.c
2002-04-25 cuzAdded support for modules
2001-10-02 cuzReordered usage output
2001-09-30 cuzUse __attribute ((unused)) instead of -Wno-unused-parameter
2001-09-26 cuzAdded new command line options, one bug fixed
2001-09-15 cuzFixed a few warnings
2001-03-10 cuzMoved verbose output to a shared module in the common...
2001-03-09 cuzAdded command line response files
2000-11-22 cuzNew --cpu command line switch
2000-11-19 cuzMingW fixes
2000-10-20 cuzAdd the default libraries if both, a target and a confi...
2000-09-02 cuzFixed the help text
2000-09-02 cuzAdded -l and --listing options.
2000-09-02 cuzAdded .a65 as an assembler extension
2000-09-02 cuzAdded the --feature option
2000-08-24 cuzNew long option: --start-addr
2000-08-23 cuzRemove checks for an argument in the option handling...
2000-08-23 cuzSimplify target handling, use common modules
2000-08-21 cuzSet the target system also for the assembler
2000-07-18 cuzFixed a gcc warning
2000-07-15 cuzChange intermediate file name for grc from .ss to .s
2000-06-25 cuzCheck for duplicate files in an argument list and print...
2000-06-22 cuzAdded support for geos resource files
2000-06-14 cuzUse stuff from the common dir
2000-06-09 cuzVC++ fixes
2000-05-29 cuzAdded long options. Added --asm-include-dir to set...
2000-05-28 uzThis commit was generated by cvs2svn to compensate...