fixed nightly build

7.1... 7.1... not 8. what just happened here?

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6061 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2010-04-17 21:42:29 +00:00
parent 4af4fa9c73
commit 8563f508c5

View file

@ -338,7 +338,7 @@ def generate(env):
env['REGSVRFLAGS'] = '/s '
env['REGSVRCOM'] = '$REGSVR $REGSVRFLAGS $TARGET'
env['MSVS_VERSION'] = '8.0'
env['MSVS_VERSION'] = '7.1'
def exists(env):