diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/makefile.nt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.nt b/src/makefile.nt index bd09e4f99ca..52cad88d118 100644 --- a/src/makefile.nt +++ b/src/makefile.nt | |||
| @@ -40,7 +40,7 @@ LOCAL_FLAGS = $(LOCAL_FLAGS) -DHAVE_NTGUI=1 | |||
| 40 | # From MSVC 5.0 onwards, it seem base relocation information is not included, | 40 | # From MSVC 5.0 onwards, it seem base relocation information is not included, |
| 41 | # at least in release builds. We need to ensure the reloc info is included | 41 | # at least in release builds. We need to ensure the reloc info is included |
| 42 | # in order to use the MSVC profiler. | 42 | # in order to use the MSVC profiler. |
| 43 | !IF ($(_NMAKE_VER) == $(_NMAKE_VER_4)) | 43 | !IF ("$(_NMAKE_VER)" == "$(_NMAKE_VER_4)") |
| 44 | EXTRA_LINK = | 44 | EXTRA_LINK = |
| 45 | !ELSE | 45 | !ELSE |
| 46 | EXTRA_LINK = -profile | 46 | EXTRA_LINK = -profile |