diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-10-01 22:24:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-01 22:24:37 +0200 |
| commit | cc33c1324b5c815901f056abd8baa49ffb064ccd (patch) | |
| tree | 5eb8696603b3b814e4aea7f686266fd72847f035 /src/makefile.vc | |
| parent | 72f27ce4702a3ace56a85573f565853aacd7e640 (diff) | |
| parent | fe29f8acdce81607c11a597f4bffc7ff61fa9c19 (diff) | |
| download | PROJ-cc33c1324b5c815901f056abd8baa49ffb064ccd.tar.gz PROJ-cc33c1324b5c815901f056abd8baa49ffb064ccd.zip | |
Merge pull request #1138 from rouault/geogoffset
Add geographic offset transformation method.
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 cf9d878c..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_deformation.obj PJ_axisswap.obj PJ_affine.obj geodesic = geodesic.obj |
