This is an automated email from the ASF dual-hosted git repository.
ggregory 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 e35696f Update text for new versions of MVS
e35696f is described below
commit e35696f3f1ab0c9408d4f7578291fd618249e5da
Author: Gary Gregory <[email protected]>
AuthorDate: Sat May 6 13:46:12 2023 -0400
Update text for new versions of MVS
---
src/native/windows/README.txt | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/native/windows/README.txt b/src/native/windows/README.txt
index 0cff4ab..014ddf2 100644
--- a/src/native/windows/README.txt
+++ b/src/native/windows/README.txt
@@ -7,7 +7,12 @@ options, but a trivial build is simply;
Windows X64 Build
+ For MVS under "C:\Program Files (x86)":
"C:\Program Files (x86)\Microsoft Visual
Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
+
+ For MVS under "C:\Program Files":
+ "C:\Program Files\Microsoft Visual
Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
+
nmake CPU=X64
Windows X86 Build