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
05f5c453
Commit
05f5c453
authored
Nov 01, 2025
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dropped STANDART_DLL from var
parent
d9a38af7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
var
data_from_portwine/scripts/var
+2
-3
No files found.
data_from_portwine/scripts/var
View file @
05f5c453
...
...
@@ -150,10 +150,9 @@ export DXVK_CONFIG_FILE="${PORT_WINE_PATH}/data/dxvk.conf"
#################################################################
pw_list_install_dll_in_prefix
()
{
STANDART_DLL
=
"d3dx9 d3dcompiler_43 d3dcompiler_47 physx mfc42 vcrun2022 sandbox corefonts tahoma lucida calibri"
case
$PW_PREFIX_NAME
in
DEFAULT
)
export
PW_MUST_HAVE_DLL
=
"
$STANDART_DLL
"
;;
DOTNET
)
export
PW_MUST_HAVE_DLL
=
"
dotnet48
"
;;
DEFAULT
)
export
PW_MUST_HAVE_DLL
=
"
sandbox
"
;;
DOTNET
)
export
PW_MUST_HAVE_DLL
=
"
sandbox
"
;;
*
)
export
PW_MUST_HAVE_DLL
=
"sandbox"
;;
esac
}
...
...
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