]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-windows-readme-20080421
authorJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 21 Apr 2008 17:03:50 +0000 (17:03 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 21 Apr 2008 17:03:50 +0000 (17:03 +0000)
LICENSE MIT

update the build instructions

README-NT
src/ntbuild.bat

index 5a4158a16c1c3f3c1e9f49cfca10f9d0986ba972..2a5400c383422e071226380c2c435825b1d4b93b 100644 (file)
--- a/README-NT
+++ b/README-NT
@@ -5,14 +5,15 @@ directory or on-line at http://www.openafs.org/dl/license10.html
 The document now provides a step by step procedure that takes the user 
 from a basic Windows 2000/XP/2003 workstation to an OpenAFS development 
 environment.   Details are provided so that a 'beginning' windows 
-developer can build an OpenAFS installable package for Windows 2000/XP/2003.
+developer can build an OpenAFS installable package for Windows 
+2000/XP/2003/Vista/2008.
 
 NOTE 1:
 As of the OpenAFS 1.3 release series, Windows platforms released
 prior to Windows 2000 are no longer supported. As of the OpenAFS 1.5
 series, the Windows 9x components are being removed from the source tree.
 
-***********   Windows 2000/XP/2003 Build Process ****************
+***********   Windows 2000/XP/2003/Vista/2008 Build Process *************
 
 Building OpenAFS for Windows requires configuring a Windows
 development system by installing compilation tools and header files.
@@ -29,6 +30,7 @@ one of:
  * Windows 2003 64
  * Windows 2003 R2 (32 or 64)
  * Windows Vista (32 or 64)
+ * Windows 2008 (32 or 64)
 
 The build process is controlled by a nmake file that generates the 
 necessary binaries and binds them into an install package.
@@ -64,7 +66,7 @@ versions are supported:
 
 The following Microsoft SDK is required:
 
-    Microsoft Platform SDK for Windows XP SP2 or Server 2003 SP1 or Vista
+    Microsoft Platform SDK for Windows XP SP2 or Server 2003 SP1 or Vista or 2008
       http://www.microsoft.com/msdownload/platformsdk/sdkupdate/downlevel.htm [IE required]
       http://www.microsoft.com/msdownload/platformsdk/sdkupdate/XPSP2FULLInstall.htm
 
index 846b6591f924e8a53a60f4d37c353b991f952f30..d0c6f3e0543da5e1af8f5b367e54b2535f54ca18 100755 (executable)
@@ -39,7 +39,7 @@ REM                  "1200" for VC6
 REM                  "1300" for VC7 (.NET)
 REM                  "1310" for .NET 2003
 REM                  "1400" for VC8
-set AFSVER_CL=1310
+set AFSVER_CL=1400
 
 REM Location of Microsoft Visual C++ development folder (8.3 short name)
 set MSVCDIR=c:\progra~1\micros~2\vc98
@@ -47,12 +47,9 @@ set MSVCDIR=c:\progra~1\micros~2\vc98
 REM Location of Microsoft Platform SDK (8.3 short name)
 set MSSDKDIR=c:\progra~1\micros~4
 
-REM Location of npapi.h (from DDK or Platform SDK samples - 8.3 short name)
+REM Location of WDK/DDK (8.3 short name)
 set NTDDKDIR=c:\progra~1\micros~5
 
-REM Location of netmpr.h/netspi.h (from Windows 95/98 DDK - 8.3 short name)
-SET W9XDDKDIR=c:\progra~1\micros~6
-
 REM ########################################################################
 REM NTMakefile optional definitions:
 REM