mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 08:23:38 +02:00
gio/: fully remove gioalias hacks
This commit is contained in:
@@ -221,8 +221,6 @@ local_sources = \
|
||||
all : \
|
||||
$(PRJ_TOP)\config.h \
|
||||
sub-all \
|
||||
gioalias.h \
|
||||
gioaliasdef.c \
|
||||
gio-marshal.c \
|
||||
gioenumtypes.h \
|
||||
gioenumtypes.c \
|
||||
@@ -232,12 +230,6 @@ all : \
|
||||
$(PRJ_TOP)\config.h: $(PRJ_TOP)\config.h.win32
|
||||
copy $(PRJ_TOP)\config.h.win32 $(PRJ_TOP)\config.h
|
||||
|
||||
gioalias.h: gio.symbols
|
||||
perl ..\glib\makegalias.pl < gio.symbols > gioalias.h
|
||||
|
||||
gioaliasdef.c: gio.symbols
|
||||
perl ..\glib\makegalias.pl -def < gio.symbols > gioaliasdef.c
|
||||
|
||||
gioenumtypes.h: $(gio_headers) gioenumtypes.h.template
|
||||
$(PERL) ..\gobject\glib-mkenums --template gioenumtypes.h.template $(gio_headers) > gioenumtypes.h
|
||||
|
||||
|
Reference in New Issue
Block a user