Commit 05f5c453 authored by Mikhail Tergoev's avatar Mikhail Tergoev

dropped STANDART_DLL from var

parent d9a38af7
...@@ -150,10 +150,9 @@ export DXVK_CONFIG_FILE="${PORT_WINE_PATH}/data/dxvk.conf" ...@@ -150,10 +150,9 @@ export DXVK_CONFIG_FILE="${PORT_WINE_PATH}/data/dxvk.conf"
################################################################# #################################################################
pw_list_install_dll_in_prefix () 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 case $PW_PREFIX_NAME in
DEFAULT) export PW_MUST_HAVE_DLL="$STANDART_DLL" ;; DEFAULT) export PW_MUST_HAVE_DLL="sandbox" ;;
DOTNET) export PW_MUST_HAVE_DLL="dotnet48" ;; DOTNET) export PW_MUST_HAVE_DLL="sandbox" ;;
*) export PW_MUST_HAVE_DLL="sandbox" ;; *) export PW_MUST_HAVE_DLL="sandbox" ;;
esac esac
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment