Re: make and creating linker object file script

2005-06-17 Thread Damian Stones
Thanks for the suggestion Colin, But that's not currently possible with my codebase. Any other ideas? "Colin S. Miller" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Damian Stones wrote: > > I've got a huge variable that contains all of the object files needed to > > make a speci

Re: make and creating linker object file script

2005-06-17 Thread Colin S. Miller
Damian Stones wrote: I've got a huge variable that contains all of the object files needed to make a specific project. Since the list is so too long for the command line I want to create a link script that contains all the information, unfortunately for the very same reason I can't actually 'echo