[clutter/msvc-support: 6/8] Autotools file update: $(srcroot)/build



commit 62c888c67e7002dc93a67e53b9d004f7b176546c
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Tue Apr 19 19:29:09 2011 +0800

    Autotools file update: $(srcroot)/build
    
    -Added processing and distribution for the VS2008/
     2010 Project Files
    
    -Also distribute the generated *.bat files for running
     the conformance and interactive tests

 build/Makefile.am            |    2 +-
 build/win32/Makefile.am      |    3 ++
 build/win32/vs10/Makefile.am |   46 ++++++++++++++++++++++++++++++++++++++++++
 build/win32/vs9/Makefile.am  |   26 +++++++++++++++++++++++
 4 files changed, 76 insertions(+), 1 deletions(-)
---
diff --git a/build/Makefile.am b/build/Makefile.am
index d8669fd..4c28453 100644
--- a/build/Makefile.am
+++ b/build/Makefile.am
@@ -1,3 +1,3 @@
-SUBDIRS = autotools mingw
+SUBDIRS = autotools mingw win32
 
 EXTRA_DIST = gen-gcov.pl
diff --git a/build/win32/Makefile.am b/build/win32/Makefile.am
new file mode 100644
index 0000000..13dbcdc
--- /dev/null
+++ b/build/win32/Makefile.am
@@ -0,0 +1,3 @@
+SUBDIRS = vs9 vs10
+
+EXTRA_DIST = test-conformance.bat test-interactive.bat
diff --git a/build/win32/vs10/Makefile.am b/build/win32/vs10/Makefile.am
new file mode 100644
index 0000000..89ee554
--- /dev/null
+++ b/build/win32/vs10/Makefile.am
@@ -0,0 +1,46 @@
+EXTRA_DIST = \
+	cally-atkcomponent-example.vcxproj		\
+	cally-atkcomponent-example.vcxproj.filters		\
+	cally-atkeditabletext-example.vcxproj	\
+	cally-atkeditabletext-example.vcxproj.filters	\
+	cally-atkevents-example.vcxproj	\
+	cally-atkevents-example.vcxproj.filters	\
+	cally-atktext-example.vcxproj	\
+	cally-atktext-example.vcxproj.filters	\
+	cally-clone-example.vcxproj		\
+	cally-clone-example.vcxproj.filters		\
+	clutter.sln			\
+	clutter.vcxproj		\
+	clutter.vcxprojin	\
+	clutter.vcxproj.filters		\
+	clutter.vcxproj.filtersin	\
+	clutter.props		\
+	cogl-pango.vcxproj	\
+	cogl-pango.vcxprojin	\
+	cogl-pango.vcxproj.filters	\
+	cogl-pango.vcxproj.filtersin	\
+	cogl.vcxproj		\
+	cogl.vcxprojin	\
+	cogl.vcxproj.filters		\
+	cogl.vcxproj.filtersin	\
+	install.vcxproj	\
+	Makefile.am		\
+	test-cogl-perf.vcxproj		\
+	test-cogl-perf.vcxproj.filters		\
+	test-conformance.vcxproj		\
+	test-conformance.vcxprojin	\
+	test-conformance.vcxproj.filters		\
+	test-conformance.vcxproj.filtersin	\
+	test-interactive.vcxproj		\
+	test-interactive.vcxprojin	\
+	test-interactive.vcxproj.filters		\
+	test-interactive.vcxproj.filtersin	\
+	test-picking.vcxproj		\
+	test-picking.vcxproj.filters		\
+	test-random-text.vcxproj	\
+	test-random-text.vcxproj.filters	\
+	test-text-perf.vcxproj	\
+	test-text-perf.vcxproj.filters	\
+	test-text.vcxproj	\
+	test-text.vcxproj.filters	\
+	README.txt
diff --git a/build/win32/vs9/Makefile.am b/build/win32/vs9/Makefile.am
new file mode 100644
index 0000000..f148042
--- /dev/null
+++ b/build/win32/vs9/Makefile.am
@@ -0,0 +1,26 @@
+EXTRA_DIST = \
+	cally-atkcomponent-example.vcproj		\
+	cally-atkeditabletext-example.vcproj	\
+	cally-atkevents-example.vcproj	\
+	cally-atktext-example.vcproj	\
+	cally-clone-example.vcproj		\
+	clutter.sln			\
+	clutter.vcproj		\
+	clutter.vcprojin	\
+	clutter.vsprops		\
+	cogl-pango.vcproj	\
+	cogl-pango.vcprojin	\
+	cogl.vcproj		\
+	cogl.vcprojin	\
+	install.vcproj	\
+	Makefile.am		\
+	test-cogl-perf.vcproj		\
+	test-conformance.vcproj		\
+	test-conformance.vcprojin	\
+	test-interactive.vcproj		\
+	test-interactive.vcprojin	\
+	test-picking.vcproj		\
+	test-random-text.vcproj	\
+	test-text-perf.vcproj	\
+	test-text.vcproj	\
+	README.txt



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