From d2deab4c6da9ed77126791b42c8be257c46b0e89 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Tue, 16 Jun 2020 13:49:45 +0800 Subject: Update MSVC_NMake/README Fix some typos and reflect the build information more accurately --- MSVC_NMake/README.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/MSVC_NMake/README.txt b/MSVC_NMake/README.txt index 40d9a33..d39fd59 100644 --- a/MSVC_NMake/README.txt +++ b/MSVC_NMake/README.txt @@ -14,9 +14,16 @@ The following describes what items are built with the following targets: -all (or no target specified): The libsigc++ DLL and the example programs. --test: The libsigc++ DLL and the test programs. +-examples: The libsigc++ DLL and the example programs. +-tests: The libsigc++ DLL and the test programs. -benchmark: The libsigc++ DLL and the benchmark program. +Building directly from a GIT checkout is now supported, provided that a PERL +installation is present (pass the PERL interpreter executable in your NMake +command line by using 'PERL=' by using +the 'prep-git-build' target. Note that in this case, the 'prep-git-build' +target needs to be run before building any of the other targets. + The following are instructions for performing such a build. A 'clean' target is provided-it is recommended that one cleans the build and redo the build if any configuration option changed. An @@ -44,5 +51,5 @@ Explanation of options, set by