mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 08:58:44 +02:00
bits and pieces from gtk-2-12 and gunix*.[hc] to make the file chooser
2008-06-17 Hans Breuer <hans@breuer.org> * gwin32mount.[ch] gwin32volumemonitor.[ch] : bits and pieces from gtk-2-12 and gunix*.[hc] to make the file chooser show drive letter access again on win32, see bug #538127 * giomodule.c : ensure GWin32VolumeMonitor is registered * glocaldireoctorymonitor.c : initial state on win32 is_mounted=TRUE * Makefile.am makefile.msc : updated svn path=/trunk/; revision=7055
This commit is contained in:
@@ -148,6 +148,13 @@ endif
|
||||
if OS_WIN32
|
||||
appinfo_sources += gwin32appinfo.c gwin32appinfo.h
|
||||
platform_libadd += -lshlwapi
|
||||
win32_sources = \
|
||||
gwin32mount.c \
|
||||
gwin32mount.h \
|
||||
gwin32volumemonitor.c \
|
||||
gwin32volumemonitor.h \
|
||||
$(NULL)
|
||||
|
||||
endif
|
||||
|
||||
SUBDIRS += tests
|
||||
@@ -210,6 +217,7 @@ libgio_2_0_la_SOURCES = \
|
||||
gioaliasdef.c \
|
||||
$(appinfo_sources) \
|
||||
$(unix_sources) \
|
||||
$(win32_sources) \
|
||||
$(local_sources) \
|
||||
$(marshal_sources) \
|
||||
$(NULL)
|
||||
|
Reference in New Issue
Block a user