From: Jeffrey Altman Date: Tue, 9 Dec 2003 21:34:00 +0000 (+0000) Subject: remove-extraneous-appsver-20031209 X-Git-Tag: openafs-devel-1_3_51~18 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=ba08e660976786dc4a4a7f2d8415be2002802ef9;p=packages%2Fo%2Fopenafs.git 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. --- diff --git a/src/config/NTMakefile.i386_nt40 b/src/config/NTMakefile.i386_nt40 index b208c21a8..8338a42a2 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