This is an automated email from the ASF dual-hosted git repository.

rainerjung 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 bacb0a7ae Minor comment cleanup
bacb0a7ae is described below

commit bacb0a7aeed9d4f87d5bd2e4cea7769c439a058e
Author: Rainer Jung <[email protected]>
AuthorDate: Mon Jun 22 22:45:22 2026 +0200

    Minor comment cleanup
---
 native/NMAKEmakefile.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/native/NMAKEmakefile.inc b/native/NMAKEmakefile.inc
index e29c9a259..f17aa5bbd 100644
--- a/native/NMAKEmakefile.inc
+++ b/native/NMAKEmakefile.inc
@@ -43,7 +43,7 @@
 #                           GUI Windows GUI executable
 #                           DLL Dynamic Link Library
 #                           LIB Static library
-#               UNICODE     Build unicode version
+#                 UNICODE   Build unicode version
 #                           If definded and not empty -D_UNICODE is added
 #                           to CFLAGS; -D_MBCS is added otherwise
 # Environment variables  used:
@@ -290,7 +290,7 @@ RCFLAGS = $(RCFLAGS) $(EXTRA_RCFLAGS)
 !ENDIF
 
 
-# Build Target dir e.g. WINNT_I386_RELEASE_DLL
+# Build Target dir e.g. WIN10_X64_DLL_RELEASE
 !IF !DEFINED(WORKDIR) || "$(WORKDIR)" == ""
 !IF !DEFINED(WORKDIR_EXT) || "$(WORKDIR_EXT)" == ""
 WORKDIR = $(WINVER)_$(CPU)_$(TARGET)_$(BUILD)


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

Reply via email to