[glib/glib-2-28] Bug 643161: VS2010 Projects (autotools part)



commit 2aa3098933809d407defdf7def5ecbce27c02f9a
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Fri Apr 22 19:06:09 2011 +0800

    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 deletions(-)
---
diff --git a/build/win32/Makefile.am b/build/win32/Makefile.am
index 06f04e4..30ccc95 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 0000000..5595774
--- /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 4460b12..8a9149a 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]