Bunch of fixes from Shyotl

This commit is contained in:
CharleyLevenque
2010-10-02 17:10:46 -04:00
parent a3cb93ac3a
commit 89f23eb868
13 changed files with 330 additions and 130 deletions

View File

@@ -658,7 +658,7 @@ class WindowsSetup(PlatformSetup):
' --solution ' +
os.path.join(build_dir,'Ascent.sln') +
' --config ' + self.build_type +
' --startup secondlife-bin')
' --startup Ascent')
print 'Running %r in %r' % (vstool_cmd, getcwd())
self.run(vstool_cmd)
print >> open(stamp, 'w'), self.build_type