+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.
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