summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2020-06-16 13:49:45 +0800
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2020-06-18 11:05:55 +0200
commitd2deab4c6da9ed77126791b42c8be257c46b0e89 (patch)
tree41fafea86d12f91b39892d21811a632b303db3b6
parent628fd26818044215198c9b1bba0013996bb28e83 (diff)
downloadsigc++-d2deab4c6da9ed77126791b42c8be257c46b0e89.tar.gz
Update MSVC_NMake/README
Fix some typos and reflect the build information more accurately
-rw-r--r--MSVC_NMake/README.txt11
1 files 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=<path_to_PERL_interpreter_executable>' 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 <option>=1:
BOOST_DLL: When building the benchmark, link to a DLL build of the Boost
libraries. Required if your installation of the Boost libraries
are built as DLLs. Note that debug builds must link to debug
- builds of Boost and release builds must link to releease builds
+ builds of Boost and release builds must link to release builds
of Boost.