summaryrefslogtreecommitdiff
path: root/README.win32
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2019-12-26 18:18:04 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2019-12-26 18:18:04 +0800
commit913d5ff0b0c531540bdc966848c844b25ed65210 (patch)
tree14c90866ef61e29f45098809fee0a053b9c88fb6 /README.win32
parenteed2b70d2733b460a018417ca4df7c877eed23be (diff)
downloadglibmm-913d5ff0b0c531540bdc966848c844b25ed65210.tar.gz
NMake MAkefiles: Add USE_MESON_LIBS
This allows one to use C++ dependencies built using Meson in an easier way, as applicable.
Diffstat (limited to 'README.win32')
-rw-r--r--README.win324
1 files changed, 3 insertions, 1 deletions
diff --git a/README.win32 b/README.win32
index 468bbbd3..a186c4b5 100644
--- a/README.win32
+++ b/README.win32
@@ -53,7 +53,9 @@ giomm DLLs, along with their example programs. If a prefix other than
$(srcroot)\..\vs15\$(Platform) is desired, pass in PREFIX=$(your_prefix)
in the NMake command line. In order to build the giomm settings example
program, the glib-compile-schemas needs to reside in $(PREFIX)\bin, or
-it must be specified via passing in GLIB_COMPILE_SCHEMAS.
+it must be specified via passing in GLIB_COMPILE_SCHEMAS. If using C++
+dependencies that are built with Meson, specify USE_MESON_LIBS=1 in your
+NMake command line.
A 'tests' target will build the test programs for glibmm and giomm, an
'install' target is provided to copy the built DLLs and LIBs, along with