]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
remove-extraneous-appsver-20031209
authorJeffrey Altman <jaltman@grand.central.org>
Tue, 9 Dec 2003 21:34:00 +0000 (21:34 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 9 Dec 2003 21:34:00 +0000 (21:34 +0000)
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

index b208c21a8bacbca5a407abfaa1d5c5a4fd8ac530..8338a42a2b50c3c264766d5dcbf1716b910b3eb1 100644 (file)
@@ -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