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:
parent
1247550061
commit
3c3e42020b
1 changed files with 31 additions and 29 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue