From: Valeri DOT Faine AT cern DOT ch ("Valery Fine") Subject: Re: MSVC command line size 29 Mar 1997 13:03:37 -0800 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <199703291136.MAA40600.cygnus.gnu-win32@sp050.cern.ch> Comments: Authenticated sender is Original-To: Fabrice Beauvir Original-CC: gnu-win32 AT cygnus DOT com X-Confirm-Reading-To: "Valery Fine" X-pmrqc: 1 X-mailer: Pegasus Mail for Windows (v2.23) Original-Sender: owner-gnu-win32 AT cygnus DOT com On 26 Mar 97 at 11:37, Fabrice Beauvir wrote: > Hi, > I'm porting unix application to NT whith MSVC 2.0. > I m usig microsoft command line compiler cl and I have a problem > using gnu make and bash . My cl command line, in makefile exceed 255 > caracters and cl failed. I cant use microsoft command file 'cause > off UNIX compatibility. Anyone as a clue ? -- It understands an indirect file as follows: cl @ So you need something like this (well it is only to show an idea, with make one can create it another way too): echo "your 1st parameters" > cl.lst echo "your 2nd parameters" >> cl.lst echo "your n-th parameters" >> cl.lst echo "your last parameters" >> cl.lst cl @cl.lst Hope this helps. ================================================================= Dr. Valery Fine Telex : 911621 dubna su ----------- LCTA/Joint Inst.for NuclearRes Phone : +7 09621 6 40 80 141980 Dubna, Moscow region Fax : +7 09621 6 51 45 Russia mailto:fine AT main1 DOT jinr DOT dubna DOT su mailto:fine AT vxcern DOT cern DOT ch Dr. Valeri Faine ------------ Phone: +41 22 767 6468 CERN FAX : +41 22 782 2601 CH-1211 Geneva, 23 mailto:fine AT vxcern DOT cern DOT ch Switzerland http://nicewww.cern.ch/~fine - For help on using this list, send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".