diff options
Diffstat (limited to 'indra')
| -rwxr-xr-x | indra/newview/viewer_manifest.py | 15 | 
1 files changed, 7 insertions, 8 deletions
| diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 26983bbba8..76cd4ce049 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -518,14 +518,13 @@ class WindowsManifest(ViewerManifest):                  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") +            # 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") | 
