[cogl] cogl/Makefile.am VS Support Update



commit 1e7f536c40fa34a1c46f00ae8c652142ae758c57
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Thu Dec 8 16:30:37 2011 +0800

    cogl/Makefile.am VS Support Update
    
    Should be one %, not two (%%) for echoing...

 cogl/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/cogl/Makefile.am b/cogl/Makefile.am
index 5aaad90..2f732bc 100644
--- a/cogl/Makefile.am
+++ b/cogl/Makefile.am
@@ -462,7 +462,7 @@ dist-hook: ../build/win32/vs9/cogl.vcproj ../build/win32/vs10/cogl.vcxproj ../bu
 	rm cogl.vs10.sourcefiles.filters
 
 cogl.vsenums_h:
-	echo 'perl %%1\bin\glib-mkenums --template ../../cogl/cogl-enum-types.h.in ' >vsenums_h.temp1
+	echo 'perl %1\bin\glib-mkenums --template ../../cogl/cogl-enum-types.h.in ' >vsenums_h.temp1
 	for F in `echo $(cogl_public_h) $(srcdir)/cogl-win32-renderer.h`; do \
 		case $$F in \
 		*xlib*.h|*wayland*.h) ;; \
@@ -477,7 +477,7 @@ cogl.vsenums_h:
 	rm vsenums_h.temp
 
 cogl.vsenums_c:
-	echo 'perl %%1\bin\glib-mkenums --template ../../cogl/cogl-enum-types.c.in ' >vsenums_c.temp1
+	echo 'perl %1\bin\glib-mkenums --template ../../cogl/cogl-enum-types.c.in ' >vsenums_c.temp1
 	for F in `echo $(cogl_public_h) $(srcdir)/cogl-win32-renderer.h`; do \
 		case $$F in \
 		*xlib*.h|*wayland*.h) ;; \



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