diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-10-01 12:32:52 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-10-01 21:31:51 +0200 |
| commit | fe29f8acdce81607c11a597f4bffc7ff61fa9c19 (patch) | |
| tree | 5eb8696603b3b814e4aea7f686266fd72847f035 /src/makefile.vc | |
| parent | 1583a566a208d2451fb1acc8bcf16fbd8151983e (diff) | |
| download | PROJ-fe29f8acdce81607c11a597f4bffc7ff61fa9c19.tar.gz PROJ-fe29f8acdce81607c11a597f4bffc7ff61fa9c19.zip | |
Add a affine transformation method, and make geogoffset as a particular case of it (fixes #535)
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 21db1362..73c68c0f 100644 --- a/src/makefile.vc +++ b/src/makefile.vc @@ -61,7 +61,7 @@ support = \ pipeline = \ proj_4D_api.obj PJ_cart.obj PJ_pipeline.obj PJ_horner.obj PJ_helmert.obj \ PJ_vgridshift.obj PJ_hgridshift.obj PJ_unitconvert.obj PJ_molodensky.obj \ - PJ_deformation.obj PJ_axisswap.obj PJ_geogoffset.obj + PJ_deformation.obj PJ_axisswap.obj PJ_affine.obj geodesic = geodesic.obj |
