summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorsimon <none@none>2015-06-16 15:58:41 -0700
committersimon <none@none>2015-06-16 15:58:41 -0700
commit3e25fe9c04e5ccdffef62d51891cddd315eb6458 (patch)
treef12aebbed34c6cb54a670f9eeee68ebd9309a10c /indra/newview/viewer_manifest.py
parent0c18a9d0fc5002b81bd8ba50357dee746a81f396 (diff)
parente0f5ed29daa3b2803aaec60a77bde8df7df292ee (diff)
Merge viewer-release and become 3.7.31
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-xindra/newview/viewer_manifest.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 32cf9d3df6..cae6bded9f 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -387,9 +387,13 @@ class Windows_i686_Manifest(ViewerManifest):
if self.args['configuration'].lower() == 'debug':
self.path("msvcr120d.dll")
self.path("msvcp120d.dll")
+ self.path("msvcr100d.dll")
+ self.path("msvcp100d.dll")
else:
self.path("msvcr120.dll")
self.path("msvcp120.dll")
+ self.path("msvcr100.dll")
+ self.path("msvcp100.dll")
# Vivox runtimes
self.path("SLVoice.exe")