pixbufloader_*.def Remove pixbufloader_*.def, they are not used. (#365388)
2006-10-29 Tor Lillqvist <tml@novell.com> * pixbufloader_*.def * Makefile.am (EXTRA_DIST): Remove pixbufloader_*.def, they are not used. (#365388) They were all identical, and exported just two symbols, so if somebody needs them for a MSVC build that doesn't use built-in modules it's trivial to hack makefile.msc to produce a common .def file for the loaders. The two symbols that need to be exported are fill_info and fill_vtable.
This commit is contained in:

committed by
Tor Lillqvist

parent
c88087b694
commit
957d8c2fda
@ -1,3 +1,13 @@
|
|||||||
|
2006-10-29 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
|
* pixbufloader_*.def
|
||||||
|
* Makefile.am (EXTRA_DIST): Remove pixbufloader_*.def, they are
|
||||||
|
not used. (#365388) They were all identical, and exported just two
|
||||||
|
symbols, so if somebody needs them for a MSVC build that doesn't
|
||||||
|
use built-in modules it's trivial to hack makefile.msc to produce
|
||||||
|
a common .def file for the loaders. The two symbols that need to
|
||||||
|
be exported are fill_info and fill_vtable.
|
||||||
|
|
||||||
2006-10-11 Tor Lillqvist <tml@novell.com>
|
2006-10-11 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
Enable having some loaders built-in even if loading the others
|
Enable having some loaders built-in even if loading the others
|
||||||
|
@ -475,19 +475,6 @@ EXTRA_DIST = \
|
|||||||
gdk_pixbuf.rc \
|
gdk_pixbuf.rc \
|
||||||
gdk-pixbuf-marshal.c \
|
gdk-pixbuf-marshal.c \
|
||||||
gdk-pixbuf-marshal.list \
|
gdk-pixbuf-marshal.list \
|
||||||
pixbufloader_ico.def \
|
|
||||||
pixbufloader_ani.def \
|
|
||||||
pixbufloader_pnm.def \
|
|
||||||
pixbufloader_xpm.def \
|
|
||||||
pixbufloader_bmp.def \
|
|
||||||
pixbufloader_jpeg.def \
|
|
||||||
pixbufloader_ras.def \
|
|
||||||
pixbufloader_gif.def \
|
|
||||||
pixbufloader_png.def \
|
|
||||||
pixbufloader_tiff.def \
|
|
||||||
pixbufloader_wbmp.def \
|
|
||||||
pixbufloader_xbm.def \
|
|
||||||
pixbufloader_tga.def \
|
|
||||||
gen-color-table.pl
|
gen-color-table.pl
|
||||||
|
|
||||||
if CROSS_COMPILING
|
if CROSS_COMPILING
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
EXPORTS
|
|
||||||
fill_vtable
|
|
||||||
fill_info
|
|
@ -1,3 +0,0 @@
|
|||||||
EXPORTS
|
|
||||||
fill_vtable
|
|
||||||
fill_info
|
|
@ -1,3 +0,0 @@
|
|||||||
EXPORTS
|
|
||||||
fill_vtable
|
|
||||||
fill_info
|
|
@ -1,3 +0,0 @@
|
|||||||
EXPORTS
|
|
||||||
fill_vtable
|
|
||||||
fill_info
|
|
@ -1,3 +0,0 @@
|
|||||||
EXPORTS
|
|
||||||
fill_vtable
|
|
||||||
fill_info
|
|
@ -1,3 +0,0 @@
|
|||||||
EXPORTS
|
|
||||||
fill_vtable
|
|
||||||
fill_info
|
|
@ -1,3 +0,0 @@
|
|||||||
EXPORTS
|
|
||||||
fill_vtable
|
|
||||||
fill_info
|
|
@ -1,3 +0,0 @@
|
|||||||
EXPORTS
|
|
||||||
fill_vtable
|
|
||||||
fill_info
|
|
@ -1,3 +0,0 @@
|
|||||||
EXPORTS
|
|
||||||
fill_vtable
|
|
||||||
fill_info
|
|
@ -1,3 +0,0 @@
|
|||||||
EXPORTS
|
|
||||||
fill_vtable
|
|
||||||
fill_info
|
|
@ -1,3 +0,0 @@
|
|||||||
EXPORTS
|
|
||||||
fill_vtable
|
|
||||||
fill_info
|
|
@ -1,3 +0,0 @@
|
|||||||
EXPORTS
|
|
||||||
fill_vtable
|
|
||||||
fill_info
|
|
@ -1,3 +0,0 @@
|
|||||||
EXPORTS
|
|
||||||
fill_vtable
|
|
||||||
fill_info
|
|
@ -1,3 +0,0 @@
|
|||||||
EXPORTS
|
|
||||||
fill_vtable
|
|
||||||
fill_info
|
|
Reference in New Issue
Block a user