From 8f978ca0d54104c3da1bd34e0a45e0aeedcd7a69 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 22 Sep 2010 19:26:02 +0200 Subject: [PATCH] nt/configure.bat: Add comment about USER_(C|LD)FLAGS. --- nt/configure.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nt/configure.bat b/nt/configure.bat index 74c7e1af137..fc9fae4da60 100755 --- a/nt/configure.bat +++ b/nt/configure.bat @@ -630,6 +630,8 @@ echo. >>config.settings 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 -- 2.11.4.GIT