From: Jeffrey Altman Date: Sat, 6 Dec 2003 15:40:17 +0000 (+0000) Subject: correct-include-for-cl1300-20031206 X-Git-Tag: openafs-devel-1_3_51~45 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=7bcb1e53bf4ed53d37f4b9d94b64a7b9507fb103;p=packages%2Fo%2Fopenafs.git correct-include-for-cl1300-20031206 CL 1300 uses the mfcatl paths just like CL 1310 --- diff --git a/src/ntbuild.bat b/src/ntbuild.bat index 767aaa93d..af68842b5 100755 --- a/src/ntbuild.bat +++ b/src/ntbuild.bat @@ -1,4 +1,3 @@ -@echo off rem Copyright 2000, International Business Machines Corporation and others. rem All Rights Reserved. rem @@ -99,11 +98,13 @@ SET W9XDDKDIR=c:\progra~1\micros~6 set AFSDEV_INCLUDE=%MSSDKDIR%\include;%MSVCDIR%\include IF "%AFSVER_CL%" == "1310" set AFSDEV_INCLUDE=%AFSDEV_INCLUDE%;%MSVCDIR%\atlmfc\include +IF "%AFSVER_CL%" == "1300" set AFSDEV_INCLUDE=%AFSDEV_INCLUDE%;%MSVCDIR%\atlmfc\include IF NOT "%AFSVER_CL%" == "1310" set AFSDEV_INCLUDE=%AFSDEV_INCLUDE%;%MSVCDIR%\atl\include;%MSVCDIR%\mfc\include set AFSDEV_INCLUDE=%AFSDEV_INCLUDE%;%NTDDKDIR%\include;%W9XDDKDIR%\include set AFSDEV_LIB=%MSSDKDIR%\lib;%MSVCDIR%\lib IF "%AFSVER_CL%" == "1310" set AFSDEV_LIB=%AFSDEV_LIB%;%MSVCDIR%\atlmfc\lib +IF "%AFSVER_CL%" == "1300" set AFSDEV_LIB=%AFSDEV_LIB%;%MSVCDIR%\atlmfc\lib IF NOT "%AFSVER_CL%" == "1310" set AFSDEV_LIB=%AFSDEV_LIB%;%MSVCDIR%\mfc\lib set AFSDEV_BIN=%MSSDKDIR%\bin;%MSVCDIR%\bin