aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.vc
diff options
context:
space:
mode:
authorBojan Savric <bsavric@esri.com>2016-04-04 10:19:28 -0700
committerBojan Savric <bsavric@esri.com>2016-04-04 10:19:28 -0700
commit311cf99cf9836f9d4bf989b5a32768b27841af70 (patch)
tree9043e230757cd55f6635062d3d40fa26a9903738 /src/makefile.vc
parenta648ae934034924f15e1468b04bd986e007fd381 (diff)
downloadPROJ-311cf99cf9836f9d4bf989b5a32768b27841af70.tar.gz
PROJ-311cf99cf9836f9d4bf989b5a32768b27841af70.zip
Adding Natural Earth II and Compact Miller
Diffstat (limited to 'src/makefile.vc')
-rw-r--r--src/makefile.vc4
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 \