This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/main by this push:
new 90fb23188 Additional Visual Studio 2026 / 18 updates
90fb23188 is described below
commit 90fb23188772db7c54bec96a29d9409c354b5794
Author: Mark Thomas <[email protected]>
AuthorDate: Thu May 14 16:34:00 2026 +0100
Additional Visual Studio 2026 / 18 updates
---
.github/workflows/makefile.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml
index fd7555e59..dec10e489 100644
--- a/.github/workflows/makefile.yml
+++ b/.github/workflows/makefile.yml
@@ -68,7 +68,7 @@ jobs:
run: |
echo on
cd apr\apr-%APR_VERSION%
- call "C:\Program Files\Microsoft Visual
Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=${{ matrix.arch }}
+ call "C:\Program Files\Microsoft Visual
Studio\18\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=${{ matrix.arch }}
nmake -f Makefile.win ARCH="x64 Release" buildall PREFIX=C:\APR
nmake -f Makefile.win ARCH="x64 Release" install PREFIX=C:\APR
mkdir C:\APR\include\arch\win32
@@ -78,7 +78,7 @@ jobs:
shell: cmd
run: |
echo on
- call "C:\Program Files\Microsoft Visual
Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=${{ matrix.arch }}
+ call "C:\Program Files\Microsoft Visual
Studio\18\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=${{ matrix.arch }}
cd native
echo "Building for ${{ matrix.build-arch }}"
nmake -f NMAKEmakefile CPU=${{ matrix.build-arch }}
WITH_APR=C:\APR WITH_OPENSSL=C:\OPENSSL APR_DECLARE_STATIC=1 STATIC_CRT=Hybrid
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]