Date: Wed, 1 Apr 92 09:21:32 EST From: DJ Delorie To: soyata AT phi DOT ece DOT jhu DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Many many object files >Date: Wed, 1 Apr 92 06:09:30 -0500 >From: soyata AT phi DOT ece DOT jhu DOT edu (Tolga Soyata) >Sender: soyata AT phi DOT ece DOT jhu DOT edu Status: O >Hi, >Has anyone tried to link many many many.... object files? Since the DOS >is limited by the 128-character command lines, I was not able to link >more than SOME number (say 16) of object codes. Do I have to rename object >file names every time as 1.o 2.o .... etc. Even this wouldn't help if >I tried to link 300 object files!!!!! Is there an "indirect" link command >just like Borland's "@". ???? I use exactly the "@" method, just like Borland. Any argument starting with "@" is taken as a file name, and it's contents are expanded by go32 into the argv array passed to the application. DJ dj AT ctron DOT com Life is a banana.