mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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:
parent
cc1dc5ce20
commit
0f35c33ecf
@ -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.
|
||||
|
@ -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
4
build/win32/vs8/README
Normal 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.
|
@ -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
4
build/win32/vs9/README
Normal 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.
|
Loading…
Reference in New Issue
Block a user