X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/16ddec7e9e6adcf615db097d9627d490ca29208c..81e0cca7bbc99dbfda898a8aaab740ae121cf045:/nt/nmake.defs?ds=sidebyside diff --git a/nt/nmake.defs b/nt/nmake.defs index 48809afc77..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. @@ -22,6 +22,7 @@ all: THE_SHELL = $(COMSPEC) SHELLTYPE=CMD +SWITCHCHAR=/ MAKETYPE=nmake @@ -116,7 +117,7 @@ RC_INCLUDE = -i USE_CRT_DLL = 1 -!ifdef USE_CRT_DLL +!if $(USE_CRT_DLL) libc = msvcrt$(D).lib EMACS_EXTRA_C_FLAGS= -D_DLL -D_MT -DUSE_CRT_DLL=1 !else