summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorcallum <none@none>2009-11-16 18:44:27 -0800
committercallum <none@none>2009-11-16 18:44:27 -0800
commit221461f002b28a211293a374b3abab58a1dc3df5 (patch)
tree8cb5a12efe0d0ba924abae1768bbabe7a908e42b /indra/newview/viewer_manifest.py
parent18eab4a02675195c6498ca7b0982e62f0ddf9e60 (diff)
parentd3b03c7f53388a4a43cbce7c5ab196ab469d4abd (diff)
Merge with tip
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-xindra/newview/viewer_manifest.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 7e5c30a978..64cfdf2704 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -221,10 +221,12 @@ class WindowsManifest(ViewerManifest):
def construct(self):
super(WindowsManifest, self).construct()
+
+ self.enable_crt_manifest_check()
+
# Find secondlife-bin.exe in the 'configuration' dir, then rename it to the result of final_exe.
self.path(src='%s/secondlife-bin.exe' % self.args['configuration'], dst=self.final_exe())
- self.enable_crt_manifest_check()
# Plugin host application
self.path(os.path.join(os.pardir,