Le lundi 18 avril 2016 09:27:18, Gane R a écrit : > I want to have the dll generated as gdal_2_0_2.dll for gdal 2.0.2 build > and this name has to used in gdal_i.lib > > So event the apps like gdalwarp.exe will look for gdal_2_0_2.dll and not > gdal200.dll
try: nmake /f makefile.vc VERSION=_2_0_2 > > > Thanks > Gane -- Spatialys - Geospatial professional services http://www.spatialys.com _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
