From 913d5ff0b0c531540bdc966848c844b25ed65210 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Thu, 26 Dec 2019 18:18:04 +0800 Subject: NMake MAkefiles: Add USE_MESON_LIBS This allows one to use C++ dependencies built using Meson in an easier way, as applicable. --- README.win32 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.win32') 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 -- cgit v1.2.1