stripped out remaining vnc stuff

This commit is contained in:
Nick Bolton 2013-05-31 16:06:51 +00:00
parent 2be3ad7763
commit 9f25a1efcd
4 changed files with 1 additions and 21 deletions

2
hm.py
View file

@ -58,7 +58,7 @@ globalOptionsLong = ['no-prompts', 'generator=', 'verbose', 'make-gui']
cmd_opt_dict = {
'about' : ['', []],
'setup' : ['g:', []],
'configure' : ['g:dr', ['debug', 'release', 'game-device', 'vnc', 'mac-sdk=']],
'configure' : ['g:dr', ['debug', 'release', 'game-device', 'mac-sdk=']],
'build' : ['dr', ['debug', 'release']],
'clean' : ['dr', ['debug', 'release']],
'update' : ['', []],