diff options
| author | Thomas Knudsen <busstoptaktik@users.noreply.github.com> | 2016-11-12 16:51:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-12 16:51:21 +0100 |
| commit | 26e65892728d6bfb010677091b0a464d7c7ebc76 (patch) | |
| tree | 7720fadfcd5f3ca416ca4ea26c94013b3b1801df /src/makefile.vc | |
| parent | 7986e36875f729d7ef3767a97f732ba39fa1b57d (diff) | |
| download | PROJ-26e65892728d6bfb010677091b0a464d7c7ebc76.tar.gz PROJ-26e65892728d6bfb010677091b0a464d7c7ebc76.zip | |
Pipeline plus api - in continuation of the Genereic Coordinates pull request (#445)
This commit reflects continued work on the new rationalized API with
geodetic extensions (see rationale in proj.h). It also reflects the
parallel work on the transformation pipeline reimplementation, by
introducing the PJ_cart cartesian/ellipsoidal converter.
See example/pj_obs_api_test.c for demo example code
Diffstat (limited to 'src/makefile.vc')
| -rw-r--r-- | src/makefile.vc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.vc b/src/makefile.vc index f06a769a..51b4320b 100644 --- a/src/makefile.vc +++ b/src/makefile.vc @@ -59,7 +59,7 @@ support = \ pj_strtod.obj pj_run_selftests.obj pj_generic_selftest.obj pipeline = \ - pj_observation.obj + pj_obs_api.obj PJ_cart.obj geodesic = geodesic.obj |
