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
This commit is contained in:
Tor Lillqvist 2009-01-13 12:13:55 +00:00 committed by Tor Lillqvist
parent cc1dc5ce20
commit 0f35c33ecf
5 changed files with 25 additions and 0 deletions

View 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.

View 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

4
build/win32/vs8/README Normal file
View File

@ -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.

View 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

4
build/win32/vs9/README Normal file
View File

@ -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.