proper MSVS_VERSION check
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4817 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f04bd2fa14
commit
7519ae9fe2
2 changed files with 30 additions and 32 deletions
|
@ -23,7 +23,7 @@ docs = Split("""
|
|||
|
||||
Import('BuildPlugin env')
|
||||
|
||||
if env['MSVS_VERSION'] >= 8.0:
|
||||
if float(env['MSVS_VERSION']) >= 8.0:
|
||||
files += ['Source/mathcrtmt.lib']
|
||||
else:
|
||||
files += ['Source/mathcrt.lib']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue