This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.3.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
commit e711fd6cb44c2149715146b4fdecf02a3fbea1c1 Author: Mark Thomas <[email protected]> AuthorDate: Wed Dec 17 20:20:56 2025 +0000 Correct file names --- native/BUILDING | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/native/BUILDING b/native/BUILDING index 8e89741af..3a0f25071 100644 --- a/native/BUILDING +++ b/native/BUILDING @@ -188,10 +188,10 @@ Windows > mkdir tomcat-native-%VER%-openssl-%OPENSSL_VER%-win32-bin\bin > mkdir tomcat-native-%VER%-openssl-%OPENSSL_VER%-win32-bin\bin\x64 > copy C:\deps-x86\openssl-%OPENSSL_VER%\openssl.exe tomcat-native-%VER%-openssl-%OPENSSL_VER%-win32-bin\bin - > copy WIN7_X86_DLL_RELEASE\tcnative-2.dll tomcat-native-%VER%-openssl-%OPENSSL_VER%-win32-bin\bin - > copy WIN7_X86_DLL_RELEASE\tcnative-2.pdb tomcat-native-%VER%-openssl-%OPENSSL_VER%-win32-bin\bin - > copy WIN7_X64_DLL_RELEASE\tcnative-2.dll tomcat-native-%VER%-openssl-%OPENSSL_VER%-win32-bin\bin\x64 - > copy WIN7_X64_DLL_RELEASE\tcnative-2.pdb tomcat-native-%VER%-openssl-%OPENSSL_VER%-win32-bin\bin\x64 + > copy WIN7_X86_DLL_RELEASE\tcnative-1.dll tomcat-native-%VER%-openssl-%OPENSSL_VER%-win32-bin\bin + > copy WIN7_X86_DLL_RELEASE\tcnative-1.pdb tomcat-native-%VER%-openssl-%OPENSSL_VER%-win32-bin\bin + > copy WIN7_X64_DLL_RELEASE\tcnative-1.dll tomcat-native-%VER%-openssl-%OPENSSL_VER%-win32-bin\bin\x64 + > copy WIN7_X64_DLL_RELEASE\tcnative-1.pdb tomcat-native-%VER%-openssl-%OPENSSL_VER%-win32-bin\bin\x64 > set PATH=%PATH%;%JAVA_HOME%\bin > cd tomcat-native-%VER%-openssl-%OPENSSL_VER%-win32-bin --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
