Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mikhail Tergoev
PortWINE
Commits
0f71e02c
Commit
0f71e02c
authored
Nov 10, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added link icu*68 files to pfx
parent
8d56c9c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
6 deletions
+11
-6
functions_helper
data_from_portwine/scripts/functions_helper
+11
-6
No files found.
data_from_portwine/scripts/functions_helper
View file @
0f71e02c
...
...
@@ -2956,15 +2956,20 @@ start_portwine () {
pw_wineboot () {
LIST_NATIVE_WINE_DLL_LINKS="
winevulkan ir50_32 amd_ags_x64 wined3d vulkan-1
"
for
change_wine_
dll in
$LIST_NATIVE_WINE_DLL_LINKS
; do
try_force_link_file "
${
WINEDIR
}
/lib64/wine/x86_64-windows/
${
change_wine_dll
}
.dll
" "
${
WINEPREFIX
}
/drive_c/windows/system32/
${
change_wine_
dll
}
.dll
"
try_force_link_file "
${
WINEDIR
}
/lib/wine/i386-windows/
${
change_wine_dll
}
.dll
" "
${
WINEPREFIX
}
/drive_c/windows/syswow64/
${
change_wine_
dll
}
.dll
"
for dll in
$LIST_NATIVE_WINE_DLL_LINKS
; do
try_force_link_file "
${
WINEDIR
}
/lib64/wine/x86_64-windows/
${
dll
}
.dll
" "
${
WINEPREFIX
}
/drive_c/windows/system32/
${
dll
}
.dll
"
try_force_link_file "
${
WINEDIR
}
/lib/wine/i386-windows/
${
dll
}
.dll
" "
${
WINEPREFIX
}
/drive_c/windows/syswow64/
${
dll
}
.dll
"
done
LIST_NATIVE_WINE_DLL_COPY="
atl100 ntdll shell32
"
for change_wine_dll in
$LIST_NATIVE_WINE_DLL_COPY
; do
try_copy_file "
${
WINEDIR
}
/lib64/wine/x86_64-windows/
${
change_wine_dll
}
.dll
" "
${
WINEPREFIX
}
/drive_c/windows/system32/
${
change_wine_dll
}
.dll
"
try_copy_file "
${
WINEDIR
}
/lib/wine/i386-windows/
${
change_wine_dll
}
.dll
" "
${
WINEPREFIX
}
/drive_c/windows/syswow64/
${
change_wine_dll
}
.dll
"
for dll in
$LIST_NATIVE_WINE_DLL_COPY
; do
try_copy_file "
${
WINEDIR
}
/lib64/wine/x86_64-windows/
${
dll
}
.dll
" "
${
WINEPREFIX
}
/drive_c/windows/system32/
${
dll
}
.dll
"
try_copy_file "
${
WINEDIR
}
/lib/wine/i386-windows/
${
dll
}
.dll
" "
${
WINEPREFIX
}
/drive_c/windows/syswow64/
${
dll
}
.dll
"
done
LIST_ICU_DLL_LINKS="
icuin68 icuuc68 icudt68
"
for dll in
$LIST_ICU_DLL_LINKS
; do
try_force_link_file "
${
WINEDIR
}
/lib64/icu/
${
dll
}
.dll
" "
${
WINEPREFIX
}
/drive_c/windows/system32/
${
dll
}
.dll
"
done
print_info "
Used wineboot
$@
for
prefix:
${
PW_PREFIX_NAME
}
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment