From 18a9be2b18b7baf3eb0d1aa40a6337c97bd0571e Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Fri, 18 Jun 2004 05:49:20 +0000 Subject: [PATCH] nt-readme-upd-20040617 Update requirements for building OpenAFS on Windows 2000/XP/2003 --- README-NT | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/README-NT b/README-NT index 8acfe4c5d7..436a684457 100644 --- a/README-NT +++ b/README-NT @@ -128,18 +128,24 @@ by using Internet Explorer 5.x or higher. (Active X controls are required) The header files that are required are found from a Microsoft SDK are: - netspi.h - npapi.h + netspi.h (Windows 9x builds) + npapi.h (Windows 2000,XP,2003 builds) + netcfgx.h (NSIS Loopback Adapter installer - Windows 2000,XP,2003 builds) + netcfgn.h (NSIS Loopback Adapter installer - Windows 2000,XP,2003 builds) -These files come from Microsoft DDKs/SDKs as follows: +These files come from the following Microsoft DDKs/SDKs: - January 1997 Windows NT Workstation DDK - /ddk/frc/network/inc/npapi.h - November 2001 Microsoft Platform SDK - install "samples" from "Core SDK" - samples/winbase/security/winnt/logonnp/npapi.h - July 1998 Windows 95 DDK - net/inc/netmpr.h and net/inc/netspi.h - July 1999 Windows 98 DDK - src/net/inc/netmpr.h and src/net/inc/netspi.h - - you need to install "Legacy and Related - driver samples" + npapi.h: + Windows XP/2003 Platform SDK - include/ + + netcfgn.h, netcfgx.h: + Windows XP/2003 DDK - inc/wxp/ + + netmpr.h, netspi.h: + July 1998 Windows 95 DDK - net/inc/netmpr.h and net/inc/netspi.h + July 1999 Windows 98 DDK - src/net/inc/netmpr.h and src/net/inc/netspi.h + - you need to install "Legacy and Related + driver samples" STEP D. Configure NTBUILD.BAT.