diff options
author | McCabe Maxsted | 2010-08-13 10:26:29 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-08-26 11:21:31 -0700 |
commit | 192517abf30b9419e698902022d9b11b7467f120 (patch) | |
tree | 82c8e0887284f46e431422b57b31166255a6899d /linden/indra | |
parent | Updated ares to 1.6 for windows (from snowglobe) (diff) | |
download | meta-impy-192517abf30b9419e698902022d9b11b7467f120.zip meta-impy-192517abf30b9419e698902022d9b11b7467f120.tar.gz meta-impy-192517abf30b9419e698902022d9b11b7467f120.tar.bz2 meta-impy-192517abf30b9419e698902022d9b11b7467f120.tar.xz |
Added imprudence.url to viewer_manifest.py
Diffstat (limited to 'linden/indra')
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index c35a11e..ace6173 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -209,6 +209,8 @@ class WindowsManifest(ViewerManifest): | |||
209 | self.path("LICENSE-libraries.txt") | 209 | self.path("LICENSE-libraries.txt") |
210 | self.end_prefix("../..") | 210 | self.end_prefix("../..") |
211 | 211 | ||
212 | |||
213 | self.path("imprudence.url") | ||
212 | 214 | ||
213 | self.path("featuretable.txt") | 215 | self.path("featuretable.txt") |
214 | 216 | ||
@@ -248,7 +250,7 @@ class WindowsManifest(ViewerManifest): | |||
248 | 250 | ||
249 | # We need this one too, so that llkdu loads at runtime - DEV-41194 | 251 | # We need this one too, so that llkdu loads at runtime - DEV-41194 |
250 | #self.path(src="%s/imprudence-bin.exe.config" % self.args['configuration'], dst="llkdu.dll.2.config") | 252 | #self.path(src="%s/imprudence-bin.exe.config" % self.args['configuration'], dst="llkdu.dll.2.config") |
251 | self.path("llkdu.dll.2.config") | 253 | self.path("llkdu.dll.2.config") |
252 | 254 | ||
253 | # We need this one too, so that win_crash_logger.exe loads at runtime - DEV-19004 | 255 | # We need this one too, so that win_crash_logger.exe loads at runtime - DEV-19004 |
254 | #self.path(src="%s/imprudence-bin.exe.config" % self.args['configuration'], dst="win_crash_logger.exe.config") | 256 | #self.path(src="%s/imprudence-bin.exe.config" % self.args['configuration'], dst="win_crash_logger.exe.config") |