Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Archive
Alchemy Viewer
Commits
5c6cb4c9
Commit
5c6cb4c9
authored
14 years ago
by
Aimee Linden
Browse files
Options
Downloads
Patches
Plain Diff
Persuade Windows to package the prebuilt llkdu.dll
parent
73ca4eac
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
indra/newview/viewer_manifest.py
+4
-2
4 additions, 2 deletions
indra/newview/viewer_manifest.py
with
4 additions
and
2 deletions
indra/newview/viewer_manifest.py
+
4
−
2
View file @
5c6cb4c9
...
@@ -257,14 +257,16 @@ class WindowsManifest(ViewerManifest):
...
@@ -257,14 +257,16 @@ class WindowsManifest(ViewerManifest):
if
self
.
prefix
(
src
=
os
.
path
.
join
(
os
.
pardir
,
'
sharedlibs
'
,
self
.
args
[
'
configuration
'
]),
if
self
.
prefix
(
src
=
os
.
path
.
join
(
os
.
pardir
,
'
sharedlibs
'
,
self
.
args
[
'
configuration
'
]),
dst
=
""
):
dst
=
""
):
self
.
enable_crt_manifest_check
()
self
.
enable_
no_
crt_manifest_check
()
# Get kdu dll, continue if missing.
# Get kdu dll, continue if missing.
try
:
try
:
self
.
path
(
'
llkdu.dll
'
,
dst
=
'
llkdu.dll
'
)
self
.
path
(
'
llkdu.dll
'
,
dst
=
'
llkdu.dll
'
)
except
RuntimeError
:
except
RuntimeError
:
print
"
Skipping llkdu.dll
"
print
"
Skipping llkdu.dll
"
self
.
enable_crt_manifest_check
()
# Get llcommon and deps. If missing assume static linkage and continue.
# Get llcommon and deps. If missing assume static linkage and continue.
try
:
try
:
self
.
path
(
'
llcommon.dll
'
)
self
.
path
(
'
llcommon.dll
'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment