diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2017-10-31 22:46:40 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2017-10-31 22:46:40 +0100 |
| commit | c8bef3173f55ec2de0d0ea452c0c9a07e0c89638 (patch) | |
| tree | 86618fe3364b7b30cb9b2f4f598bde1c34c2e3a1 /src/makefile.vc | |
| parent | 9222694f522afb0dd96a50a8263dad62efa5d54e (diff) | |
| download | PROJ-c8bef3173f55ec2de0d0ea452c0c9a07e0c89638.tar.gz PROJ-c8bef3173f55ec2de0d0ea452c0c9a07e0c89638.zip | |
Add 'axisswap' operation - swap axes in pipelines
Diffstat (limited to 'src/makefile.vc')
| -rw-r--r-- | src/makefile.vc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/makefile.vc b/src/makefile.vc index edb683b0..ae2dc587 100644 --- a/src/makefile.vc +++ b/src/makefile.vc @@ -62,8 +62,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_deformation.obj PJ_axisswap.obj geodesic = geodesic.obj |
