X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/a879f0eaae49460a29c840e3e35acdb84aa9aa7e..81e0cca7bbc99dbfda898a8aaab740ae121cf045:/nt/nmake.defs diff --git a/nt/nmake.defs b/nt/nmake.defs index 2c6bc66b67..c2a0b8cc6f 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-2014 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