]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.bat: Add #define PROFILING to config.h.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 14 Sep 2009 23:00:52 +0000 (23:00 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 14 Sep 2009 23:00:52 +0000 (23:00 +0000)
nt/ChangeLog
nt/configure.bat

index 7843154f33fc0ebee1beb08844fe16bb8ece113f..a173140655a1fde5bcefe6b21db4bbeb280d0b3d 100644 (file)
@@ -1,3 +1,7 @@
+2009-09-14  Juanma Barranquero  <lekktu@gmail.com>
+
+       * configure.bat: Add #define PROFILING to config.h.
+
 2009-07-03  Jason Rumney  <jasonr@gnu.org>
 
        * runemacs.c (set_user_model_id): Use standard types.
index 56b8570908f703053e097a79288ffda62420a374..87b0a1bf50199a2085162e8495c1eba498ae50e4 100755 (executable)
@@ -546,6 +546,7 @@ echo. >>config.tmp
 echo /* Start of settings from configure.bat.  */ >>config.tmp\r
 if (%docflags%) == (Y) echo #define USER_CFLAGS " %usercflags%">>config.tmp\r
 if (%doldflags%) == (Y) echo #define USER_LDFLAGS " %userldflags%">>config.tmp\r
+if (%profile%) == (Y) echo #define PROFILING 1 >>config.tmp\r
 if not "(%HAVE_PNG%)" == "()" echo #define HAVE_PNG 1 >>config.tmp\r
 if not "(%HAVE_JPEG%)" == "()" echo #define HAVE_JPEG 1 >>config.tmp\r
 if not "(%HAVE_GIF%)" == "()" echo #define HAVE_GIF 1 >>config.tmp\r