emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101540: nt/configure.bat: Add commen


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101540: nt/configure.bat: Add comment about USER_(C|LD)FLAGS.
Date: Wed, 22 Sep 2010 19:26:02 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101540
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Wed 2010-09-22 19:26:02 +0200
message:
  nt/configure.bat: Add comment about USER_(C|LD)FLAGS.
modified:
  nt/configure.bat
=== modified file 'nt/configure.bat'
--- a/nt/configure.bat  2010-09-22 01:30:05 +0000
+++ b/nt/configure.bat  2010-09-22 17:26:02 +0000
@@ -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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]