Re: [cc65] two little bugs

From: Oliver Schmidt <ol.sc1web.de>
Date: 2009-08-21 18:38:53
Hi,

> How about
>
>    #!/bin/sh
>    for LIB in *.lib; do
>        ar65 x ${LIB} crt0.o
>        mv crt0.o `basename ${LIB} .lib`.o
>    done
>    exit 0
>
> run once in the library directory? I could even make something like this part
> of the .exe installer.

It's actually hard for me to comment on this proposal, because...

- I personally won't need nor use that as I was asked ;-) to test the
new behaviour so it makes no sense at all to "emulate" to old
behaviour for testing purposes.

- I don't know how popular the .exe installer is.

Best, Oliver
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Fri Aug 21 18:38:59 2009

This archive was generated by hypermail 2.1.8 : 2009-08-21 18:39:01 CEST