Re: How to pass a group of COMPILER OPTIONS using GNU Make Command Line under WINDOWS
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.comp.gnu.make.windows,gmane.comp.gnu.make.general |
|---|---|
| Message-ID | <[email protected]> |
> From: Duane Campbell <[email protected]> > Date: Thu, 7 Oct 2010 22:01:53 -0700 > > Note: There is no standard way to quote a " character in windows. > Windows opted to have applications parse the command line - hence no standard. > It is up to the programs and the libraries they use. That's true. However, with most Windows programs, and with the ported Make in particular, you can use \" to quote the " character.