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

@@ -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()