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