glib r7806 - in trunk/build: . win32/vs8 win32/vs9



Author: tml
Date: Tue Jan 13 12:13:55 2009
New Revision: 7806
URL: http://svn.gnome.org/viewvc/glib?rev=7806&view=rev

Log:
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.



Added:
   trunk/build/win32/vs8/README
   trunk/build/win32/vs9/README
Modified:
   trunk/build/ChangeLog
   trunk/build/win32/vs8/Makefile.am
   trunk/build/win32/vs9/Makefile.am

Modified: trunk/build/win32/vs8/Makefile.am
==============================================================================
--- trunk/build/win32/vs8/Makefile.am	(original)
+++ trunk/build/win32/vs8/Makefile.am	Tue Jan 13 12:13:55 2009
@@ -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

Added: trunk/build/win32/vs8/README
==============================================================================
--- (empty file)
+++ trunk/build/win32/vs8/README	Tue Jan 13 12:13:55 2009
@@ -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.

Modified: trunk/build/win32/vs9/Makefile.am
==============================================================================
--- trunk/build/win32/vs9/Makefile.am	(original)
+++ trunk/build/win32/vs9/Makefile.am	Tue Jan 13 12:13:55 2009
@@ -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

Added: trunk/build/win32/vs9/README
==============================================================================
--- (empty file)
+++ trunk/build/win32/vs9/README	Tue Jan 13 12:13:55 2009
@@ -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.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]