Re: [gdal-dev] building gdal on msvc with external zlib

2015-02-03 Thread Even Rouault
Le mardi 03 février 2015 15:32:19, Rashad M a écrit : > On Tue, Feb 3, 2015 at 9:47 AM, Even Rouault > > wrote: > > Le mardi 03 février 2015 08:02:58, Rashad M a écrit : > > > Hello, > > > > > > Is it possible to use existing libz when building gdal on msvc. On > > > linux > > > > I > > > > >

Re: [gdal-dev] building gdal on msvc with external zlib

2015-02-03 Thread Rashad M
On Tue, Feb 3, 2015 at 9:47 AM, Even Rouault wrote: > Le mardi 03 février 2015 08:02:58, Rashad M a écrit : > > Hello, > > > > Is it possible to use existing libz when building gdal on msvc. On linux > I > > can pass --with-libz= during configure. But on windows I couldn't find > any > > options

Re: [gdal-dev] building gdal on msvc with external zlib

2015-02-03 Thread Even Rouault
Le mardi 03 février 2015 08:02:58, Rashad M a écrit : > Hello, > > Is it possible to use existing libz when building gdal on msvc. On linux I > can pass --with-libz= during configure. But on windows I couldn't find any > options in the be-alike nmake.opt > > Also in gdal/port/Makefile.vc there is

[gdal-dev] building gdal on msvc with external zlib

2015-02-02 Thread Rashad M
Hello, Is it possible to use existing libz when building gdal on msvc. On linux I can pass --with-libz= during configure. But on windows I couldn't find any options in the be-alike nmake.opt Also in gdal/port/Makefile.vc there is zlib includes in EXTRAFLAGS which points to internal zlib from frmt