-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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user