X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/c5bc2d1d0558bbaa29ef04f9bd7bef50146382ab..8e07ea1a05e801e52061e880aa36b7cec5895f5a:/nt/nmake.defs diff --git a/nt/nmake.defs b/nt/nmake.defs index 2c6bc66b67..5424b9d912 100644 --- a/nt/nmake.defs +++ b/nt/nmake.defs @@ -1,5 +1,5 @@ # -*- Makefile -*- definition file for building GNU Emacs on Windows NT. -# Copyright (C) 2000-2012 Free Software Foundation, Inc. +# Copyright (C) 2000-2015 Free Software Foundation, Inc. # This file is part of GNU Emacs. @@ -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