summaryrefslogtreecommitdiff
path: root/nt/nmake.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nt/nmake.defs')
-rw-r--r--nt/nmake.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/nmake.defs b/nt/nmake.defs
index 69e8bb67340..04a3f1660a8 100644
--- a/nt/nmake.defs
+++ b/nt/nmake.defs
@@ -117,7 +117,7 @@ RC_INCLUDE = -i
USE_CRT_DLL = 1
-!if USE_CRT_DLL
+!if $(USE_CRT_DLL)
libc = msvcrt$(D).lib
EMACS_EXTRA_C_FLAGS= -D_DLL -D_MT -DUSE_CRT_DLL=1
!else