Re: [gdal-dev] Customizing DLL name used in gdal_i.lib

2016-04-18 Thread Even Rouault
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_

[gdal-dev] Customizing DLL name used in gdal_i.lib

2016-04-18 Thread Gane R
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 Thanks Gane ___ gdal-dev mailing list gdal-dev@lists.os