set MSVS_VERSION
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4836 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
80c1dfbc16
commit
e6af117ae9
1 changed files with 2 additions and 0 deletions
|
@ -338,6 +338,8 @@ def generate(env):
|
|||
env['REGSVRFLAGS'] = '/s '
|
||||
env['REGSVRCOM'] = '$REGSVR $REGSVRFLAGS $TARGET'
|
||||
|
||||
env['MSVS_VERSION'] = '7.1'
|
||||
|
||||
|
||||
def exists(env):
|
||||
return env.Detect('cl')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue