MSVC builds: Add a pre-configured config.h(.win32) template
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 3 Nov 2015 10:52:46 +0000 (18:52 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 3 Feb 2016 10:14:30 +0000 (18:14 +0800)
commit5c3e7260bcb4999b8b7cb9afb26e6eaff867634b
tree231ea7ac7f850741d872c4dd18c6d8452e962d76
parent35ded3af74a5bc4b038a07308354d5f7501ae3c7
MSVC builds: Add a pre-configured config.h(.win32) template

This adds a pre-configured config.h template that can be used for Visual
Studio builds, where autotools is not normally available.  This has the
configs that are suitable for Visual Studio builds, as well as all the
features used for Windows builds enabled (HAVE_OT, HAVE_FALLBACK and
HAVE_UNISCRIBE).

Note that the optional features are not enabled here, they are enabled by
/D's (or -D's) in the NMake Makefiles as requested.
win32/config.h.win32.in [new file with mode: 0644]