You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2022/01/27 15:31:55 UTC

[commons-daemon] branch master updated: Update to CMSC 15.0.44

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

markt 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 31a441a  Update to CMSC 15.0.44
31a441a is described below

commit 31a441a234261e4730e12da4ed31c777c90fb8d1
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Jan 27 15:29:15 2022 +0000

    Update to CMSC 15.0.44
---
 src/changes/changes.xml       | 3 +++
 src/native/windows/README.txt | 9 +++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b19b038..5f159d2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -103,6 +103,9 @@
       <action type="update" dev="ggregory" due-to="Dependabot">
         Bump spotbugs-maven-plugin from 4.4.2.2 to 4.5.2.0 #37.
       </action>
+      <action type="update" dev="markt">
+        Update the release build instructions to use CMSC 15.0.44.
+      </action>
     </release>
     <release version="1.2.4" date="2021-01-21" description="Bug fix release">
       <action issue="DAEMON-424" type="fix" dev="markt" due-to="Bernhard Scholz">
diff --git a/src/native/windows/README.txt b/src/native/windows/README.txt
index 3c36cc8..0cff4ab 100644
--- a/src/native/windows/README.txt
+++ b/src/native/windows/README.txt
@@ -29,8 +29,9 @@ Studio.
 Release builds are build with Mladen Turk's (mturk) Custom Microsoft Compiler
 Toolkit Compilation. This can be obtained from:
 https://github.com/mturk/cmsc
-Hash: cb6be932c8c95a46262a64a89e68aae620dfdcee
-Compile as per <cmsc-root>/tools/README.txt
+Version: 15.0.44
+
+Later versions of CMSC should also work.
 
 A detailed description of the full environment used for recent release builds is
 provided at:
@@ -40,7 +41,7 @@ The steps to produce the Windows binaries is then:
 
 1. cd $GIT_CLONE_DIR\src\native\windows\apps\prunmgr
 
-2. $CMSC_ROOT\setenv.bat /x86
+2. $CMSC_ROOT\setenv.bat x86
 
 3. nmake -f Makefile
 
@@ -48,7 +49,7 @@ The steps to produce the Windows binaries is then:
 
 5. nmake -f Makefile
 
-6. $CMCS_ROOT\setenv.bat /x64
+6. $CMCS_ROOT\setenv.bat x64
 
 7. nmake -f Makefile