From 2cacc256d996fcdb024da70a933f92aeec9d9f3c Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Fri, 18 Jun 2004 06:05:48 +0000 Subject: [PATCH] nt-makefile-configuration-change-20040617 Add support for building symbols in all configurations --- src/config/NTMakefile.i386_nt40 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/NTMakefile.i386_nt40 b/src/config/NTMakefile.i386_nt40 index 4d08096..ff8f9d3 100644 --- a/src/config/NTMakefile.i386_nt40 +++ b/src/config/NTMakefile.i386_nt40 @@ -242,7 +242,7 @@ afscdefs = $(afscdefs) /G7 /GT /GS !IF ("$(AFSDEV_BUILDTYPE)" == "FREE") -afscflags = $(afscflags) /Ox +afscflags = $(afscflags) /Ox /Zi cdebug = $(cdebug:-Od=) # avoid annoying override warning (D4025) cvarsdll = $(cvarsdll:-MDd=-MD) NODEBUG=1 @@ -350,7 +350,7 @@ mfclibsdll = $(mfclibsdll:msvcrt.lib=) # Link with binmode.obj; files will be opened in binary mode by default. !IF ("$(AFSDEV_BUILDTYPE)" == "FREE") -ldebug= +ldebug=/DEBUG /PDB:$*.pdb EXEPREP = rebase -b 0x00400000 -x $(@D) -q $@ DLLPREP = rebase -i $(DESTDIR)\NTDllmap.txt -x $(@D) -q $@ -- 1.9.4