* SCons 0.96.93 automatically detects MSVC 2005, using environment variables is no longer needed

* Use new exception flag for MSVC 2005


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4814 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2006-11-13 14:10:11 +00:00
parent 4bdb1ebd7d
commit 40df19f5e8
2 changed files with 9 additions and 16 deletions

View file

@ -32,10 +32,9 @@ This is a trimmed version of Appendix "Building NSIS" of the documentation.
- Special cases
* SCons 0.96.93 does not yet support Microsoft Visual C++ 2005.
Therefore a temporary workaround has been added to support this
compiler. Add TEMP_MSVC2005=yes to the build command line when
using MSVC 2005:
* When using Microsoft Visual C++ 2005, add TEMP_MSVC2005=yes to
the build command line (this temporary workaround will soon be
removed):
scons TEMP_MSVC2005=yes PREFIX=C:\NSIS install