dropped STANDART_DLL from var

This commit is contained in:
Mikhail Tergoev
2025-11-01 14:00:00 +03:00
parent d9a38af7e5
commit 05f5c4535f

View File

@@ -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
}