Skip to content

Commit ddb5def

Browse files
committed
MSVC_NMake/README.txt: Mention about static builds
1 parent 5b46dad commit ddb5def

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

MSVC_NMake/README.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ PREFIX: Optional. Base directory of where the third-party headers, libraries
4545
$(X) is the short version of the Visual Studio used, as follows:
4646
2017: 15
4747

48+
STATIC: Optional. Set if building libsigc++ as a static library. Note that
49+
for building items that use this static build, /DLIBSIGCXX_STATIC
50+
must be passed into the compiler flags.
51+
4852
USE_COMPAT_LIBS: Build the sigc++ DLL and .lib with the filename
4953
'sigc-vc150(d)-3_0' for all builds. This is for
5054
compatibility reasons, if re-building dependent code is not

0 commit comments

Comments
 (0)