Changes between Version 10 and Version 11 of ECW


Ignore:
Timestamp:
Jan 4, 2011, 4:46:17 PM (13 years ago)
Author:
warmerdam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ECW

    v10 v11  
    5555
    5656The above builds ECW support into the core GDAL DLL.  In order to build the ECW and JP2ECW drivers as plugins uncomment the plugin line in the nmake.opt:
     57
     58{{{
    5759# To build ECW support as a plugin uncomment the following, and make sure
    5860# to do "nmake /f makefile.vc plugin" in gdal/frmts/ecw and copy the two
    5961# resulting DLLs to an appropriate place.
    60 {{{
    6162ECW_PLUGIN = YES
    6263}}}