Re: [cc65] two little bugs

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2009-08-21 13:23:24
Hi!

On Thu, Aug 20, 2009 at 10:40:22PM +0200, Oliver Schmidt wrote:
> You name it. Would it be an option to include the standalone startup
> code object files in the distribution although they're now part of the
> library? New makefiles / new users could ignore them while they would
> keep old makefiles working - wouldn't they?

That would be an option, but more work for me, because all Makefiles and build
scripts have to be changed again. 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.

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz@musoftware.de
----------------------------------------------------------------------
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 13:24:58 2009

This archive was generated by hypermail 2.1.8 : 2009-08-21 13:25:00 CEST