[cogl/msvc-support] VS Projects fill-in update



commit 58462eb7b0bef239e57a3da1aca1dd6d7eee7b9a
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Fri Jul 1 15:39:34 2011 +0800

    VS Projects fill-in update
    
    Filter out all source files with "xlib" in their filenames

 cogl/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/cogl/Makefile.am b/cogl/Makefile.am
index e998617..f092e13 100644
--- a/cogl/Makefile.am
+++ b/cogl/Makefile.am
@@ -413,7 +413,7 @@ dist-hook: ../build/win32/vs9/cogl.vcproj ../build/win32/vs10/cogl.vcxproj ../bu
 ../build/win32/vs9/cogl.vcproj: $(top_srcdir)/build/win32/vs9/cogl.vcprojin
 	for F in `echo $(cogl_sources_c) $(BUILT_SOURCES) | tr '/' '\\'`; do \
 		case $$F in \
-		*-egl.c|*-glx.c|*-xlib.c|*-x11.c|*.wgl.c|*-gl.c|*-gles.c|*.h) ;; \
+		*-egl.c|*-glx.c|*-xlib*.c|*-x11.c|*.wgl.c|*-gl.c|*-gles.c|*.h) ;; \
 		*.c)	echo '   <File RelativePath="..\..\..\cogl\'$$F'" />' \
 			;; \
 		esac; \
@@ -424,7 +424,7 @@ dist-hook: ../build/win32/vs9/cogl.vcproj ../build/win32/vs10/cogl.vcxproj ../bu
 ../build/win32/vs10/cogl.vcxproj: $(top_srcdir)/build/win32/vs10/cogl.vcxprojin
 	for F in `echo $(cogl_sources_c) $(BUILT_SOURCES) | tr '/' '\\'`; do \
 		case $$F in \
-		*-egl.c|*-glx.c|*-xlib.c|*-x11.c|*.wgl.c|*-gl.c|*-gles.c|*.h) ;; \
+		*-egl.c|*-glx.c|*-xlib*.c|*-x11.c|*.wgl.c|*-gl.c|*-gles.c|*.h) ;; \
 		*.c)	echo '    <ClCompile Include="..\..\..\cogl\'$$F'" />' \
 			;; \
 		esac; \
@@ -435,7 +435,7 @@ dist-hook: ../build/win32/vs9/cogl.vcproj ../build/win32/vs10/cogl.vcxproj ../bu
 ../build/win32/vs10/cogl.vcxproj.filters: $(top_srcdir)/build/win32/vs10/cogl.vcxproj.filtersin
 	for F in `echo $(cogl_sources_c) $(BUILT_SOURCES) | tr '/' '\\'`; do \
 		case $$F in \
-		*-egl.c|*-glx.c|*-xlib.c|*-x11.c|*.wgl.c|*-gl.c|*-gles.c|*.h) ;; \
+		*-egl.c|*-glx.c|*-xlib*.c|*-x11.c|*.wgl.c|*-gl.c|*-gles.c|*.h) ;; \
 		*.c)	echo '    <ClCompile Include="..\..\..\cogl\'$$F'"><Filter>Sources</Filter></ClCompile>' \
 			;; \
 		esac; \



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