Mercurial > emacs
changeset 110481:c845917f5ca3
nt/configure.bat: Add comment about USER_(C|LD)FLAGS.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 22 Sep 2010 19:26:02 +0200 |
parents | 5290c80fda43 |
children | 99986de658d5 |
files | nt/configure.bat |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/configure.bat Wed Sep 22 12:03:34 2010 -0400 +++ b/nt/configure.bat Wed Sep 22 19:26:02 2010 +0200 @@ -630,6 +630,8 @@ copy config.nt config.tmp echo. >>config.tmp echo /* Start of settings from configure.bat. */ >>config.tmp +rem We write USER_CFLAGS and USER_LDFLAGS starting with a space to simplify +rem processing of compiler options in w32.c:get_emacs_configuration_options if (%docflags%) == (Y) echo #define USER_CFLAGS " %usercflags%">>config.tmp if (%doldflags%) == (Y) echo #define USER_LDFLAGS " %userldflags%">>config.tmp if (%profile%) == (Y) echo #define PROFILING 1 >>config.tmp