From 40036c19af8ae237a9b1565852340661bb1c66f8 Mon Sep 17 00:00:00 2001 From: jdugge Date: Fri, 17 Aug 2018 22:16:43 +0200 Subject: Implementation of Equal Earth projection (#1090) Implement the Equal Earth projection (closes #1085) --- src/makefile.vc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/makefile.vc') diff --git a/src/makefile.vc b/src/makefile.vc index ef39b084..d86649dd 100644 --- a/src/makefile.vc +++ b/src/makefile.vc @@ -38,7 +38,8 @@ pseudo = \ PJ_putp4p.obj PJ_putp5.obj PJ_putp6.obj PJ_robin.obj \ PJ_sts.obj PJ_urm5.obj PJ_urmfps.obj PJ_wag2.obj \ PJ_wag3.obj PJ_wink1.obj PJ_wink2.obj PJ_isea.obj \ - PJ_calcofi.obj PJ_natearth.obj PJ_natearth2.obj PJ_times.obj + PJ_calcofi.obj PJ_natearth.obj PJ_natearth2.obj PJ_times.obj \ + PJ_eqearth.obj support = \ aasincos.obj adjlon.obj bch2bps.obj bchgen.obj pj_gauss.obj \ -- cgit v1.2.3