OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-493-ga2c31a7
   
    Gerrit Code Review
     
    gerrit@openafs.org
       
    Sat, 27 Nov 2010 08:13:44 -0800 (PST)
    
    
  
The following commit has been merged in the master branch:
commit a2c31a754c2d75dcf6a674f365ad50fc40f595ec
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Fri Nov 26 02:55:03 2010 -0500
    Windows: NSIS installer requires the architecture for CL=1400
    
    The NSIS installer at present is 32-bit only.  Production releases
    of OpenAFS have always been performed using the CL=1310 compiler
    so it wasn't noticed that src/WINNT/install/NSIS/NTMakefile did
    not define the ARCH (architecture) for the purpose of identifying
    which redistributable runtime library installer should be
    integrated into the build.  For the CL=1310 compiler there are
    not prebuilt installers for OpenAFS to integrate.
    
    Change-Id: Ide80d5013f55dbcd97b7b099de7066c5afd0df14
    Reviewed-on: http://gerrit.openafs.org/3388
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
 src/WINNT/install/NSIS/NTMakefile |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
-- 
OpenAFS Master Repository