You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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'.
9 years ago
|
|
|
EXTRA_DIST = \
|
|
|
|
build-rules-msvc.mak \
|
|
|
|
config-msvc.mak \
|
|
|
|
config.h.win32 \
|
|
|
|
create-lists.bat \
|
|
|
|
create-lists-msvc.mak \
|
|
|
|
detectenv-msvc.mak \
|
|
|
|
generate-msvc.mak \
|
|
|
|
hb-introspection-msvc.mak \
|
|
|
|
info-msvc.mak \
|
|
|
|
install.mak \
|
|
|
|
introspection-msvc.mak \
|
|
|
|
Makefile.vc \
|
|
|
|
README.txt
|
|
|
|
|
|
|
|
-include $(top_srcdir)/git.mk
|