diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2015-10-05 12:01:37 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2015-10-05 15:09:25 +0800 |
commit | fe157979911830e4758585854d3754158d386f2a (patch) | |
tree | e1ee25baa9f85312a8ba6e9c619b5d0b2b5d883e /configure.ac | |
parent | 55bdb1901441595151c34523a8e6ac9ca51a1a0a (diff) | |
download | gsettings-desktop-schemas-fe157979911830e4758585854d3754158d386f2a.tar.gz |
build: Enable build/installation with Visual Studio
This adds a set of NMake Makefiles, along with some support files,
is used to generate and compile the gschema.xml files from their
templates, generate the enums.xml using glib-mkenums, and, optionally,
generate the introspection files.
https://bugzilla.gnome.org/show_bug.cgi?id=723734
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 448b74f..9469e0f 100644 --- a/configure.ac +++ b/configure.ac @@ -25,6 +25,9 @@ IT_PROG_INTLTOOL([0.50.1]) AC_OUTPUT([ Makefile gsettings-desktop-schemas.pc +build/Makefile +build/win32/Makefile +build/win32/gsettings-desktop-schemas-msvc.mak headers/Makefile schemas/Makefile po/Makefile.in |