From f0aa167e447e8aa818a63a4a325be57844bf0353 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Thu, 23 Feb 2017 13:02:49 +0800 Subject: [PATCH] Update Visual Studio builds for UCDN usage We now use UCDN by default, so make it so in the build files; however don't hardcode HAVE_UCDN as one may still opt not to use it (but pass it in as a CFLAG unless one explicitly disables UCDN by using NO_UCDN=1 on the NMake command line). Note that we are not blocking builds where UCDN is disabled along with GLib and ICU, as that will trigger a build error anyways which will tell the user what needs to be done to remedy this. --- win32/README.txt | 6 +++--- win32/config-msvc.mak | 28 ++++++++++++++------------- win32/config.h.win32.in | 2 +- win32/info-msvc.mak | 43 ++++++++++++++++++++++++----------------- 4 files changed, 44 insertions(+), 35 deletions(-) diff --git a/win32/README.txt b/win32/README.txt index af0dc15c1..dc31e8b6d 100644 --- a/win32/README.txt +++ b/win32/README.txt @@ -36,7 +36,7 @@ PREFIX: Optional. Base directory of where the third-party headers, libraries Explanation of options, set by