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
69bd9c93
Commit
69bd9c93
authored
Feb 22, 1999
by
Andrew Innes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(EXTRA_LINK): Do version test with strings.
parent
312ae6bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/makefile.nt
src/makefile.nt
+1
-1
No files found.
src/makefile.nt
View file @
69bd9c93
...
...
@@ -40,7 +40,7 @@ LOCAL_FLAGS = $(LOCAL_FLAGS) -DHAVE_NTGUI=1
# From MSVC 5.0 onwards, it seem base relocation information is not included,
# at least in release builds. We need to ensure the reloc info is included
# in order to use the MSVC profiler.
!IF
($(_NMAKE_VER)
==
$(_NMAKE_VER_4)
)
!IF
(
"
$(_NMAKE_VER)
"
==
"
$(_NMAKE_VER_4)
"
)
EXTRA_LINK
=
!ELSE
EXTRA_LINK
=
-profile
...
...
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