[json-glib] Update Visual C++ Project Files



commit 54172e25e8b62075f0aef98d21e17619466ff30f
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Mon May 30 11:55:06 2011 +0800

    Update Visual C++ Project Files
    
    Update the dist part too...

 build/win32/vs10/Makefile.am |   16 ++++++++--------
 build/win32/vs9/Makefile.am  |    8 ++++----
 2 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/build/win32/vs10/Makefile.am b/build/win32/vs10/Makefile.am
index 1889923..a9a1f65 100644
--- a/build/win32/vs10/Makefile.am
+++ b/build/win32/vs10/Makefile.am
@@ -3,6 +3,8 @@ NULL =
 EXTRA_DIST =	\
 	array-test.vcxproj		\
 	array-test.vcxproj.filters	\
+	boxed.vcxproj	\
+	boxed.vcxproj.filters	\
 	builder-test.vcxproj		\
 	builder-test.vcxproj.filters	\
 	generator-test.vcxproj		\
@@ -22,12 +24,10 @@ EXTRA_DIST =	\
 	parser-test.vcxproj.filters	\
 	reader-test.vcxproj		\
 	reader-test.vcxproj.filters	\
-	test-serialize-boxed.vcxproj	\
-	test-serialize-boxed.vcxproj.filters	\
-	test-serialize-complex.vcxproj	\
-	test-serialize-complex.vcxproj.filters	\
-	test-serialize-full.vcxproj	\
-	test-serialize-full.vcxproj.filters	\
-	test-serialize-simple.vcxproj	\
-	test-serialize-simple.vcxproj.filters	\
+	serialize-complex.vcxproj	\
+	serialize-complex.vcxproj.filters	\
+	serialize-full.vcxproj	\
+	serialize-full.vcxproj.filters	\
+	serialize-simple.vcxproj	\
+	serialize-simple.vcxproj.filters	\
 	$(NULL)
diff --git a/build/win32/vs9/Makefile.am b/build/win32/vs9/Makefile.am
index 82ff2e5..a494c7b 100644
--- a/build/win32/vs9/Makefile.am
+++ b/build/win32/vs9/Makefile.am
@@ -2,6 +2,7 @@ NULL =
 
 EXTRA_DIST =	\
 	array-test.vcproj		\
+	boxed.vcproj	\
 	builder-test.vcproj		\
 	generator-test.vcproj		\
 	install.vcproj			\
@@ -13,8 +14,7 @@ EXTRA_DIST =	\
 	object-test.vcproj		\
 	parser-test.vcproj		\
 	reader-test.vcproj		\
-	test-serialize-boxed.vcproj	\
-	test-serialize-complex.vcproj	\
-	test-serialize-full.vcproj	\
-	test-serialize-simple.vcproj	\
+	serialize-complex.vcproj	\
+	serialize-full.vcproj	\
+	serialize-simple.vcproj	\
 	$(NULL)



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