diff options
author | Don Kjer <don@lindenlab.com> | 2012-02-15 21:03:00 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-02-15 21:03:00 +0000 |
commit | 8efce456afa2f63038594752f491b521e168fbdf (patch) | |
tree | 340d56cd82cc0fd92de8bef365bfb439db26fb00 /BuildParams | |
parent | 289d756ea86bd3898f41592146d8f549cd056846 (diff) |
Added build params for thx / runway projects
Diffstat (limited to 'BuildParams')
-rw-r--r-- | BuildParams | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/BuildParams b/BuildParams index c051397853..7475341df9 100644 --- a/BuildParams +++ b/BuildParams @@ -199,4 +199,28 @@ simon_viewer-dev-private.email_status_this_is_os = false vir-project-1.viewer_channel = "Second Life Release" vir-project-1.login_channel = "Second Life Release" +# ======================================== +# THX-1138 / Runway projects +# ======================================== +viewer-thx1138-runway-shared.viewer_channel = "Project Viewer - THX-1138 Runway" +viewer-thx1138-runway-shared.login_channel = "Project Viewer - THX-1138 Runway" +viewer-thx1138-runway-shared.viewer_grid = uma +viewer-thx1138-runway-shared.build_debug_release_separately = true +viewer-thx1138-runway-shared.build_CYGWIN_Debug = false +viewer-thx1138-runway-shared.build_viewer_update_version_manager = false + +viewer-thx1138.viewer_channel = "Project Viewer - THX-1138" +viewer-thx1138.login_channel = "Project Viewer - THX-1138" +viewer-thx1138.viewer_grid = uma +viewer-thx1138.build_debug_release_separately = true +viewer-thx1138.build_CYGWIN_Debug = false +viewer-thx1138.build_viewer_update_version_manager = false + +runway-merge.viewer_channel = "Project Viewer - Runway" +runway-merge.login_channel = "Project Viewer - Runway" +runway-merge.viewer_grid = agni +runway-merge.build_debug_release_separately = true +runway-merge.build_CYGWIN_Debug = false +runway-merge.build_viewer_update_version_manager = false + # eof |