diff options
author | Tor Lillqvist <tml@novell.com> | 2009-01-13 12:13:55 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2009-01-13 12:13:55 +0000 |
commit | 0f35c33ecf4cfc4c7e91727d6395741f95b7ca7c (patch) | |
tree | 8d681a307037411ca98916e8f5983a5755feaef6 /build | |
parent | cc1dc5ce20c97ed7d4c710173c1550732003816a (diff) |
win32/vs8/README New files. Mention this VS solution and projects are
2009-01-13 Tor Lillqvist <tml@novell.com>
* 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
Diffstat (limited to 'build')
-rw-r--r-- | build/ChangeLog | 11 | ||||
-rw-r--r-- | build/win32/vs8/Makefile.am | 3 | ||||
-rw-r--r-- | build/win32/vs8/README | 4 | ||||
-rw-r--r-- | build/win32/vs9/Makefile.am | 3 | ||||
-rw-r--r-- | build/win32/vs9/README | 4 |
5 files changed, 25 insertions, 0 deletions
diff --git a/build/ChangeLog b/build/ChangeLog index 3b1a05aa6..bbe056979 100644 --- a/build/ChangeLog +++ b/build/ChangeLog @@ -1,3 +1,14 @@ +2009-01-13 Tor Lillqvist <tml@novell.com> + + * 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 <tml@novell.com> * win32/Makefile.am (SUBDIRS): Add vs9. diff --git a/build/win32/vs8/Makefile.am b/build/win32/vs8/Makefile.am index 45b4ea7fc..69cd83f42 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 000000000..4576aaeb6 --- /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 48ae272c2..a2ffdb69c 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 000000000..4576aaeb6 --- /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. |