-Enabled multi-processor compiling with Visual Studio

-Fixed refrences to secondlife-bin.exe in build scripts
-Added ability to blacklist sounds through Sound Explorer floater.
-Added a missing color to the silver skin
This commit is contained in:
unknown
2010-09-30 00:45:34 -05:00
parent 40af53fddc
commit 7b409eb7ab
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