diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 88ced0688f..da93aa4ade 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,7 @@ +2005-02-05 Hans Breuer + + * makefile.msc : rule for gdk_pixbuf.def + 2005-02-07 Matthias Clasen * io-pnm.c (pnm_read_next_value): Pass in the max number diff --git a/gdk-pixbuf/makefile.msc b/gdk-pixbuf/makefile.msc index 842a83732f..cf13aaeb1c 100644 --- a/gdk-pixbuf/makefile.msc +++ b/gdk-pixbuf/makefile.msc @@ -72,6 +72,11 @@ gdk-pixbuf-marshal.c: gdk-pixbuf-marshal.h gdk-pixbuf-marshal.list gdk-pixbuf-alias.h: gdk-pixbuf.symbols perl makegdkpixbufalias.pl < gdk-pixbuf.symbols > gdk-pixbuf-alias.h +gdk_pixbuf.def: gdk-pixbuf.symbols + echo EXPORTS > gdk_pixbuf.def + cl /EP -DINCLUDE_VARIABLES -DG_OS_WIN32 gdk-pixbuf.symbols >> gdk_pixbuf.def + + ## common stuff INSTALL = copy