Karri > On a Windows platform I have too many object files on the cl65 command > line and the application does not link. Are you sure this is the problem. If so, at least at DOS-times, there was an environment variable which controlled this. > I could of course use libraries and throw my object files there. But if > I do that then the linker wonders if it should include the object file > to a build or not. > > Is there a good way to force the linker to accept all files in a library > to the build?. On gcc and I guess thats true for ld65 as well, a library group can be used. Such a group will be scaned repeatedly until all depencencies are fullfilled. -- 42Bastian Schick ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Thu Sep 29 10:03:55 2005
This archive was generated by hypermail 2.1.8 : 2005-09-29 10:03:58 CEST