1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-25 21:55:33 +00:00
cc65/src/cl65
Oliver Schmidt 555282497c Removed --lib option from cl65.
The general approach of cl65 when generating the command lines to be executed is to first put options and the put files. However, this doesn't work well with the --lib option which would rather need to be put when libraries in general are put. I opted to not add this special behavior to cl65 as
* the use case for the --lib option is _VERY_ specific
* cl65 is after all a wrapper for ordinary use cases
2020-05-30 21:03:15 +02:00
..
error.c
error.h
global.c
global.h
main.c Removed --lib option from cl65. 2020-05-30 21:03:15 +02:00
spawn-amiga.inc
spawn-unix.inc