Skip to content

Commit d2deab4

Browse files
fanc999-1kjellahl
authored andcommitted
Update MSVC_NMake/README
Fix some typos and reflect the build information more accurately
1 parent 628fd26 commit d2deab4

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

MSVC_NMake/README.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,16 @@ The following describes what items are built with the following
1414
targets:
1515

1616
-all (or no target specified): The libsigc++ DLL and the example programs.
17-
-test: The libsigc++ DLL and the test programs.
17+
-examples: The libsigc++ DLL and the example programs.
18+
-tests: The libsigc++ DLL and the test programs.
1819
-benchmark: The libsigc++ DLL and the benchmark program.
1920

21+
Building directly from a GIT checkout is now supported, provided that a PERL
22+
installation is present (pass the PERL interpreter executable in your NMake
23+
command line by using 'PERL=<path_to_PERL_interpreter_executable>' by using
24+
the 'prep-git-build' target. Note that in this case, the 'prep-git-build'
25+
target needs to be run before building any of the other targets.
26+
2027
The following are instructions for performing such a build. A 'clean' target is
2128
provided-it is recommended that one cleans the build and redo the build if any
2229
configuration option changed. An
@@ -44,5 +51,5 @@ Explanation of options, set by <option>=1:
4451
BOOST_DLL: When building the benchmark, link to a DLL build of the Boost
4552
libraries. Required if your installation of the Boost libraries
4653
are built as DLLs. Note that debug builds must link to debug
47-
builds of Boost and release builds must link to releease builds
54+
builds of Boost and release builds must link to release builds
4855
of Boost.

0 commit comments

Comments
 (0)