Combined two pull requests into one to avoid conflicts

This commit is contained in:
Boria138
2023-10-16 12:16:50 +06:00
parent 61e56a08e3
commit bd2bbee60f
6 changed files with 275 additions and 26 deletions

View File

@ -66,6 +66,7 @@ pw_install_dll_in_prefix ()
case $PW_PREFIX_NAME in
DEFAULT) export PW_MUST_HAVE_DLL="d3dx9 d3dcompiler_43 physx mfc42 vcrun2022 sandbox" ;;
DOTNET) export PW_MUST_HAVE_DLL="physx mfc42 vcrun2019 faudio dotnet48" ;;
PROGRAMS) export PW_MUST_HAVE_DLL="d3dx9 d3dcompiler_43 physx mfc42 vcrun2019 riched20 corefonts msxml3 msxml4 msxml6" ;;
*) export PW_MUST_HAVE_DLL="" ;;
esac
}