aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xnt/configure.bat2
1 files changed, 2 insertions, 0 deletions
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
630copy config.nt config.tmp 630copy config.nt config.tmp
631echo. >>config.tmp 631echo. >>config.tmp
632echo /* Start of settings from configure.bat. */ >>config.tmp 632echo /* Start of settings from configure.bat. */ >>config.tmp
633rem We write USER_CFLAGS and USER_LDFLAGS starting with a space to simplify
634rem processing of compiler options in w32.c:get_emacs_configuration_options
633if (%docflags%) == (Y) echo #define USER_CFLAGS " %usercflags%">>config.tmp 635if (%docflags%) == (Y) echo #define USER_CFLAGS " %usercflags%">>config.tmp
634if (%doldflags%) == (Y) echo #define USER_LDFLAGS " %userldflags%">>config.tmp 636if (%doldflags%) == (Y) echo #define USER_LDFLAGS " %userldflags%">>config.tmp
635if (%profile%) == (Y) echo #define PROFILING 1 >>config.tmp 637if (%profile%) == (Y) echo #define PROFILING 1 >>config.tmp