mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 06:32:10 +01:00
Remove -lwininet which had been added by mistake. We will probably
2008-08-11 Tor Lillqvist <tml@novell.com> * Makefile.am (platform_libadd): Remove -lwininet which had been added by mistake. We will probably eventually be using WinHTTP, not the older WinInet anyway. (Actually I am working on it.) svn path=/trunk/; revision=7335
This commit is contained in:
parent
ae6300bd09
commit
c7ba2969d1
@ -1,3 +1,9 @@
|
||||
2008-08-11 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* Makefile.am (platform_libadd): Remove -lwininet which had been
|
||||
added by mistake. We will probably eventually be using WinHTTP,
|
||||
not the older WinInet anyway. (Actually I am working on it.)
|
||||
|
||||
2008-08-10 Felix Riemann <friemann@svn.gnome.org>
|
||||
|
||||
Bug 547080 – g_file_copy leaks expected errors
|
||||
|
@ -147,7 +147,7 @@ endif
|
||||
|
||||
if OS_WIN32
|
||||
appinfo_sources += gwin32appinfo.c gwin32appinfo.h
|
||||
platform_libadd += -lshlwapi -lwininet
|
||||
platform_libadd += -lshlwapi
|
||||
win32_sources = \
|
||||
gwin32mount.c \
|
||||
gwin32mount.h \
|
||||
|
Loading…
x
Reference in New Issue
Block a user