diff nt/configure.bat @ 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 aeceb2460b39
children 1d1d5d9bd884
line wrap: on
line diff
--- 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