summaryrefslogtreecommitdiff
path: root/gtk/stock-icons
diff options
context:
space:
mode:
authorHans Breuer <hans@breuer.org>2005-02-07 20:22:05 +0000
committerHans Breuer <hans@src.gnome.org>2005-02-07 20:22:05 +0000
commit4c1cab8dff511c795e382e9ac7afaf4272c36486 (patch)
tree40d2937de3498d97ac6257d6bca5112693f90349 /gtk/stock-icons
parentc0454cf6dbdb4450e894cc7a737285be33232219 (diff)
downloadgtk+-4c1cab8dff511c795e382e9ac7afaf4272c36486.tar.gz
build with Cairo dependency. The patch to acually use Cairo on win32 will
2005-02-05 Hans Breuer <hans@breuer.org> * gdk/makefile.msc gdk/win32/makefile.msc gtk/makefile.msc.in : build with Cairo dependency. The patch to acually use Cairo on win32 will be on gtk-devel-list soon. * tests/makefile.msc : add testcairo building * gtk/stock-icons/makefile.msc : split command line into two to work with the shells default
Diffstat (limited to 'gtk/stock-icons')
-rw-r--r--gtk/stock-icons/makefile.msc5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk/stock-icons/makefile.msc b/gtk/stock-icons/makefile.msc
index a78166afb0..3382ff3c02 100644
--- a/gtk/stock-icons/makefile.msc
+++ b/gtk/stock-icons/makefile.msc
@@ -94,6 +94,8 @@ VARIABLES = \
stock_media_rewind_24 stock_media_rewind_24.png \
stock_media_stop_16 stock_media_stop_16.png \
stock_media_stop_24 stock_media_stop_24.png \
+
+VARIABLES2 = \
stock_network_16 stock_network_16.png \
stock_network_24 stock_network_24.png \
stock_new_16 stock_new_16.png \
@@ -180,4 +182,5 @@ all: \
gtkstockpixbufs.h
gtkstockpixbufs.h : makefile.msc
- ..\..\gdk-pixbuf\gdk-pixbuf-csource --rle --build-list $(VARIABLES) > gtkstockpixbufs.h \ No newline at end of file
+ ..\..\gdk-pixbuf\gdk-pixbuf-csource --rle --build-list $(VARIABLES) > gtkstockpixbufs.h
+ ..\..\gdk-pixbuf\gdk-pixbuf-csource --rle --build-list $(VARIABLES2) >> gtkstockpixbufs.h