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 3b1a05aa60394dd9688824a3fe445976a6b6e7a2..bbe0569795f814d119ccd81237bfdcf6cb1f5193 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 45b4ea7fce323f496a25fb1b8f299dfb34ae67db..69cd83f423e1a5743777324dfbaa4223318b134d 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 48ae272c254890a46fb32b7f3544071f342b91fb..a2ffdb69cebba1f245a7bc2e84648e90ae62b8d7 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.