diff options
author | Hans Breuer <hans@breuer.org> | 2005-02-07 20:13:18 +0000 |
---|---|---|
committer | Hans Breuer <hans@src.gnome.org> | 2005-02-07 20:13:18 +0000 |
commit | c0454cf6dbdb4450e894cc7a737285be33232219 (patch) | |
tree | 2f59b6d10846f15f1ef49c1a928426278ff0fb73 /gdk-pixbuf | |
parent | ae56d196ebc8045701bf7c5ebd791a46c2e865a1 (diff) | |
download | gdk-pixbuf-c0454cf6dbdb4450e894cc7a737285be33232219.tar.gz |
rule for gdk_pixbuf.def
2005-02-05 Hans Breuer <hans@breuer.org>
* makefile.msc : rule for gdk_pixbuf.def
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r-- | gdk-pixbuf/ChangeLog | 4 | ||||
-rw-r--r-- | gdk-pixbuf/makefile.msc | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 88ced0688..da93aa4ad 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,7 @@ +2005-02-05 Hans Breuer <hans@breuer.org> + + * makefile.msc : rule for gdk_pixbuf.def + 2005-02-07 Matthias Clasen <mclasen@redhat.com> * 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 842a83732..cf13aaeb1 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 |