Changes between Version 5 and Version 6 of ADAGUC


Ignore:
Timestamp:
Aug 22, 2008, 4:49:18 AM (16 years ago)
Author:
maartenplieger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ADAGUC

    v5 v6  
    6161 * 1. Copy adagucdataset.h and adagucdataset.cpp to the ./<gdaldir>/frmts/netcdf/ directory
    6262 * 2. Update the GNUmakefile and makefile.vc in the ./<gdaldir>/frmts/netCDF/ directory by adding the object with name: adagucdataset.o to the already existing objects.
    63  * 3. Add the registration entry point declaration GDALRegister_ADAGUC() to gdal/gcore/gdal_frmts.h, at the location above the already existing netCDF driver:
    64 
     63 * 3. Add the registration entry point declaration GDALRegister_ADAGUC() to gdal/gcore/gdal_frmts.h, at the location above the already existing netCDF driver:[[BR]]
     64    In gdal/gcore/gdal_frmts.h:
    6565{{{
    6666
     
    7070
    7171}}}
    72  * 4. Add a call to the registration function to frmts/gdalallregister.c, in the already existing netcdf ifdef:
    73 
     72 * 4. Add a call to the registration function to frmts/gdalallregister.c, in the already existing netcdf ifdef:[[BR]]
     73    In frmts/gdalallregister.c:
    7474{{{
    7575