aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-04-20 22:57:10 +1000
committerDavid Walter Seikel2013-04-20 22:57:10 +1000
commit3705e5468154c9682a4f38e646761a219cb53476 (patch)
tree588ca5181372da49d90daf4d9dfcb2ce05bd1509 /linden
parentRemove excess output from the vs finding code, and move it up in the file. (diff)
downloadmeta-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')
-rwxr-xr-xlinden/indra/develop.py1
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