Windows: NSIS installer requires the architecture for CL=1400
authorJeffrey Altman <jaltman@your-file-system.com>
Fri, 26 Nov 2010 07:55:03 +0000 (02:55 -0500)
committerDerrick Brashear <shadow@dementia.org>
Sat, 27 Nov 2010 16:13:01 +0000 (08:13 -0800)
commita2c31a754c2d75dcf6a674f365ad50fc40f595ec
tree31d738c4f7203bf14cdca050b2c3c43880173f75
parent5186e1686f1eaa1f5aaddfaa90da715aba045f67
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