aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.vc
diff options
context:
space:
mode:
authorThomas Knudsen <busstoptaktik@users.noreply.github.com>2017-11-16 18:05:54 +0100
committerGitHub <noreply@github.com>2017-11-16 18:05:54 +0100
commit9532b482d03b57e26f735dd695257d41fc91cb5f (patch)
tree8a21cd7014d1d6d9d61f436e410d0de1e39e324e /src/makefile.vc
parentf08a7c0cf9dc3ed017a224e196e9d251da8dc97c (diff)
downloadPROJ-9532b482d03b57e26f735dd695257d41fc91cb5f.tar.gz
PROJ-9532b482d03b57e26f735dd695257d41fc91cb5f.zip
Introduce geodetic-geocentric conversions ... (#669)
* Introduce geodetic-geocentric conversions, as PJ_xxx style conversion step and as API entry points * minor improvements and minor bug squashing
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 6bc06bd1..f2acf982 100644
--- a/src/makefile.vc
+++ b/src/makefile.vc
@@ -26,7 +26,7 @@ misc = \
PJ_lask.obj PJ_nocol.obj PJ_ob_tran.obj PJ_oea.obj \
PJ_sch.obj PJ_tpeqd.obj PJ_vandg.obj PJ_vandg2.obj \
PJ_vandg4.obj PJ_wag7.obj PJ_latlong.obj PJ_krovak.obj \
- pj_geocent.obj PJ_healpix.obj PJ_qsc.obj
+ PJ_geoc.obj pj_geocent.obj PJ_healpix.obj PJ_qsc.obj
pseudo = \
PJ_boggs.obj PJ_collg.obj PJ_crast.obj PJ_denoy.obj \