* configure.bat: Add #define PROFILING to config.h.

This commit is contained in:
Juanma Barranquero 2009-09-14 23:00:52 +00:00
parent f804f44622
commit f179addc9b
2 changed files with 5 additions and 0 deletions

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

View file

@ -546,6 +546,7 @@ echo. >>config.tmp
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