From 2aa3098933809d407defdf7def5ecbce27c02f9a Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Fri, 22 Apr 2011 19:06:09 +0800 Subject: [PATCH] Bug 643161: VS2010 Projects (autotools part) These files are changed to enable distribution of VS2010 project files.. --- build/win32/Makefile.am | 3 ++- build/win32/vs10/Makefile.am | 29 +++++++++++++++++++++++++++++ configure.ac | 1 + 3 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 build/win32/vs10/Makefile.am diff --git a/build/win32/Makefile.am b/build/win32/Makefile.am index 06f04e4c1..30ccc95ec 100644 --- a/build/win32/Makefile.am +++ b/build/win32/Makefile.am @@ -1,6 +1,7 @@ SUBDIRS = \ dirent \ - vs9 + vs9 \ + vs10 EXTRA_DIST = \ make.msc \ diff --git a/build/win32/vs10/Makefile.am b/build/win32/vs10/Makefile.am new file mode 100644 index 000000000..5595774ff --- /dev/null +++ b/build/win32/vs10/Makefile.am @@ -0,0 +1,29 @@ +EXTRA_DIST = \ + README.txt \ + glib.sln \ + glib.props \ + glib.vcxproj \ + glib.vcxproj.filters \ + glib.vcxprojin \ + glib.vcxproj.filtersin \ + glib-genmarshal.vcxproj \ + glib-genmarshal.vcxproj.filters \ + gspawn-win32-helper-console.vcxproj \ + gspawn-win32-helper-console.vcxproj.filters \ + gspawn-win32-helper.vcxproj \ + gspawn-win32-helper.vcxproj.filters \ + gmodule.vcxproj \ + gmodule.vcxproj.filters \ + gobject.vcxproj \ + gobject.vcxproj.filters \ + gobject.vcxprojin \ + gobject.vcxproj.filtersin \ + gthread.vcxproj \ + gthread.vcxproj.filters \ + gio.vcxproj \ + gio.vcxproj.filters \ + gio.vcxprojin \ + gio.vcxproj.filtersin \ + testglib.vcxproj \ + testglib.vcxproj.filters \ + install.vcxproj diff --git a/configure.ac b/configure.ac index 4460b12e6..8a9149a28 100644 --- a/configure.ac +++ b/configure.ac @@ -3708,6 +3708,7 @@ build/Makefile build/win32/Makefile build/win32/dirent/Makefile build/win32/vs9/Makefile +build/win32/vs10/Makefile glib/Makefile glib/glib.stp glib/libcharset/Makefile