This is an automated email from the ASF dual-hosted git repository.
markt 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 f4adf482d Correct file names
f4adf482d is described below
commit f4adf482de3005ba8f878eea324520420c1fd3ab
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Dec 16 23:27:05 2025 +0000
Correct file names
---
native/BUILDING | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/native/BUILDING b/native/BUILDING
index 7f5707187..f65043d27 100644
--- a/native/BUILDING
+++ b/native/BUILDING
@@ -113,7 +113,7 @@ Windows
> mkdir out32-x86
> copy libssl.lib out32-x86\
> copy libcrypto.lib out32-x86\
- > copy ossl_static.lib out32-x86\
+ > copy ossl_static.pdb out32-x86\
> copy apps\openssl.exe out32-x86\
> nmake clean
@@ -124,7 +124,7 @@ Windows
> mkdir out32-x64
> copy libssl.lib out32-x64\
> copy libcrypto.lib out32-x64\
- > copy ossl_static.lib out32-x64\
+ > copy ossl_static.pdb out32-x64\
> copy apps\openssl.exe out32-x64\
5. Copy APR and OpenSSL to versioned directories
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]