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 9f3a79a Better build help. 9f3a79a is described below commit 9f3a79a1de5a578564eecd22a5a2160a6f8ad4f8 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed May 13 16:04:08 2020 -0400 Better build help. --- src/native/windows/README.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/native/windows/README.txt b/src/native/windows/README.txt index cb4e883..1d46190 100644 --- a/src/native/windows/README.txt +++ b/src/native/windows/README.txt @@ -5,6 +5,13 @@ Using Visual Studio, you can build Apache Commons Daemon. The Makefile make file has a bunch of documentation about its options, but a trivial build is simply; +Windows X64 Build + + "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat" + nmake CPU=X64 + +Windows X86 Build + nmake CPU=X86 nmake CPU=X86 PREFIX=c:\desired\path\of\daemon install