forked from AuroraMiddleware/gtk
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:
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>
|
||||
|
||||
Enable having some loaders built-in even if loading the others
|
||||
|
@ -475,19 +475,6 @@ EXTRA_DIST = \
|
||||
gdk_pixbuf.rc \
|
||||
gdk-pixbuf-marshal.c \
|
||||
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
|
||||
|
||||
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
|
Loading…
Reference in New Issue
Block a user