Skip to content

WIP: No without warnings with correct setting for MSVC2019 (x64) and also tested with MSVC2012.

Su Laus requested to merge Su_Laus/libtiff:Makefile-VC_update into master

HAVE_STRTOxxx defines should not be defined in tif_config(.vc).h because the tools using strtoll() are not including tif_config(.vc).h but their Makefile.vc are all including nmake.opt. Therefore, the basic definitions should be done at one place, which is nmake.opt.

I am evaluating a way to distinguish the different Visual Studio versions on nmake level.

Merge request reports