diff --git a/gio/ChangeLog b/gio/ChangeLog index d7f36ab4f..f5a187f04 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,7 @@ +2008-02-03 Hans Breuer + + * makefile.msc : update + 2008-02-01 Michael Natterer * gcontenttype.c (_g_unix_content_type_get_parents): assign the diff --git a/gio/makefile.msc b/gio/makefile.msc index 78348ccce..fb3278f7d 100644 --- a/gio/makefile.msc +++ b/gio/makefile.msc @@ -37,7 +37,6 @@ gio_headers = \ gcontenttype.h \ gdatainputstream.h \ gdataoutputstream.h \ - gdirectorymonitor.h \ gdrive.h \ gfile.h \ gfileattribute.h \ @@ -53,13 +52,16 @@ gio_headers = \ gicon.h \ ginputstream.h \ gio.h \ +# gioenumtypes.h \ gioerror.h \ giomodule.h \ gioscheduler.h \ gloadableicon.h \ + gmount.h \ gmemoryinputstream.h \ gmemoryoutputstream.h \ gmountoperation.h \ + gnativevolumemonitor.h \ goutputstream.h \ gseekable.h \ gsimpleasyncresult.h \ @@ -80,7 +82,6 @@ OBJECTS = \ gdatainputstream.obj \ gdataoutputstream.obj \ # gdesktopappinfo.obj \ - gdirectorymonitor.obj \ gdrive.obj \ gdummyfile.obj \ gfile.obj \