aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.vc
diff options
context:
space:
mode:
authorThomas Knudsen <busstoptaktik@users.noreply.github.com>2016-11-12 16:51:21 +0100
committerGitHub <noreply@github.com>2016-11-12 16:51:21 +0100
commit26e65892728d6bfb010677091b0a464d7c7ebc76 (patch)
tree7720fadfcd5f3ca416ca4ea26c94013b3b1801df /src/makefile.vc
parent7986e36875f729d7ef3767a97f732ba39fa1b57d (diff)
downloadPROJ-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.vc2
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