Fix installer missing dlls

This commit is contained in:
K4sum1 2025-03-24 19:13:51 -07:00
commit 8840299c26
8 changed files with 14 additions and 3 deletions

View file

@ -185,7 +185,8 @@ case "$target" in
19*)
_CC_SUITE=14
MSVS_VERSION=2015
MSVC_C_RUNTIME_DLL=vcruntime140.dll
MSVC_C_RUNTIME_DLL=vcruntime*.dll
MSVC_CMP_RUNTIME_DLL=vcomp140.dll
MSVC_CXX_RUNTIME_DLL=msvcp140.dll
MOZ_CHECK_HEADER(dia2.h, MSVC_HAS_DIA_SDK=1)
@ -236,6 +237,7 @@ case "$target" in
AC_SUBST(MSVS_VERSION)
AC_SUBST(MSVC_HAS_DIA_SDK)
AC_SUBST(MSVC_C_RUNTIME_DLL)
AC_SUBST(MSVC_CMP_RUNTIME_DLL)
AC_SUBST(MSVC_CXX_RUNTIME_DLL)
AC_DEFINE(HAVE_SEH_EXCEPTIONS)