diff options
| author | Howard Butler <howard@hobu.co> | 2016-04-05 13:19:35 -0500 |
|---|---|---|
| committer | Howard Butler <howard@hobu.co> | 2016-04-05 13:19:35 -0500 |
| commit | 1384b978373cead004211d8548518373d1f4950c (patch) | |
| tree | 05bfe948d718d6bedc82504fc1705012329e383e /src/makefile.vc | |
| parent | a648ae934034924f15e1468b04bd986e007fd381 (diff) | |
| parent | 9b32f9d168b45e2d3eac9be641c5aed3b021d349 (diff) | |
| download | PROJ-1384b978373cead004211d8548518373d1f4950c.tar.gz PROJ-1384b978373cead004211d8548518373d1f4950c.zip | |
Merge pull request #375 from beuan/master
Adding Natural Earth II and Compact Miller
Diffstat (limited to 'src/makefile.vc')
| -rw-r--r-- | src/makefile.vc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile.vc b/src/makefile.vc index 435f9943..6989519d 100644 --- a/src/makefile.vc +++ b/src/makefile.vc @@ -14,7 +14,7 @@ conic = \ PJ_rpoly.obj PJ_sconics.obj PJ_lcca.obj cylinder = \ - PJ_cass.obj PJ_cc.obj PJ_cea.obj PJ_eqc.obj \ + PJ_cass.obj PJ_cc.obj PJ_cea.obj PJ_comill.obj PJ_eqc.obj \ PJ_gall.obj PJ_labrd.obj PJ_lsat.obj PJ_misrsom.obj PJ_merc.obj \ PJ_mill.obj PJ_ocea.obj PJ_omerc.obj PJ_patterson.obj PJ_somerc.obj \ PJ_tcc.obj PJ_tcea.obj PJ_tmerc.obj PJ_geos.obj \ @@ -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_natearth.obj PJ_qsc.obj + pj_geocent.obj PJ_healpix.obj PJ_natearth.obj PJ_natearth2.obj PJ_qsc.obj pseudo = \ PJ_boggs.obj PJ_collg.obj PJ_crast.obj PJ_denoy.obj \ |
