diff options
Diffstat (limited to 'linden/indra/newview')
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 33 |
1 files changed, 12 insertions, 21 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index 5cae0c9..19344d5 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -323,31 +323,22 @@ class WindowsManifest(ViewerManifest): | |||
323 | self.path("qtiff4.dll") | 323 | self.path("qtiff4.dll") |
324 | self.end_prefix() | 324 | self.end_prefix() |
325 | 325 | ||
326 | # We no longer use private assemblies in the viewer -- MC | ||
326 | # These need to be installed as a SxS assembly, currently a 'private' assembly. | 327 | # These need to be installed as a SxS assembly, currently a 'private' assembly. |
327 | # See http://msdn.microsoft.com/en-us/library/ms235291(VS.80).aspx | 328 | # See http://msdn.microsoft.com/en-us/library/ms235291(VS.80).aspx |
328 | if self.prefix(src=self.args['configuration'], dst=""): | 329 | #if self.prefix(src=self.args['configuration'], dst=""): |
329 | if self.args['configuration'] == 'Debug': | 330 | # if self.args['configuration'] == 'Debug': |
330 | self.path("msvcr80d.dll") | 331 | # self.path("msvcr80d.dll") |
331 | self.path("msvcp80d.dll") | 332 | # self.path("msvcp80d.dll") |
332 | self.path("Microsoft.VC80.DebugCRT.manifest") | 333 | # self.path("Microsoft.VC80.DebugCRT.manifest") |
333 | else: | 334 | # else: |
334 | self.path("msvcr80.dll") | 335 | # self.path("msvcr80.dll") |
335 | self.path("msvcp80.dll") | 336 | # self.path("msvcp80.dll") |
336 | self.path("Microsoft.VC80.CRT.manifest") | 337 | # self.path("Microsoft.VC80.CRT.manifest") |
337 | self.end_prefix() | 338 | # self.end_prefix() |
338 | 339 | ||
339 | # The config file name needs to match the exe's name. | 340 | # The config file name needs to match the exe's name. |
340 | self.path(src="%s/imprudence-bin.exe.config" % self.args['configuration'], dst=self.final_exe() + ".config") | 341 | #self.path(src="%s/imprudence-bin.exe.config" % self.args['configuration'], dst=self.final_exe() + ".config") |
341 | |||
342 | # We need this one too, so that llkdu loads at runtime - DEV-41194 | ||
343 | #self.path(src="%s/imprudence-bin.exe.config" % self.args['configuration'], dst="llkdu.dll.2.config") | ||
344 | self.path("llkdu.dll.2.config") | ||
345 | |||
346 | # We need this one too, so that win_crash_logger.exe loads at runtime - DEV-19004 | ||
347 | #self.path(src="%s/imprudence-bin.exe.config" % self.args['configuration'], dst="win_crash_logger.exe.config") | ||
348 | |||
349 | # same thing for auto-updater. | ||
350 | #self.path(src="%s/imprudence-bin.exe.config" % self.args['configuration'], dst="updater.exe.config") | ||
351 | 342 | ||
352 | # Vivox runtimes | 343 | # Vivox runtimes |
353 | if self.prefix(src="vivox-runtime/i686-win32", dst=""): | 344 | if self.prefix(src="vivox-runtime/i686-win32", dst=""): |