On Fri, Oct 02, 2009 at 04:50:47PM +0200, Groepaz wrote: > imho having to rely on external scriptlanguages is kinda annoying, and not a > good idea if you want to give your source to other people (who might not want > to install them to do something trivial like this). right now i AM ofcourse > doing it with a script (extracting the info from a vice label file)... but i > see no reason why the linker shouldnt output it =P Adding all these things to the linker is also no good idea. Having the linker output the same information in a dozen different formats makes it bloated. It's better to have one output file that contains all the information and another tool that converts this information into whatever the user wants. This tool may or may not be written as a script, but since it's a structured text file, using perl is always a good idea. If your users don't have perl, you're free to supply the already converted file. This is what I'm doing with the builtin linker configs and ca65 macro files. 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 Oct 2 17:00:21 2009
This archive was generated by hypermail 2.1.8 : 2009-10-02 17:00:23 CEST