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

@ -51,15 +51,9 @@ To get a complete list of options SCons has to offer, type:
\H{build_windows} Building on Windows
If Microsoft Visual C++ is installed, SCons will automatically detect and use it.
SCons will automatically detect Microsoft Visual C++. If you are looking for a free compiler to compile NSIS, we recommend \W{http://msdn.microsoft.com/vstudio/express/visualc/download/}{Microsoft Visual C++ 2005 Express Edition}.
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:
\c scons TEMP_MSVC2005=yes
If you are looking for a free compiler to compile NSIS, we recommend \W{http://msdn.microsoft.com/vstudio/express/visualc/download/}{Microsoft Visual C++ 2005 Express Edition}.
When using the Microsoft Visual C++ Toolkit, add MSTOOLKIT=yes to the build command line:
When using the Microsoft Visual C++ Toolkit 2003, add MSTOOLKIT=yes to the build command line:
\c scons MSTOOLKIT=yes