added vcredist to windows package

This commit is contained in:
Nick Bolton 2011-01-18 12:08:38 +00:00
parent 8285d95ba4
commit ef3baf5e52
4 changed files with 74 additions and 18 deletions

2
hm.py
View file

@ -52,7 +52,7 @@ cmd_opt_dict = {
'update' : ['', []],
'install' : ['', []],
'doxygen' : ['', []],
'dist' : ['', []],
'dist' : ['', ['vcredist-dir=',]],
'distftp' : ['', ['host=', 'user=', 'pass=', 'dir=']],
'kill' : ['', []],
'usage' : ['', []],