forked from AuroraMiddleware/gtk
Use EXEEXT.
2006-09-23 Tor Lillqvist <tml@novell.com> * gtk/Makefile.am: Use EXEEXT.
This commit is contained in:
parent
43dd82ff0e
commit
86e706e168
@ -1,3 +1,7 @@
|
|||||||
|
2006-09-23 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
|
* gtk/Makefile.am: Use EXEEXT.
|
||||||
|
|
||||||
2006-09-22 Michael Natterer <mitch@imendio.com>
|
2006-09-22 Michael Natterer <mitch@imendio.com>
|
||||||
|
|
||||||
* gtk/gtkstyle.c (gtk_style_real_copy): also copy icon factories
|
* gtk/gtkstyle.c (gtk_style_real_copy): also copy icon factories
|
||||||
|
@ -1107,7 +1107,7 @@ stamp-icons: $(STOCK_ICONS)
|
|||||||
&& touch stamp-icons
|
&& touch stamp-icons
|
||||||
|
|
||||||
gtkbuiltincache.h: @REBUILD@ stamp-icons
|
gtkbuiltincache.h: @REBUILD@ stamp-icons
|
||||||
$(MAKE) $(AM_MAKEFLAGS) gtk-update-icon-cache
|
$(MAKE) $(AM_MAKEFLAGS) gtk-update-icon-cache$(EXEEXT)
|
||||||
GDK_PIXBUF_MODULE_FILE=$(top_builddir)/gdk-pixbuf/gdk-pixbuf.loaders \
|
GDK_PIXBUF_MODULE_FILE=$(top_builddir)/gdk-pixbuf/gdk-pixbuf.loaders \
|
||||||
./gtk-update-icon-cache --force --ignore-theme-index \
|
./gtk-update-icon-cache --force --ignore-theme-index \
|
||||||
--source builtin_icons stock-icons > gtkbuiltincache.h
|
--source builtin_icons stock-icons > gtkbuiltincache.h
|
||||||
|
Loading…
Reference in New Issue
Block a user