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

markt-asf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git


The following commit(s) were added to refs/heads/master by this push:
     new 018b24f  Install ARM64 builds in dedicated directory
018b24f is described below

commit 018b24fbaf5a701bb6cc4dc03d1cab7f0dcd3678
Author: Mark Thomas <[email protected]>
AuthorDate: Tue May 19 15:58:37 2026 +0100

    Install ARM64 builds in dedicated directory
---
 src/native/windows/apps/prunmgr/Makefile | 2 ++
 src/native/windows/apps/prunsrv/Makefile | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/src/native/windows/apps/prunmgr/Makefile 
b/src/native/windows/apps/prunmgr/Makefile
index 63ce852..38951bb 100644
--- a/src/native/windows/apps/prunmgr/Makefile
+++ b/src/native/windows/apps/prunmgr/Makefile
@@ -26,6 +26,8 @@ SRCDIR = .\..\..
 
 !IF "$(CPU)" == "X64"
 PREFIX = $(PREFIX)\amd64
+!ELSEIF "$(CPU)" == "ARM64"
+PREFIX = $(PREFIX)\arm64
 !ENDIF
 
 LFLAGS = $(LFLAGS) /version:1.0 /DYNAMICBASE /NXCOMPAT
diff --git a/src/native/windows/apps/prunsrv/Makefile 
b/src/native/windows/apps/prunsrv/Makefile
index 2ec3834..9fc246c 100644
--- a/src/native/windows/apps/prunsrv/Makefile
+++ b/src/native/windows/apps/prunsrv/Makefile
@@ -52,6 +52,8 @@ BUILDEXE = $(WORKDIR)\$(PROJECT).exe
 BUILDLOC = $(PREFIX)
 !IF "$(CPU)" == "X64"
 BUILDLOC = $(PREFIX)\amd64
+!ELSEIF "$(CPU)" == "ARM64"
+PREFIX = $(PREFIX)\arm64
 !ENDIF
 BUILDPDB = $(WORKDIR)\$(PROJECT).pdb
 BUILDRES = $(WORKDIR)\$(PROJECT).res

Reply via email to