build: Drop Visual Studio projects

In master, it is already possible to build GLib using Visual Studio
using Meson[1] for some time, so we should focus on maintaining only the
Meson build files for building GLib with Visual Studio.

[1]: There are caveats when building with Visual Studio 2008, namely
     that one needs to use the mt command to embed the manifests that
     are generated with the .exe/DLLs, for all builds, and that in the
     case where the compilation hangs on Visual Studio 2008 x64, as a
     workaround, should stop the build by terminating all cl.exe tasks
     and change the compiler optimization flag from /O2 (full speed) to
     /O1 (optimize for size), due to compiler optimization issues.
This commit is contained in:
Chun-wei Fan
2018-06-06 14:19:53 +08:00
committed by Chun-wei Fan
parent b4259dec70
commit f658e94e65
81 changed files with 5 additions and 9230 deletions

View File

@@ -3466,15 +3466,6 @@ Makefile
build/Makefile
build/win32/Makefile
build/win32/dirent/Makefile
win32/Makefile
win32/vs9/Makefile
win32/vs9/glib-version-paths.vsprops
win32/vs10/Makefile
win32/vs10/glib-version-paths.props
win32/vs11/Makefile
win32/vs12/Makefile
win32/vs14/Makefile
win32/vs15/Makefile
glib/Makefile
glib/libcharset/Makefile
glib/gnulib/Makefile