diff options
Diffstat (limited to 'build/win32')
-rw-r--r-- | build/win32/Makefile.am | 3 | ||||
-rw-r--r-- | build/win32/vs11/Makefile.am | 4 | ||||
-rw-r--r-- | build/win32/vs12/Makefile.am | 4 | ||||
-rw-r--r-- | build/win32/vs14/Makefile.am | 32 |
4 files changed, 36 insertions, 7 deletions
diff --git a/build/win32/Makefile.am b/build/win32/Makefile.am index 31f582f1..f30ee9b8 100644 --- a/build/win32/Makefile.am +++ b/build/win32/Makefile.am @@ -2,5 +2,6 @@ SUBDIRS = \ vs9 \ vs10 \ vs11 \ - vs12 + vs12 \ + vs14 diff --git a/build/win32/vs11/Makefile.am b/build/win32/vs11/Makefile.am index 4789b664..6dd3b650 100644 --- a/build/win32/vs11/Makefile.am +++ b/build/win32/vs11/Makefile.am @@ -25,10 +25,8 @@ EXTRA_DIST = \ DISTCLEANFILES = $(EXTRA_DIST) -MSVC_SLN = gobject-introspection - MSVC_VER = 11 - +MSVC_FORMAT_VER = 12 MSVC_VER_LONG = 2012 include $(top_srcdir)/build/Makefile-newvs.am diff --git a/build/win32/vs12/Makefile.am b/build/win32/vs12/Makefile.am index c3638699..c4b8bc5c 100644 --- a/build/win32/vs12/Makefile.am +++ b/build/win32/vs12/Makefile.am @@ -25,10 +25,8 @@ EXTRA_DIST = \ DISTCLEANFILES = $(EXTRA_DIST) -MSVC_SLN = gobject-introspection - MSVC_VER = 12 - +MSVC_FORMAT_VER = 12 MSVC_VER_LONG = 2013 include $(top_srcdir)/build/Makefile-newvs.am diff --git a/build/win32/vs14/Makefile.am b/build/win32/vs14/Makefile.am new file mode 100644 index 00000000..f6138f22 --- /dev/null +++ b/build/win32/vs14/Makefile.am @@ -0,0 +1,32 @@ +EXTRA_DIST = \ + gobject-introspection.sln \ + gi-build-defines.props \ + gi-extra-paths.props \ + gi-gen-srcs.props \ + gi-install.props \ + gi-version-paths.props \ + gi-prebuild.vcxproj \ + girepository.vcxproj \ + girepository.vcxproj.filters \ + cmph-bdz-test.vcxproj \ + cmph-bdz-test.vcxproj.filters \ + cmph.vcxproj \ + cmph.vcxproj.filters \ + g-ir-compiler.vcxproj \ + g-ir-compiler.vcxproj.filters \ + g-ir-generate.vcxproj \ + g-ir-generate.vcxproj.filters \ + glib-print.vcxproj \ + glib-print.vcxproj.filters \ + _giscanner.vcxproj \ + _giscanner.vcxproj.filters \ + install.vcxproj \ + README.txt + +DISTCLEANFILES = $(EXTRA_DIST) + +MSVC_VER = 14 +MSVC_FORMAT_VER = 12 +MSVC_VER_LONG = 14 + +include $(top_srcdir)/build/Makefile-newvs.am |