Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f179addc
Commit
f179addc
authored
Sep 14, 2009
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.bat: Add #define PROFILING to config.h.
parent
f804f446
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
nt/ChangeLog
nt/ChangeLog
+4
-0
nt/configure.bat
nt/configure.bat
+1
-0
No files found.
nt/ChangeLog
View file @
f179addc
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.
...
...
nt/configure.bat
View file @
f179addc
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment