build: Support Visual Studio builds using NMake
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 3 Nov 2015 11:00:42 +0000 (19:00 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 3 Feb 2016 10:14:30 +0000 (18:14 +0800)
commitd7b6636e5ebf1ddf7d7a04007ffbc411cf7e462e
tree38674bfd0c8f3514ea6b279bb7c9b9575db54a7d
parent5c3e7260bcb4999b8b7cb9afb26e6eaff867634b
build: Support Visual Studio builds using NMake

This adds a set of NMake Makefiles that can be used to build HarfBuzz, from
the standard basic build building the minimal HarfBuzz DLL (consisting
of OpenType, fallback and Uniscribe support only), to a full fledged build
consisting of GLib and FreeType support, as well as building the utilities,
the test programs in src/ and test/api, and HarfBuzz-ICU and
HarfBuzz-GObject, and up to building the introspection files.  This means a
flexible build mechanism is supported here, so anything that is supported
for a Windows build (code-wise), should all be supported by this build
system.

As in an earlier commit, the source listings are shared with the autotools
builds with the various Makefile.sources in src/, src/hb-ucdn and util/, and
this set of NMake Makefiles will transform these lists into the form they
want.

In the current form, all the test programs in test/api pass, and this has
been checked successfully with 'make -j8 distcheck'.
16 files changed:
BUILD.md
Makefile.am
configure.ac
win32/Makefile.am [new file with mode: 0644]
win32/Makefile.vc [new file with mode: 0644]
win32/README.txt [new file with mode: 0644]
win32/build-rules-msvc.mak [new file with mode: 0644]
win32/config-msvc.mak [new file with mode: 0644]
win32/create-lists-msvc.mak [new file with mode: 0644]
win32/create-lists.bat [new file with mode: 0644]
win32/detectenv-msvc.mak [new file with mode: 0644]
win32/generate-msvc.mak [new file with mode: 0644]
win32/hb-introspection-msvc.mak [new file with mode: 0644]
win32/info-msvc.mak [new file with mode: 0644]
win32/install.mak [new file with mode: 0644]
win32/introspection-msvc.mak [new file with mode: 0644]