aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorMcCabe Maxsted2011-07-13 20:05:12 -0700
committerMcCabe Maxsted2011-09-08 16:39:19 -0700
commit883b2a6adff1f5496d01572b68a12a1fbadf14e7 (patch)
tree05fb55ed8177f9e662d62ad36204f649f6777419 /linden/indra/newview/viewer_manifest.py
parentAdded SSE2 packaging and configuration the copied pdb filename, moved it up o... (diff)
downloadmeta-impy-883b2a6adff1f5496d01572b68a12a1fbadf14e7.zip
meta-impy-883b2a6adff1f5496d01572b68a12a1fbadf14e7.tar.gz
meta-impy-883b2a6adff1f5496d01572b68a12a1fbadf14e7.tar.bz2
meta-impy-883b2a6adff1f5496d01572b68a12a1fbadf14e7.tar.xz
Removed packaging private assemblies since that's no longer how we distribute the CRT
Diffstat (limited to 'linden/indra/newview/viewer_manifest.py')
-rwxr-xr-xlinden/indra/newview/viewer_manifest.py33
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=""):