[cogl] Bug 666349: Dist files needed by MSVC for SDL winsys



commit e2159021100095af89a191eff7d533a7b84ec3f9
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Fri Dec 16 17:18:31 2011 +0800

    Bug 666349: Dist files needed by MSVC for SDL winsys
    
    Distribute the new VS2008/2010 project/solution files and the
    pre-configured cogl-defines.h(.win32_SDL) needed for the build with MSVC.

 build/win32/vs10/Makefile.am |    4 ++++
 build/win32/vs9/Makefile.am  |    2 ++
 cogl/Makefile.am             |    1 +
 3 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/build/win32/vs10/Makefile.am b/build/win32/vs10/Makefile.am
index 7e0a2ff..bfc0d66 100644
--- a/build/win32/vs10/Makefile.am
+++ b/build/win32/vs10/Makefile.am
@@ -1,5 +1,6 @@
 EXTRA_DIST = \
 	cogl.sln		\
+	cogl_sdl.sln		\
 	cogl.props	\
 	cogl.vcxproj		\
 	cogl.vcxprojin		\
@@ -11,6 +12,8 @@ EXTRA_DIST = \
 	cogl-pango.vcxproj.filtersin	\
 	cogl-hello.vcxproj	\
 	cogl-hello.vcxproj.filters	\
+	cogl-sdl-hello.vcxproj	\
+	cogl-sdl-hello.vcxproj.filters	\
 	cogl-msaa.vcxproj	\
 	cogl-msaa.vcxproj.filters	\
 	cogl-info.vcxproj	\
@@ -22,4 +25,5 @@ EXTRA_DIST = \
 	test-conformance-cogl.vcxproj.filters	\
 	test-conformance-cogl.vcxproj.filtersin	\
 	install.vcxproj	\
+	install-sdl.vcxproj	\
 	README.txt
diff --git a/build/win32/vs9/Makefile.am b/build/win32/vs9/Makefile.am
index 49e621c..56296cf 100644
--- a/build/win32/vs9/Makefile.am
+++ b/build/win32/vs9/Makefile.am
@@ -1,5 +1,6 @@
 EXTRA_DIST = \
 	cogl.sln		\
+	cogl_sdl.sln		\
 	cogl.vsprops	\
 	cogl.vcproj		\
 	cogl.vcprojin		\
@@ -8,6 +9,7 @@ EXTRA_DIST = \
 	test-conformance-cogl.vcproj	\
 	test-conformance-cogl.vcprojin	\
 	cogl-hello.vcproj	\
+	cogl-sdl-hello.vcproj	\
 	cogl-crate.vcproj	\
 	cogl-msaa.vcproj	\
 	cogl-info.vcproj	\
diff --git a/cogl/Makefile.am b/cogl/Makefile.am
index 668a513..974ad0c 100644
--- a/cogl/Makefile.am
+++ b/cogl/Makefile.am
@@ -529,6 +529,7 @@ cogl.vsenums_c:
 
 EXTRA_DIST += \
 	cogl-defines.h.win32	\
+	cogl-defines.h.win32_SDL	\
 	cogl.symbols	\
 	cogl.rc.in	\
 	cogl.rc



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