On Fri, Sep 25, 2009 at 09:25:48PM +0200, Thomas Giesel wrote: > I also noticed that make clean doesn't remove the object files of the > tools, (at least since May 2009). After applying the patch you should > remove them manually to make sure the changes are used. I don't know about the master makefile, but my own makefiles do provide two targets for cleanup: "clean" removes core dumps. editor backups and such, while "zap" removes anything that was generated, including libraries, object and dependency files. > An old version put some *.o files next to the *.lib files while > installing. Do they have to be there? No they're gone. The startup files used to be in this directory, but they're in the libraries now. Object files added are now in the "obj" subdirectory. 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 Sep 25 22:35:48 2009
This archive was generated by hypermail 2.1.8 : 2009-09-25 22:35:50 CEST