nt-makefile-configuration-change-20040617

Add support for building symbols in all configurations
This commit is contained in:
Jeffrey Altman 2004-06-18 06:05:48 +00:00 committed by Jeffrey Altman
parent fcb7d1569f
commit 2cacc256d9

View File

@ -242,7 +242,7 @@ afscdefs = $(afscdefs) /G7 /GT /GS
!IF ("$(AFSDEV_BUILDTYPE)" == "FREE") !IF ("$(AFSDEV_BUILDTYPE)" == "FREE")
afscflags = $(afscflags) /Ox afscflags = $(afscflags) /Ox /Zi
cdebug = $(cdebug:-Od=) # avoid annoying override warning (D4025) cdebug = $(cdebug:-Od=) # avoid annoying override warning (D4025)
cvarsdll = $(cvarsdll:-MDd=-MD) cvarsdll = $(cvarsdll:-MDd=-MD)
NODEBUG=1 NODEBUG=1
@ -350,7 +350,7 @@ mfclibsdll = $(mfclibsdll:msvcrt.lib=)
# Link with binmode.obj; files will be opened in binary mode by default. # Link with binmode.obj; files will be opened in binary mode by default.
!IF ("$(AFSDEV_BUILDTYPE)" == "FREE") !IF ("$(AFSDEV_BUILDTYPE)" == "FREE")
ldebug= ldebug=/DEBUG /PDB:$*.pdb
EXEPREP = rebase -b 0x00400000 -x $(@D) -q $@ EXEPREP = rebase -b 0x00400000 -x $(@D) -q $@
DLLPREP = rebase -i $(DESTDIR)\NTDllmap.txt -x $(@D) -q $@ DLLPREP = rebase -i $(DESTDIR)\NTDllmap.txt -x $(@D) -q $@