Copy is deprecated by Clone in scons 0.96.93

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4813 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-11-11 13:04:35 +00:00
parent 79a3b31431
commit 4bdb1ebd7d
7 changed files with 40 additions and 40 deletions

View file

@ -6,7 +6,7 @@ This is a trimmed version of Appendix "Building NSIS" of the documentation.
- Requirements
* Python version 1.6 and above (http://www.python.org/)
* SCons version 0.96.92 and above (http://www.scons.org/)
* SCons version 0.96.93 and above (http://www.scons.org/)
* C compiler
- Optional Tools
@ -32,7 +32,7 @@ This is a trimmed version of Appendix "Building NSIS" of the documentation.
- Special cases
* SCons 0.96.92 does not yet support Microsoft Visual C++ 2005.
* 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: