diff options
| author | Juanma Barranquero | 2010-09-22 19:26:02 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-09-22 19:26:02 +0200 |
| commit | 8f978ca0d54104c3da1bd34e0a45e0aeedcd7a69 (patch) | |
| tree | 84531cea864ae1a4a782f736c70a2c7e5208e625 | |
| parent | 413d18e73de161f0618926ef73d170a7ef5c7a2f (diff) | |
| download | emacs-8f978ca0d54104c3da1bd34e0a45e0aeedcd7a69.tar.gz emacs-8f978ca0d54104c3da1bd34e0a45e0aeedcd7a69.zip | |
nt/configure.bat: Add comment about USER_(C|LD)FLAGS.
| -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 |