diff options
author | prep linden <prep@lindenlab.com> | 2011-04-15 10:48:13 -0400 |
---|---|---|
committer | prep linden <prep@lindenlab.com> | 2011-04-15 10:48:13 -0400 |
commit | 2851141ee64f628077cbd44b97e7b3514795d248 (patch) | |
tree | bf749eddcfbe4fbbaf32533b9e99eb3ba8ac2acd /BuildParams | |
parent | fcfb70f01d46e5a7f7716c81ce7ad9667a99e3ed (diff) | |
parent | 88ae509ed957226531611486415ee33082d6d4dd (diff) |
merge
Diffstat (limited to 'BuildParams')
-rwxr-xr-x | BuildParams | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/BuildParams b/BuildParams index 9a5a6bdf41..7a2c2c9fb6 100755 --- a/BuildParams +++ b/BuildParams @@ -11,6 +11,9 @@ Linux.symbolfiles = "newview/secondlife-symbols-linux.tar.bz2" # Use Public Upload Locations public_build = true +# skip windows debug build until we can get a fix in. +build_CYGWIN_Debug = false + # Update Public Inworld Build Status Indicators email_status_this_is_os = false @@ -94,6 +97,7 @@ mesh-development.viewer_channel = "Project Viewer - Mesh" mesh-development.login_channel = "Project Viewer - Mesh" mesh-development.viewer_grid = aditi mesh-development.build_debug_release_separately = true +mesh-development.build_CYGWIN_Debug = false mesh-development.build_viewer_update_version_manager = false # ======================================== |