* configure.bat: Add #define PROFILING to config.h.
This commit is contained in:
parent
f804f44622
commit
f179addc9b
2 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue