summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2023-06-05 15:30:48 +0200
committerStephan Bergmann <sbergman@redhat.com>2023-06-05 19:46:32 +0200
commitc2c1e6a27293bba770b07efb0a4d64ba4b6150fb (patch)
treeec464c7e18951a866e0449b4f2f6c0f5472717aa
parent367f26ebf0f2be0c0c0ebeab1e14ee26960675e3 (diff)
Latest VS 2022 Preview is 17.7.0 now
...while latest proper VS 2022 is 17.6.2 Change-Id: I300812fc9f5d380fb2c288bfa19b74502a5b0e2b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152620 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r--configure.ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index bb2e3bcd6999..58c785f6f5d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3987,7 +3987,7 @@ map_vs_year_to_version()
2022)
vsversion=17;;
2022preview)
- vsversion=17.6;;
+ vsversion=17.7;;
*)
AC_MSG_ERROR([Assertion failure - invalid argument "$1" to map_vs_year_to_version()]);;
esac
@@ -4107,7 +4107,7 @@ find_msvc()
vcyear=2019
vctoolset=v142
;;
- 17.0 | 17.6)
+ 17.0 | 17.7)
vcyear=2022
vctoolset=v143
;;
@@ -4279,7 +4279,7 @@ if test "$_os" = "WINNT"; then
# are always "better", we list them in reverse chronological order.
case "$vcnumwithdot" in
- 16.0 | 17.0 | 17.6)
+ 16.0 | 17.0 | 17.7)
WINDOWS_SDK_ACCEPTABLE_VERSIONS="10.0 8.1A 8.1 8.0"
;;
esac
@@ -6621,7 +6621,7 @@ find_msms()
msmdir=
case "$VCVER" in
- 16.0 | 17.0 | 17.6)
+ 16.0 | 17.0 | 17.7)
for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
my_msm_dir="$VC_PRODUCT_DIR/redist/MSVC/$l/MergeModules/"
echo "$as_me:$LINENO: looking for $my_msm_dir${my_msm_file}])" >&5
@@ -6657,7 +6657,7 @@ find_msvc_x64_dlls()
msvcdllpath="$VC_PRODUCT_DIR/redist/x64/Microsoft.VC${VCVER}.CRT"
case "$VCVER" in
- 16.0 | 17.0 | 17.6)
+ 16.0 | 17.0 | 17.7)
for crtver in 141 142 143; do
for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
echo "$as_me:$LINENO: testing $VC_PRODUCT_DIR/redist/MSVC/$l/x64/Microsoft.VC$crtver.CRT" >&5