diff options
author | Hans Breuer <hans@breuer.org> | 2005-02-07 20:22:05 +0000 |
---|---|---|
committer | Hans Breuer <hans@src.gnome.org> | 2005-02-07 20:22:05 +0000 |
commit | 4c1cab8dff511c795e382e9ac7afaf4272c36486 (patch) | |
tree | 40d2937de3498d97ac6257d6bca5112693f90349 /gdk/win32 | |
parent | c0454cf6dbdb4450e894cc7a737285be33232219 (diff) | |
download | gdk-pixbuf-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 'gdk/win32')
-rw-r--r-- | gdk/win32/makefile.msc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/win32/makefile.msc b/gdk/win32/makefile.msc index ac5779615..9274ad4cd 100644 --- a/gdk/win32/makefile.msc +++ b/gdk/win32/makefile.msc @@ -14,7 +14,7 @@ TOP = ../../.. GTK_VER=2.0 CFLAGS = -FImsvc_recommended_pragmas.h \ - -I. -I.. -I..\.. $(GLIB_CFLAGS) $(PANGO_CFLAGS) \ + -I. -I.. -I..\.. $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(CAIRO_CFLAGS) \ -I$(WTKIT)\include -I$(GLIB) \ $(G_DEBUGGING) -DHAVE_CONFIG_H -DINSIDE_GDK_WIN32 -DGDK_VERSION=\"$(GTK_VER)\" |