From 569602eb625780e02658bda84d325e7aec9e1794 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Fri, 27 Feb 2004 06:02:18 +0000 Subject: [PATCH] no-wspp-builds-20040227 the WSPP build references in the current ntbuild.bat are extraneous as there are no references to the defined variable anywhere else in the build system. remove them from ntbuild.bat --- src/ntbuild.bat | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/ntbuild.bat b/src/ntbuild.bat index 14ef314ce..81143e2ae 100755 --- a/src/ntbuild.bat +++ b/src/ntbuild.bat @@ -82,30 +82,18 @@ if "%1"=="CHECKED" goto checked if "%1"=="free" goto free if "%1"=="FREE" goto free -if "%1"=="wspp" goto wspp -if "%1"=="WSPP" goto wspp - goto usage :checked set AFSBLD_TYPE=CHECKED -set AFSBLD_IS_WSPP= set AFSDEV_CRTDEBUG=1 goto args_done :free set AFSBLD_TYPE=FREE -set AFSBLD_IS_WSPP= -set AFSDEV_CRTDEBUG=0 -goto args_done - -:wspp -set AFSBLD_TYPE=FREE -set AFSBLD_IS_WSPP=1 set AFSDEV_CRTDEBUG=0 goto args_done - :args_done REM ####################################################################### -- 2.39.5