From: Greg King (gngking_at_erols.com)
Date: 2003-01-16 11:07:15
-----Original Message----- From: Groepaz Date: Wednesday, January 15, 2003, 09:18 PM > > Anyway, you can always achieve whatever you like by calling cc65/ca65/ld65 > manually; so, it's not really a problem at all; just involves a little bit too > much manual work (/me lazy peep :=P) You can tell cl65 to run only some of the other tools. (It is similar to gcc.) If you start with assembly source files, then cl65 won't run the compiler; it will run the other two. The "-c" option doesn't run the linker. And, so on... ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2003-01-16 11:59:28 CET