X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/d125ca15f3751f36a1ec49e3d9f9de1735b43698..7cdf484be3f4408b2bdf58db5bd4ae896cf262e5:/nt/nmake.defs diff --git a/nt/nmake.defs b/nt/nmake.defs index 2c6bc66b67..04a3f1660a 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-2013 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