Re: [cc65] two little bugs

From: Groepaz <groepaz1gmx.net>
Date: 2009-08-21 18:48:51
On Freitag 21 August 2009, Oliver Schmidt wrote:
> 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.

on top of that, it would be kinda bad if the type of files that are installed 
depends on how installation is done. (i dont even know what that .exe 
installer IS =D)

-- 

http://www.hitmen-console.org    http://magicdisk.untergrund.net
http://www.pokefinder.org        http://ftp.pokefinder.org

A chicken is an egg's way of making another egg. 
<Samuel Butler>

----------------------------------------------------------------------
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:48:12 2009

This archive was generated by hypermail 2.1.8 : 2009-08-21 18:48:14 CEST