summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-xindra/newview/viewer_manifest.py20
1 files changed, 19 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 1fa4df1682..70121ecc64 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -141,7 +141,7 @@ class ViewerManifest(LLManifest):
self.path("*.tga")
# Include our fonts
- with self.prefix(src_dst="fonts"):
+ with self.prefix(src="../packages/fonts",src_dst="fonts"):
self.path("*.ttf")
self.path("*.txt")
@@ -559,6 +559,10 @@ class Windows_x86_64_Manifest(ViewerManifest):
self.path("OpenAL32.dll")
self.path("alut.dll")
+ # For ICU4C
+ self.path("icudt48.dll")
+ self.path("icuuc48.dll")
+
# For textures
self.path("openjp2.dll")
@@ -583,6 +587,14 @@ class Windows_x86_64_Manifest(ViewerManifest):
self.path("libcrypto-1_1-x64.dll")
self.path("libssl-1_1-x64.dll")
+ # OpenEXR
+ self.path("Iex-3_2.dll")
+ self.path("IlmThread-3_2.dll")
+ self.path("Imath-3_1.dll")
+ self.path("OpenEXR-3_2.dll")
+ self.path("OpenEXRCore-3_2.dll")
+ self.path("OpenEXRUtil-3_2.dll")
+
# HTTP/2
self.path("nghttp2.dll")
@@ -930,6 +942,12 @@ class Darwin_x86_64_Manifest(ViewerManifest):
with self.prefix(src=relpkgdir, dst=""):
self.path("libndofdev.dylib")
self.path("libhunspell-*.dylib")
+ self.path("libIex-3_2.dylib")
+ self.path("libIlmThread-3_2.dylib")
+ self.path("libImath-3_1.dylib")
+ self.path("libOpenEXR-3_2.dylib")
+ self.path("libOpenEXRCore-3_2.dylib")
+ self.path("libOpenEXRUtil-3_2.dylib")
with self.prefix(src_dst="cursors_mac"):
self.path("*.tif")