diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2016-02-15 16:19:05 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2016-02-19 19:05:28 +0800 |
commit | e2f54856106ab1deeff0c2decb7bafdae9009188 (patch) | |
tree | 65891dcb054d1a824ff4f41b01f90d1a0f074adb /configure.ac | |
parent | 77f353dc22819818e9249cd52c7ad6870ec8f9ee (diff) | |
download | adwaita-icon-theme-e2f54856106ab1deeff0c2decb7bafdae9009188.tar.gz |
Build: Support Windows/MSVC using NMake
This adds a set of NMake Makefiles, with a set of support files that
is used to generate the full index.theme file, and to copy the icon/
cursor files in Windows, under Visual Studio builds.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 76c89055b..359311f6f 100644 --- a/configure.ac +++ b/configure.ac @@ -84,6 +84,8 @@ src/Makefile src/fullcolor/Makefile src/symbolic/Makefile src/spinner/Makefile +build/Makefile +build/win32/Makefile ]) AC_OUTPUT |