win32/vs8/README New files. Mention this VS solution and projects are
authorTor Lillqvist <tml@novell.com>
Tue, 13 Jan 2009 12:13:55 +0000 (12:13 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Tue, 13 Jan 2009 12:13:55 +0000 (12:13 +0000)
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

build/ChangeLog
build/win32/vs8/Makefile.am
build/win32/vs8/README [new file with mode: 0644]
build/win32/vs9/Makefile.am
build/win32/vs9/README [new file with mode: 0644]

index 3b1a05a..bbe0569 100644 (file)
@@ -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.
index 45b4ea7..69cd83f 100644 (file)
@@ -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 (file)
index 0000000..4576aae
--- /dev/null
@@ -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.
index 48ae272..a2ffdb6 100644 (file)
@@ -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 (file)
index 0000000..4576aae
--- /dev/null
@@ -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.