summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorCallum Prentice <callum@gmail.com>2017-05-01 12:42:12 -0700
committerCallum Prentice <callum@gmail.com>2017-05-01 12:42:12 -0700
commit7005310541b9b9b002b2bd52cb1f28c0d25a8281 (patch)
tree52301f861d34f79fa601a061352da5cece633d9c /indra/newview/viewer_manifest.py
parente94d78571368e495e6f47a994b3f07629f33dd97 (diff)
Fix MAINT-7360 Investigate removal of MSVCR100.DLL and MSVCP100.DLL
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-xindra/newview/viewer_manifest.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index fba8a8b159..7ea59ad5ea 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -391,13 +391,9 @@ class WindowsManifest(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")