diff options
| author | Alain Linden <alain@lindenlab.com> | 2011-01-18 12:41:49 -0800 | 
|---|---|---|
| committer | Alain Linden <alain@lindenlab.com> | 2011-01-18 12:41:49 -0800 | 
| commit | 5b0d510ca0e136b0fb20b56b1c921666054bd7cc (patch) | |
| tree | 37821b61ec90c6abd2d7da9590356c90d3b5d1d9 /indra/newview | |
| parent | c89cc27f1a913f3d0439f1f1066dd525fbb9bdc5 (diff) | |
windows build fixes.
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/viewer_manifest.py | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 4a1ad6c893..cb74422ca2 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -300,7 +300,8 @@ class WindowsManifest(ViewerManifest):              self.path("vivoxoal.dll")              # For use in crash reporting (generates minidumps) -            self.path("dbghelp.dll") +            if self.args['configuration'].lower() != 'debug': +                self.path("dbghelp.dll")              # For google-perftools tcmalloc allocator.              try: | 
