diff options
author | callum <none@none> | 2009-11-16 18:44:27 -0800 |
---|---|---|
committer | callum <none@none> | 2009-11-16 18:44:27 -0800 |
commit | 221461f002b28a211293a374b3abab58a1dc3df5 (patch) | |
tree | 8cb5a12efe0d0ba924abae1768bbabe7a908e42b /indra/newview/viewer_manifest.py | |
parent | 18eab4a02675195c6498ca7b0982e62f0ddf9e60 (diff) | |
parent | d3b03c7f53388a4a43cbce7c5ab196ab469d4abd (diff) |
Merge with tip
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-x | indra/newview/viewer_manifest.py | 4 |
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, |