summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/viewer_manifest.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 8cc1cc5bb4..26983bbba8 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -517,6 +517,16 @@ class WindowsManifest(ViewerManifest):
self.path("OpenAL32.dll")
self.path("alut.dll")
+ # For ICU4C
+ self.path("")
+ self.path("icudt48.dll")
+ self.path("icuin48.dll")
+ self.path("icuio48.dll")
+ self.path("icule48.dll")
+ self.path("iculx48.dll")
+ self.path("icutu48.dll")
+ self.path("icuuc48.dll")
+
# For textures
self.path("openjpeg.dll")