From ba08e660976786dc4a4a7f2d8415be2002802ef9 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Tue, 9 Dec 2003 21:34:00 +0000 Subject: [PATCH] remove-extraneous-appsver-20031209 Remove extraneous reference to APPSVER variable. This might have been an attempt at turning on debug info for the .NET compiler for non-debug builds. The debug builds already have debug info turned on. --- src/config/NTMakefile.i386_nt40 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/config/NTMakefile.i386_nt40 b/src/config/NTMakefile.i386_nt40 index b208c21..8338a42 100644 --- a/src/config/NTMakefile.i386_nt40 +++ b/src/config/NTMakefile.i386_nt40 @@ -235,11 +235,6 @@ afscflags =\ /GX \ /Os -cdebug = $(cdebug:-Z7=-Zi) # avoid annoying override warning (D4025) -!IF ("APPSVER"=="1300") -cdebug = $(cdebug) -Zi -!ENDIF - !IF ("$(AFSDEV_BUILDTYPE)" == "FREE") afscflags = $(afscflags) /Ox @@ -248,6 +243,7 @@ cvarsdll = $(cvarsdll:-MDd=-MD) NODEBUG=1 !ELSE # CHECKED BUILD +cdebug = $(cdebug:-Z7=-Zi) # avoid annoying override warning (D4025) !IF ("$(AFSVER_CL)"=="1200") afscdefs = $(afscdefs) -DDEBUG -- 1.9.4