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


The following commit(s) were added to refs/heads/1.3.x by this push:
     new 4b7dc3fc5 More updates to build steps
4b7dc3fc5 is described below

commit 4b7dc3fc5133eedcdb54192b5c631159d28efbfa
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Dec 17 11:52:45 2025 +0000

    More updates to build steps
---
 native/BUILDING | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/native/BUILDING b/native/BUILDING
index 79112388f..f4fc5d27f 100644
--- a/native/BUILDING
+++ b/native/BUILDING
@@ -95,8 +95,8 @@ Windows
    Unpack the APR source distribution into native\srclib\apr
    No patches necessary if using APR 1.7.6 or later
    
-   > set WINVER=WIN7
    > c:\cmsc\setenv.bat x86 
+   > set WINVER=WIN7
    > nmake -f NMAKEmakefile BUILD_CPU=x86 APR_DECLARE_STATIC=1
    > mkdir WIN7_X86_LIB_RELEASE\include
    > mkdir WIN7_X86_LIB_RELEASE\lib
@@ -104,6 +104,7 @@ Windows
    > copy WIN7_X86_LIB_RELEASE\apr-1.lib WIN7_X86_LIB_RELEASE\lib
    
    > c:\cmsc\setenv.bat x64
+   > set WINVER=WIN7
    > nmake -f NMAKEmakefile BUILD_CPU=x64 APR_DECLARE_STATIC=1
    > mkdir WIN7_X64_LIB_RELEASE\include
    > mkdir WIN7_X64_LIB_RELEASE\lib


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to