automatic MSVC 2005 detection

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4816 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2006-11-14 19:14:53 +00:00
parent 62776e907d
commit f04bd2fa14
5 changed files with 7 additions and 20 deletions

View file

@ -32,13 +32,7 @@ This is a trimmed version of Appendix "Building NSIS" of the documentation.
- Special cases
* 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
* If using the free Microsoft Visual C++ Toolkit and Platform SDK,
* If using the Microsoft Visual C++ Toolkit 2003 and Platform SDK,
add MSTOOLKIT=yes to the build command line. For example:
scons MSTOOLKIT=yes PREFIX=C:\NSIS install