make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiling under Visual Studio 7 (aka .NET)


From: Eli Zaretskii
Subject: Re: Compiling under Visual Studio 7 (aka .NET)
Date: Wed, 05 Mar 2003 00:07:50 +0200

> Date: Tue, 04 Mar 2003 13:25:40 -0800
> From: "Darcy L. Watkins" <address@hidden>
> 
> My biggest disappointment with GNU make is the lack of support for "<<"
> redirection which is a "must have" for DOS / Windows which has that
> notorious command line limitation.  Fortunately this can be worked around
> using "echo" which is implemented internal to make so really long lines can
> be piped to generate a DOS response file (i.e. "@" file).

Alternatively, you could install a Windows port of Bash or zsh and
then use them as your SHELL inside Makefile's.  Then you have that
feature for free (and a bunch of others as well).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]