mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
rule for gdk_pixbuf.def
2005-02-05 Hans Breuer <hans@breuer.org> * makefile.msc : rule for gdk_pixbuf.def
This commit is contained in:
parent
ae56d196eb
commit
c0454cf6db
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user