From 9f39aa9b0800de19850ca5b518f5e18fed18091f Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Thu, 12 Aug 2010 16:09:25 -0700 Subject: Commented out unused .config files from viewer_manifest.py and made sure it uses the right llkdu.dll.2.config --- linden/indra/newview/viewer_manifest.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index a376d98..c35a11e 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py @@ -247,13 +247,14 @@ class WindowsManifest(ViewerManifest): self.path(src="%s/imprudence-bin.exe.config" % self.args['configuration'], dst=self.final_exe() + ".config") # We need this one too, so that llkdu loads at runtime - DEV-41194 - self.path(src="%s/imprudence-bin.exe.config" % self.args['configuration'], dst="llkdu.dll.2.config") + #self.path(src="%s/imprudence-bin.exe.config" % self.args['configuration'], dst="llkdu.dll.2.config") + self.path("llkdu.dll.2.config") # We need this one too, so that win_crash_logger.exe loads at runtime - DEV-19004 - self.path(src="%s/imprudence-bin.exe.config" % self.args['configuration'], dst="win_crash_logger.exe.config") + #self.path(src="%s/imprudence-bin.exe.config" % self.args['configuration'], dst="win_crash_logger.exe.config") # same thing for auto-updater. - self.path(src="%s/imprudence-bin.exe.config" % self.args['configuration'], dst="updater.exe.config") + #self.path(src="%s/imprudence-bin.exe.config" % self.args['configuration'], dst="updater.exe.config") # Mozilla runtime DLLs (CP) if self.prefix(src="../../libraries/i686-win32/lib/release", dst=""): -- cgit v1.1