[gmime] Added build/vs2010 to the build.



commit 7c59d2fcc5d89fb7f8149a6d4ddc5290a3187a0a
Author: Jeffrey Stedfast <fejj gnome org>
Date:   Mon Oct 29 00:06:36 2012 -0400

    Added build/vs2010 to the build.

 build/Makefile.am        |    2 +-
 build/vs2010/Makefile.am |   22 +++++++++++-----------
 configure.ac             |    2 ++
 3 files changed, 14 insertions(+), 12 deletions(-)
---
diff --git a/build/Makefile.am b/build/Makefile.am
index 0d7ae7b..e754ecb 100644
--- a/build/Makefile.am
+++ b/build/Makefile.am
@@ -1,3 +1,3 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = vs2008
+SUBDIRS = vs2008 vs2010
diff --git a/build/vs2010/Makefile.am b/build/vs2010/Makefile.am
index 176ed3b..839a00b 100644
--- a/build/vs2010/Makefile.am
+++ b/build/vs2010/Makefile.am
@@ -3,16 +3,16 @@
 EXTRA_DIST = \
 	config-win32.h.in	\
 	config-win32.h		\
-	gmime.vcproj		\
-	uuencode.vcproj		\
-	uudecode.vcproj		\
+	gmime.vcxproj		\
+	uuencode.vcxproj	\
+	uudecode.vcxproj	\
 	gmime.sln		\
-	basic-example.vcproj	\
-	imap-example.vcproj	\
-	test-headers.vcproj	\
-	test-streams.vcproj	\
-	test-iconv.vcproj	\
-	test-mime.vcproj	\
-	test-mbox.vcproj	\
-	test-cat.vcproj		\
+	basic-example.vcxproj	\
+	imap-example.vcxproj	\
+	test-headers.vcxproj	\
+	test-streams.vcxproj	\
+	test-iconv.vcxproj	\
+	test-mime.vcxproj	\
+	test-mbox.vcxproj	\
+	test-cat.vcxproj	\
 	unistd.h
diff --git a/configure.ac b/configure.ac
index c36d10e..1612afa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -626,6 +626,8 @@ m4/Makefile
 build/Makefile
 build/vs2008/Makefile
 build/vs2008/config-win32.h
+build/vs2010/Makefile
+build/vs2010/config-win32.h
 docs/Makefile
 docs/reference/Makefile
 docs/tutorial/Makefile



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