summaryrefslogtreecommitdiff
path: root/README.win32.md
Commit message (Collapse)AuthorAgeFilesLines
* Rename GTK+ to GTK (mostly comments and documentation)Arnaud Rebillout2023-05-101-3/+3
| | | | | | | | | | | | | GTK lost it's '+' suffix back in 2019, according to <https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html> This commit can be re-generated with: git grep -l GTK+ \ | grep -v -e ^NEWS -e ^glib/tests/collate.c \ | xargs sed -i 's/GTK+/GTK/g' Most of the changes are in comments and documentation.
* README.win32.md: Update info for G_PLATFORM_WIN32Chun-wei Fan2023-04-061-7/+6
| | | | | | | Correct the info on G_PLATFORM_WIN32, now that we only define it when GLib is built for native Windows, not Cygwin. Make it clear that it should not be used to check for conditional compilation for Cygwin builds of GLib.
* INSTALL.md,README.win32.md: Actualize linksVasyl Vavrychuk2023-01-041-1/+1
|
* README.win32.md: Mention about Window 8+ SDK requirementmsvc.docChun-wei Fan2021-02-281-18/+5
| | | | | | | | | | | | This release series of GLib began using features that are provided in the Windows 8 SDK and later for Visual Studio builds. This also means that it is no longer possible to build GLib with Visual Studio 2008 nor 2010 since the Windows 8+ SDKs do not work with those compiler versions. Mention that people that still need to use those Visual Studio versions should continue sticking on to glib-2.66.x, and so remove the section about the workarounds that need to be applied for Visual Studio 2008 builds, since they are no longer applicable.
* README.win32: Update and convert to markdownNirbheek Chauhan2019-08-271-0/+182