make-w32
[Top][All Lists]
Advanced

[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: Partha None
Subject: RE: How to pass a group of COMPILER OPTIONS using GNU Make Command Line under WINDOWS
Date: Sun, 10 Oct 2010 00:15:59 +0000

Hello,
 
Even if I use double quote character " , I get the same behaviour.
Please help.
I can send you the whole folder in ZIP format in case you want to give it a try.
 
Thank you.
Regards
Partha
 
> Date: Fri, 8 Oct 2010 09:51:26 +0200
> From: address@hidden
> Subject: Re: How to pass a group of COMPILER OPTIONS using GNU Make Command Line under WINDOWS
> To: address@hidden
> CC: address@hidden; address@hidden
>
> > From: Partha None <address@hidden>
> > Date: Fri, 8 Oct 2010 02:04:06 +0000
> > Cc:
> >
> > ===============================================================
> > ALL:
> > cd DBC_Boot_Build && $(MAKE) BYPASS_ANCGEN=$(BYPASS_ANCGEN) MAKEBENCH=$(MAKEBENCH) COMPILE_OPTIONS_FROM_MAKE='$(COMPILE_OPTIONS_FROM_MAKE)' -f TestDBCGNUBootMake $(MAKEFLAGS)
> > =====================================================================
>
> Don't use single quotes '..' on Windows, they are not treated as
> quoting characters. Use ".." instead.

reply via email to

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