emacs-devel
[Top][All Lists]
Advanced

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

Re: Supporting parameters that include the = character in configure.bat


From: Eli Zaretskii
Subject: Re: Supporting parameters that include the = character in configure.bat
Date: Tue, 12 Apr 2011 05:48:00 +0300

> From: Ben Key <address@hidden>
> Date: Mon, 11 Apr 2011 19:17:59 -0500
> Cc: address@hidden
> 
> The cflags and ldflags arguments support parameters that include the =
> character.  However, since the = character is normally treated as a
> separator character you will need to enclose any parameter that includes
> the = character in quotes.  For example, to include
> -DSITELOAD_PURESIZE_EXTRA=100000 as one of the cflags you would run
> configure.bat as follows:
> configure.bat --cflags "-DSITELOAD_PURESIZE_EXTRA=100000"
> 
> Note that this capability of processing parameters that include the =
> character depend on command extensions.  This batch file attempts to enable
> command extensions.  If command extensions cannot be enabled, a warning
> message will be displayed.
> 
> What is your opinion of these changes?  If I should change the wording
> simply send me the recommended changes.

Sounds fine to me.



reply via email to

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