mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-15 02:58:08 +02:00
This adds support to the NMake Makefiles to build the bundled GLib 2.38.2 sources for use with building pkg-config with Visual Studio, which is now the default build variant. Building against a pre-installed GLib installation is now supported via passing in HAVE_GLIB=1 in the NMake command line. Notice that gettext-runtime (intl.lib, the one provided by proxy-libintl also works) is required for the build with the bundled GLib to work, and as in a previous commit, this will build the bundled GLib as a DLL, which must also be distributed with pkg-config.exe for things to run, with the gettext-runtime or proxy-libintl DLL as well. |
||
|---|---|---|
| .. | ||
| dirent | ||
| .gitignore | ||
| build-rules-msvc.mak | ||
| config.h.win32.in | ||
| create-lists-msvc.mak | ||
| detectenv-msvc.mak | ||
| Makefile.am | ||
| Makefile.vc | ||