removed vauge mathcrt.lib
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4953 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f47ce901b2
commit
e80b4d084c
9 changed files with 58 additions and 381 deletions
|
@ -23,9 +23,4 @@ docs = Split("""
|
|||
|
||||
Import('BuildPlugin env')
|
||||
|
||||
if env.has_key('MSVS_VERSION') and float(env['MSVS_VERSION'].replace('Exp','')) >= 8.0:
|
||||
files += ['Source/mathcrtmt.lib']
|
||||
else:
|
||||
files += ['Source/mathcrt.lib']
|
||||
|
||||
BuildPlugin(target, files, libs, examples, docs, nodeflib = False, flags = ['$CPP_FLAG'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue