[glib] Visual Studio 2008 Builds: Fix Header "Installation"
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Visual Studio 2008 Builds: Fix Header "Installation"
- Date: Wed, 4 Feb 2015 08:01:08 +0000 (UTC)
commit 642f7a5c792ae2c2ba6deb301f910a3ca9438eac
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Wed Feb 4 16:00:52 2015 +0800
Visual Studio 2008 Builds: Fix Header "Installation"
Apparently I did not fix the "installation" of gliststore.h and
glistmodel.h fully for Visual Studio 2008 builds. Fix that. Doh!
build/win32/vs9/glib-install.vsprops | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/build/win32/vs9/glib-install.vsprops b/build/win32/vs9/glib-install.vsprops
index 44646fc..f0afa49 100644
--- a/build/win32/vs9/glib-install.vsprops
+++ b/build/win32/vs9/glib-install.vsprops
@@ -75,8 +75,8 @@ copy ..\..\..\gio\gioerror.h $(CopyDir)\include\glib-2.0\gio\gioerror.h
&#x
copy ..\..\..\gio\giomodule.h $(CopyDir)\include\glib-2.0\gio\giomodule.h

copy ..\..\..\gio\gioscheduler.h $(CopyDir)\include\glib-2.0\gio\gioscheduler.h

copy ..\..\..\gio\giostream.h $(CopyDir)\include\glib-2.0\gio\giostream.h

-copy ..\..\..\gio\glistmodel.h $(CopyDir)\include\glib-2.0\glib\glistmodel.h

-copy ..\..\..\gio\gliststore.h $(CopyDir)\include\glib-2.0\glib\gliststore.h

+copy ..\..\..\gio\glistmodel.h $(CopyDir)\include\glib-2.0\gio\glistmodel.h

+copy ..\..\..\gio\gliststore.h $(CopyDir)\include\glib-2.0\gio\gliststore.h

copy ..\..\..\gio\gloadableicon.h $(CopyDir)\include\glib-2.0\gio\gloadableicon.h

copy ..\..\..\gio\gmount.h $(CopyDir)\include\glib-2.0\gio\gmount.h

copy ..\..\..\gio\gmemoryinputstream.h $(CopyDir)\include\glib-2.0\gio\gmemoryinputstream.h

[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]