X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fmakefile.msc;h=c54557848f290bf84ab867b8183a5822fc2a02e5;hb=e55a953642a9e402f4363f9fa347b6061dd78990;hp=57656c518d53bdbbc2aa8f549db8c448692dbddb;hpb=69801f8dc84c0c9403df6802eccc5d03328cd3ae;p=platform%2Fupstream%2Fglib.git diff --git a/gio/makefile.msc b/gio/makefile.msc index 57656c5..c545578 100644 --- a/gio/makefile.msc +++ b/gio/makefile.msc @@ -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