don't build gdesktopappinfo.obj, it collides with symbols
authorHans Breuer <hans@breuer.org>
Thu, 20 Dec 2007 19:13:18 +0000 (19:13 +0000)
committerHans Breuer <hans@src.gnome.org>
Thu, 20 Dec 2007 19:13:18 +0000 (19:13 +0000)
2007-12-20  Hans Breuer  <hans@breuer.org>

* makefile.msc : don't build gdesktopappinfo.obj, it collides
with symbols gwin32appinfo.obj, added gmount.obj
* gio.symbols : mark g_desktop_app_* as G_OS_UNIX

svn path=/trunk/; revision=6178

gio/ChangeLog
gio/gio.symbols
gio/makefile.msc

index 5fd8938..fb86c43 100644 (file)
@@ -1,3 +1,9 @@
+2007-12-20  Hans Breuer  <hans@breuer.org>
+
+       * makefile.msc : don't build gdesktopappinfo.obj, it collides 
+       with symbols gwin32appinfo.obj, added gmount.obj
+       * gio.symbols : mark g_desktop_app_* as G_OS_UNIX
+
 2007-12-20  Alexander Larsson  <alexl@redhat.com>
 
         * gfile.c:
index c487f4d..c2caa43 100644 (file)
@@ -63,12 +63,14 @@ g_app_info_get_default_for_uri_scheme
 
 #if IN_HEADER(__G_DESKTOP_APP_INFO_H__)
 #if IN_FILE(__G_DESKTOP_APP_INFO_C__)
+#ifdef G_OS_UNIX
 g_desktop_app_info_new_from_filename
 g_desktop_app_info_new
 g_desktop_app_info_get_type G_GNUC_CONST
 g_desktop_app_info_get_is_hidden
 #endif
 #endif
+#endif
 
 
 #if IN_HEADER(__G_ASYNC_RESULT_H__)
index 8f546c4..78348cc 100644 (file)
@@ -22,7 +22,8 @@ INCLUDES = \
 
 DEFINES = \
        -DG_LOG_DOMAIN=\"GLib-GIO\" \
-       -DGIO_MODULE_DIR=\"$(libdir)/gio/modules\"
+       -DGIO_MODULE_DIR=\"$(libdir)/gio/modules\" \
+       -DGIO_COMPILATION
 
 appinfo_sources = \
        gwin32appinfo.c gwin32appinfo.h
@@ -78,6 +79,7 @@ OBJECTS = \
        gcontenttype.obj \
        gdatainputstream.obj \
        gdataoutputstream.obj \
+#      gdesktopappinfo.obj \
        gdirectorymonitor.obj \
        gdrive.obj \
        gdummyfile.obj \
@@ -101,6 +103,7 @@ OBJECTS = \
        gloadableicon.obj \
        gmemoryinputstream.obj \
        gmemoryoutputstream.obj \
+       gmount.obj \
        gmountoperation.obj \
        gnativevolumemonitor.obj \
        goutputstream.obj \