[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to pass a group of COMPILER OPTIONS using GNU Make Command Line
From: |
Eli Zaretskii |
Subject: |
Re: How to pass a group of COMPILER OPTIONS using GNU Make Command Line under WINDOWS |
Date: |
Fri, 08 Oct 2010 09:58:16 +0200 |
> From: Duane Campbell <address@hidden>
> 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.