Changeset 13786
- Timestamp:
- 02/14/08 20:54:27 (5 months ago)
- Files:
-
- sandbox/ilucena/swig/include/delphi/cpl.i (modified) (1 diff)
- sandbox/ilucena/swig/include/delphi/gdal.i (modified) (1 diff)
- sandbox/ilucena/swig/include/delphi/ogr_api.i (modified) (1 diff)
- sandbox/ilucena/swig/include/delphi/ogr_core.i (modified) (1 diff)
- sandbox/ilucena/swig/include/delphi/ogr_srs_api.i (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/ilucena/swig/include/delphi/cpl.i
r13782 r13786 1 /****************************************************************************** 2 * $Id: $ 3 * 4 * Name: cpl.i 5 * Project: GDAL SWIG Interface 6 * Purpose: Typemaps for Delphi bindings 7 * Author: Stefano Moratto 8 ****************************************************************************** 9 * Copyright (c) 2008, Stefano Moratto <stefano.moratto@gmail.com> 10 */ 11 1 12 /* File : example.i */ 2 13 %module cpl sandbox/ilucena/swig/include/delphi/gdal.i
r13781 r13786 1 /****************************************************************************** 2 * $Id: $ 3 * 4 * Name: gdal.i 5 * Project: GDAL SWIG Interface 6 * Purpose: Typemaps for Delphi bindings 7 * Author: Stefano Moratto 8 ****************************************************************************** 9 * Copyright (c) 2008, Stefano Moratto <stefano.moratto@gmail.com> 10 */ 11 1 12 //-delphi -opaquerecord -noproxy -I$(ProgramFiles)\FWTOOLS2.0.3\include gdal.i 2 13 sandbox/ilucena/swig/include/delphi/ogr_api.i
r13782 r13786 1 /****************************************************************************** 2 * $Id: $ 3 * 4 * Name: ogr_api.i 5 * Project: GDAL SWIG Interface 6 * Purpose: Typemaps for Delphi bindings 7 * Author: Stefano Moratto 8 ****************************************************************************** 9 * Copyright (c) 2008, Stefano Moratto <stefano.moratto@gmail.com> 10 */ 11 1 12 %module ogr_api 2 13 %include "typemaps.i" sandbox/ilucena/swig/include/delphi/ogr_core.i
r13782 r13786 1 /****************************************************************************** 2 * $Id: $ 3 * 4 * Name: ogr_core.i 5 * Project: GDAL SWIG Interface 6 * Purpose: Typemaps for Delphi bindings 7 * Author: Stefano Moratto 8 ****************************************************************************** 9 * Copyright (c) 2008, Stefano Moratto <stefano.moratto@gmail.com> 10 */ 11 1 12 /* File : example.i */ 2 13 %module ogr_core sandbox/ilucena/swig/include/delphi/ogr_srs_api.i
r13782 r13786 1 /****************************************************************************** 2 * $Id: $ 3 * 4 * Name: ogr_srs_api.i 5 * Project: GDAL SWIG Interface 6 * Purpose: Typemaps for Delphi bindings 7 * Author: Stefano Moratto 8 ****************************************************************************** 9 * Copyright (c) 2008, Stefano Moratto <stefano.moratto@gmail.com> 10 */ 11 1 12 %module ogr_srs_api 2 13 %include "typemaps.i"
