-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

@@ -32,7 +32,7 @@ def start_client(grid, slurl, build_config, my_args):
f = open("start-client.log", "w")
print >>f, "Viewer startup arguments:"
llstart.start("viewer", "../../newview",
"%s/newview/%s/secondlife-bin.exe" % (build_path, build_config),
"%s/newview/%s/Ascent.exe" % (build_path, build_config),
viewer_args, f)
f.close()