cogl/Makefile.am VS Support Update
Should be one %, not two (%%) for echoing...
This commit is contained in:
parent
7069825cb5
commit
1e7f536c40
@ -462,7 +462,7 @@ dist-hook: ../build/win32/vs9/cogl.vcproj ../build/win32/vs10/cogl.vcxproj ../bu
|
|||||||
rm cogl.vs10.sourcefiles.filters
|
rm cogl.vs10.sourcefiles.filters
|
||||||
|
|
||||||
cogl.vsenums_h:
|
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 \
|
for F in `echo $(cogl_public_h) $(srcdir)/cogl-win32-renderer.h`; do \
|
||||||
case $$F in \
|
case $$F in \
|
||||||
*xlib*.h|*wayland*.h) ;; \
|
*xlib*.h|*wayland*.h) ;; \
|
||||||
@ -477,7 +477,7 @@ cogl.vsenums_h:
|
|||||||
rm vsenums_h.temp
|
rm vsenums_h.temp
|
||||||
|
|
||||||
cogl.vsenums_c:
|
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 \
|
for F in `echo $(cogl_public_h) $(srcdir)/cogl-win32-renderer.h`; do \
|
||||||
case $$F in \
|
case $$F in \
|
||||||
*xlib*.h|*wayland*.h) ;; \
|
*xlib*.h|*wayland*.h) ;; \
|
||||||
|
Loading…
Reference in New Issue
Block a user