aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-09-01 21:30:00 -0700
committerMcCabe Maxsted2010-09-01 21:30:00 -0700
commitb7b6a4daeb65aeaeac176246ce92cefad2065a07 (patch)
tree88c69578646e8554359cde48bc9cf64b0d5b8c05 /linden/indra/newview/viewer_manifest.py
parentDownload dics from Imprudence, not Modular Systems (diff)
downloadmeta-impy-b7b6a4daeb65aeaeac176246ce92cefad2065a07.zip
meta-impy-b7b6a4daeb65aeaeac176246ce92cefad2065a07.tar.gz
meta-impy-b7b6a4daeb65aeaeac176246ce92cefad2065a07.tar.bz2
meta-impy-b7b6a4daeb65aeaeac176246ce92cefad2065a07.tar.xz
added libhunspell.dll to viewer_manifest.py
Diffstat (limited to '')
-rwxr-xr-xlinden/indra/newview/viewer_manifest.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py
index 2f509b6..a54e6fe 100755
--- a/linden/indra/newview/viewer_manifest.py
+++ b/linden/indra/newview/viewer_manifest.py
@@ -219,6 +219,9 @@ class WindowsManifest(ViewerManifest):
219 219
220 # For using FMOD for sound... DJS 220 # For using FMOD for sound... DJS
221 #self.path("fmod.dll") 221 #self.path("fmod.dll")
222
223 # For spellchecking
224 self.path("libhunspell.dll")
222 225
223 # For textures 226 # For textures
224 if self.prefix(src="../../libraries/i686-win32/lib/release", dst=""): 227 if self.prefix(src="../../libraries/i686-win32/lib/release", dst=""):