Disabled libcp check for MSVC 2005. This lib is not used anymore.

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4797 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2006-10-29 14:52:22 +00:00
parent 1247550061
commit 3c3e42020b

View file

@ -33,10 +33,12 @@ if defenv['DEBUG']:
### workarounds
# latest Platform SDK includes a bad version of libcp.lib.
# Some Platform SDK version includes a bad version of libcp.lib.
# if stl usage causes link failure, copy the good libcp.lib
# from one of the other lib folders and use it instead.
if not defenv['TEMP_MSVC2005']:
confenv = defenv.Copy()
conf = confenv.Configure()