Make UCDN default enabled (fixes #389) (#391)

This commit is contained in:
ebraminio 2017-01-09 13:12:09 +03:30 committed by Behdad Esfahbod
parent 00adf9c8a4
commit ebf927d3d4
1 changed files with 4 additions and 3 deletions

View File

@ -184,9 +184,10 @@ HB_CFLAGS = $(HB_CFLAGS) /DU_HAVE_INT8_T
HB_SOURCES = $(HB_SOURCES) $(HB_ICU_sources)
HB_HEADERS = $(HB_HEADERS) $(HB_ICU_headers)
HB_DEP_LIBS = $(HB_DEP_LIBS) $(HB_ICU_DEP_LIBS)
!else
# If there is no GLib support, use the built-in UCDN
# and define some of the macros in GLib's msvc_recommended_pragmas.h
!endif
!if "$(UCDN)" != "0"
# Define some of the macros in GLib's msvc_recommended_pragmas.h
# to reduce some unneeded build-time warnings
HB_DEFINES = $(HB_DEFINES) /DHAVE_UCDN=1
HB_CFLAGS = \