From 0f35c33ecf4cfc4c7e91727d6395741f95b7ca7c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 13 Jan 2009 12:13:55 +0000 Subject: [PATCH] win32/vs8/README New files. Mention this VS solution and projects are 2009-01-13 Tor Lillqvist * win32/vs8/README * win32/vs9/README: New files. Mention this VS solution and projects are experimental and that https://code.launchpad.net/oah might be a better choice. * win32/vs8/Makefile.am * win32/vs9/Makefile.am (EXTRA_DIST): Add the READMEs and two missing vcproj files. svn path=/trunk/; revision=7806 --- build/ChangeLog | 11 +++++++++++ build/win32/vs8/Makefile.am | 3 +++ build/win32/vs8/README | 4 ++++ build/win32/vs9/Makefile.am | 3 +++ build/win32/vs9/README | 4 ++++ 5 files changed, 25 insertions(+) create mode 100644 build/win32/vs8/README create mode 100644 build/win32/vs9/README diff --git a/build/ChangeLog b/build/ChangeLog index 3b1a05aa..bbe05697 100644 --- a/build/ChangeLog +++ b/build/ChangeLog @@ -1,3 +1,14 @@ +2009-01-13 Tor Lillqvist + + * win32/vs8/README + * win32/vs9/README: New files. Mention this VS solution and + projects are experimental and that https://code.launchpad.net/oah + might be a better choice. + + * win32/vs8/Makefile.am + * win32/vs9/Makefile.am (EXTRA_DIST): Add the READMEs and two + missing vcproj files. + 2008-11-02 Tor Lillqvist * win32/Makefile.am (SUBDIRS): Add vs9. diff --git a/build/win32/vs8/Makefile.am b/build/win32/vs8/Makefile.am index 45b4ea7f..69cd83f4 100644 --- a/build/win32/vs8/Makefile.am +++ b/build/win32/vs8/Makefile.am @@ -1,8 +1,11 @@ EXTRA_DIST = \ + README \ gio.vcproj \ glib-genmarshal.vcproj \ glib.sln \ glib.vcproj \ gmodule.vcproj \ gobject.vcproj \ + gspawn-win32-helper-console.vcproj \ + gspawn-win32-helper.vcproj \ gthread.vcproj diff --git a/build/win32/vs8/README b/build/win32/vs8/README new file mode 100644 index 00000000..4576aaeb --- /dev/null +++ b/build/win32/vs8/README @@ -0,0 +1,4 @@ +Note that this is mostly experimental and not really maintained. It +seems that the OAH project at https://code.launchpad.net/oah might be +a better choice if you want to start building GLib (and more of the +GTK+ stack) with Visual Studio. diff --git a/build/win32/vs9/Makefile.am b/build/win32/vs9/Makefile.am index 48ae272c..a2ffdb69 100644 --- a/build/win32/vs9/Makefile.am +++ b/build/win32/vs9/Makefile.am @@ -1,9 +1,12 @@ EXTRA_DIST = \ + README \ gio.vcproj \ glib-genmarshal.vcproj \ glib.sln \ glib.vcproj \ gmodule.vcproj \ gobject.vcproj \ + gspawn-win32-helper-console.vcproj \ + gspawn-win32-helper.vcproj \ gthread.vcproj \ install.vcproj diff --git a/build/win32/vs9/README b/build/win32/vs9/README new file mode 100644 index 00000000..4576aaeb --- /dev/null +++ b/build/win32/vs9/README @@ -0,0 +1,4 @@ +Note that this is mostly experimental and not really maintained. It +seems that the OAH project at https://code.launchpad.net/oah might be +a better choice if you want to start building GLib (and more of the +GTK+ stack) with Visual Studio. -- 2.34.1