diff options
author | David Walter Seikel | 2013-04-20 22:57:10 +1000 |
---|---|---|
committer | David Walter Seikel | 2013-04-20 22:57:10 +1000 |
commit | 3705e5468154c9682a4f38e646761a219cb53476 (patch) | |
tree | 588ca5181372da49d90daf4d9dfcb2ce05bd1509 /linden/indra/develop.py | |
parent | Remove excess output from the vs finding code, and move it up in the file. (diff) | |
download | meta-impy-3705e5468154c9682a4f38e646761a219cb53476.zip meta-impy-3705e5468154c9682a4f38e646761a219cb53476.tar.gz meta-impy-3705e5468154c9682a4f38e646761a219cb53476.tar.bz2 meta-impy-3705e5468154c9682a4f38e646761a219cb53476.tar.xz |
Remove more excess vs finding output.
Diffstat (limited to 'linden/indra/develop.py')
-rwxr-xr-x | linden/indra/develop.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linden/indra/develop.py b/linden/indra/develop.py index b2c600e..2c974f6 100755 --- a/linden/indra/develop.py +++ b/linden/indra/develop.py | |||
@@ -547,7 +547,6 @@ class WindowsSetup(PlatformSetup): | |||
547 | print 'Building with ', self.gens[version]['gen'] | 547 | print 'Building with ', self.gens[version]['gen'] |
548 | break | 548 | break |
549 | else: | 549 | else: |
550 | print >> sys.stderr, 'Cannot find a Visual Studio installation, testing for express editions' | ||
551 | for version in 'vc80 vc90 vc100 vc71'.split(): | 550 | for version in 'vc80 vc90 vc100 vc71'.split(): |
552 | if self.find_visual_studio_express(version) != '': | 551 | if self.find_visual_studio_express(version) != '': |
553 | self._generator = version | 552 | self._generator = version |