Hi,
> I found this link quite useful:
> https://wiki.gnome.org/Projects/GTK+/Win32/ , itMSVCCompilationOfGTKStack
> gives libs built by msvc (if that is of any use to you).
An alternative is here: https://github.com/wingtk/gtk-win32
Their Python script automates building the whole dependency tree.
By default their script expects various dependencies on the root of C: drive.
However, it accepts overrides. Here's an example invocation for building
GTK3 with VS2015 on Win64, with dependencies in non-default locations:
python ./build.py build -p x64 -c release --clean --build-dir P:/code/gtk-build --msys-dir C:/dev/msys64 --perl-dir C:/dev/perl520/x64 --python-dir C:/dev/python27 --vs-ver 14 --vs-install-path C:/dev/vs-2015 --cmake-path M:/dev/cmake-3.6.2-win64-x64/bin gtk3
Regards,
Bill
Guy Sherman
p: +6498892464
m: +447479344788
s: live:sherman_guy