Mercurial > emacs
changeset 105014:ef4e71ead2e8
* configure.bat: Add #define PROFILING to config.h.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 14 Sep 2009 23:00:52 +0000 |
parents | d70aa2d7f8a0 |
children | 241af6b11bb4 |
files | nt/ChangeLog nt/configure.bat |
diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/ChangeLog Mon Sep 14 09:46:03 2009 +0000 +++ b/nt/ChangeLog Mon Sep 14 23:00:52 2009 +0000 @@ -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.
--- a/nt/configure.bat Mon Sep 14 09:46:03 2009 +0000 +++ b/nt/configure.bat Mon Sep 14 23:00:52 2009 +0000 @@ -546,6 +546,7 @@ echo /* Start of settings from configure.bat. */ >>config.tmp 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 if not "(%HAVE_PNG%)" == "()" echo #define HAVE_PNG 1 >>config.tmp if not "(%HAVE_JPEG%)" == "()" echo #define HAVE_JPEG 1 >>config.tmp if not "(%HAVE_GIF%)" == "()" echo #define HAVE_GIF 1 >>config.tmp