diff options
-rw-r--r-- | ChangeLog.txt | 4 | ||||
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 0d02e2c..2bc492c 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,5 +1,9 @@ | |||
1 | 2009-04-10 Jacek Antonelli <jacek.antonelli@gmail.com> | 1 | 2009-04-10 Jacek Antonelli <jacek.antonelli@gmail.com> |
2 | 2 | ||
3 | * linden/indra/newview/viewer_manifest.py: | ||
4 | Added libneon to Mac manifest. | ||
5 | |||
6 | |||
3 | * linden/indra/cmake/OPENAL.cmake: | 7 | * linden/indra/cmake/OPENAL.cmake: |
4 | Help Mac find the right libalut.0.dylib. | 8 | Help Mac find the right libalut.0.dylib. |
5 | 9 | ||
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index 29c8880..7e9b82f 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -440,6 +440,7 @@ class DarwinManifest(ViewerManifest): | |||
440 | self.path("libxml2.2.dylib") | 440 | self.path("libxml2.2.dylib") |
441 | self.path("libintl.3.dylib") | 441 | self.path("libintl.3.dylib") |
442 | self.path("libjpeg.62.dylib") | 442 | self.path("libjpeg.62.dylib") |
443 | self.path("libneon.27.dylib") | ||
443 | self.path("libogg.0.dylib") | 444 | self.path("libogg.0.dylib") |
444 | self.path("liboil-0.3.0.dylib") | 445 | self.path("liboil-0.3.0.dylib") |
445 | self.path("libtheora.0.dylib") | 446 | self.path("libtheora.0.dylib") |