updated
2004-10-29 Hans Breuer <hans@breuer.org> * makefile.msc : updated
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2004-10-29 Hans Breuer <hans@breuer.org>
|
||||||
|
|
||||||
|
* makefile.msc : updated
|
||||||
|
|
||||||
2004-10-27 Matthias Clasen <mclasen@redhat.com>
|
2004-10-27 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* === Released 2.5.4 ===
|
* === Released 2.5.4 ===
|
||||||
|
|||||||
@ -64,10 +64,13 @@ gdk_pixbuf_headers = \
|
|||||||
gdk-pixbuf-transform.h
|
gdk-pixbuf-transform.h
|
||||||
|
|
||||||
gdk-pixbuf-marshal.h: gdk-pixbuf-marshal.list
|
gdk-pixbuf-marshal.h: gdk-pixbuf-marshal.list
|
||||||
..\..\glib\gobject\glib-genmarshal --prefix=gdk_pixbuf_marshal gdk-pixbuf-marshal.list --header >gdk-pixbuf-marshal.h
|
..\..\glib\gobject\glib-genmarshal --prefix=_gdk_pixbuf_marshal gdk-pixbuf-marshal.list --header >gdk-pixbuf-marshal.h
|
||||||
|
|
||||||
gdk-pixbuf-marshal.c: gdk-pixbuf-marshal.list
|
gdk-pixbuf-marshal.c: gdk-pixbuf-marshal.h gdk-pixbuf-marshal.list
|
||||||
..\..\glib\gobject\glib-genmarshal --prefix=gdk_pixbuf_marshal gdk-pixbuf-marshal.list --body >gdk-pixbuf-marshal.c
|
..\..\glib\gobject\glib-genmarshal --prefix=_gdk_pixbuf_marshal gdk-pixbuf-marshal.list --body >gdk-pixbuf-marshal.c
|
||||||
|
|
||||||
|
gdk-pixbuf-alias.h: gdk-pixbuf.symbols
|
||||||
|
perl makegdkpixbufalias.pl < gdk-pixbuf.symbols > gdk-pixbuf-alias.h
|
||||||
|
|
||||||
## common stuff
|
## common stuff
|
||||||
|
|
||||||
@ -83,8 +86,9 @@ sub-pixops :
|
|||||||
## targets
|
## targets
|
||||||
all : \
|
all : \
|
||||||
$(PRJ_TOP)\config.h \
|
$(PRJ_TOP)\config.h \
|
||||||
gdk-pixbuf-marshal.c \
|
gdk-pixbuf-alias.h \
|
||||||
gdk-pixbuf-marshal.h \
|
gdk-pixbuf-marshal.h \
|
||||||
|
gdk-pixbuf-marshal.c \
|
||||||
sub-pixops \
|
sub-pixops \
|
||||||
lib$(PACKAGE)-$(PKG_VER)-0.dll \
|
lib$(PACKAGE)-$(PKG_VER)-0.dll \
|
||||||
$(PACKAGE)-$(PKG_VER)s.lib \
|
$(PACKAGE)-$(PKG_VER)s.lib \
|
||||||
@ -144,4 +148,9 @@ $(PRJ_TOP)\config.h: $(PRJ_TOP)\config.h.win32
|
|||||||
|
|
||||||
clean::
|
clean::
|
||||||
del config.h
|
del config.h
|
||||||
|
del gdk-pixbuf-marshal.h
|
||||||
|
del gdk-pixbuf-marshal.c
|
||||||
|
del gdk-pixbuf-alaias.h
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user