X-Git-Url: http://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fconfig%2FNTMakefile.amd64_w2k;h=4beb07629fca2f30a2142ed0413fe5ea785a3e8b;hp=f1153515476965995c06ad8c8fc0e13a102fe3d6;hb=128ec84945c1f0879e0df74259a55029f2ea48d6;hpb=0b90d69f8a44e6c7ba20553cfb7d5cf7072bab57 diff --git a/src/config/NTMakefile.amd64_w2k b/src/config/NTMakefile.amd64_w2k index f115351..4beb076 100644 --- a/src/config/NTMakefile.amd64_w2k +++ b/src/config/NTMakefile.amd64_w2k @@ -79,8 +79,8 @@ LIB = $(AFSDEV_LIB) #define used in WinNT/2000 installation and program version display AFSPRODUCT_VER_MAJOR=1 -AFSPRODUCT_VER_MINOR=3 -AFSPRODUCT_VER_PATCH=8000 +AFSPRODUCT_VER_MINOR=5 +AFSPRODUCT_VER_PATCH=0000 AFSPRODUCT_VER_BUILD=0 # For MSI installer, each major release should have a different GUID @@ -251,13 +251,17 @@ afscflags = $(afscflags) /GX !ENDIF !IF ("$(AFSVER_CL)"!="1200") -afscdefs = $(afscdefs) /GT /GS +afscflags = $(afscflags) /GT /GS #/Wp64 !IF ("$(AFSVER_CL)"!="1400") -afscdefs = $(afscdefs) /G7 +afscflags = $(afscflags) /G7 !ENDIF !ENDIF +!IF ("$(AFSIFS)" == "TRUE") +afscdefs = $(afscdefs) -DAFSIFS +!ENDIF + !IF ("$(AFSDEV_BUILDTYPE)" == "FREE") afscflags = $(afscflags) /Ox /Zi