diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2007-12-20 22:29:18 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2007-12-20 22:29:18 +0000 |
| commit | 4a71d7594167ec71e35102148a14355133974dd6 (patch) | |
| tree | 4f9493fd6255c256b2593c246646f4e79e8dc917 /src/makefile.vc | |
| parent | b9e24a1f243232deccc7d54fae054af3d2f2ef2b (diff) | |
| download | PROJ-4a71d7594167ec71e35102148a14355133974dd6.tar.gz PROJ-4a71d7594167ec71e35102148a14355133974dd6.zip | |
remove PJ_mpoly
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1421 4e78687f-474d-0410-85f9-8d5e500ac6b2
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 7ca3abb1..6c8723a7 100644 --- a/src/makefile.vc +++ b/src/makefile.vc @@ -23,7 +23,7 @@ EXE_PROJ = proj_i.lib # Set the version number for the DLL. Normally we leave this blank since # we want software that is dynamically loading the DLL to have no problem # with version numbers. -VERSION= +VERSION=_fw azimuthal = \ PJ_aeqd.obj PJ_gnom.obj PJ_laea.obj PJ_mod_ster.obj \ @@ -32,7 +32,7 @@ azimuthal = \ conic = \ PJ_aea.obj PJ_bipc.obj PJ_bonne.obj PJ_eqdc.obj \ - PJ_imw_p.obj PJ_lcc.obj PJ_mpoly.obj PJ_poly.obj \ + PJ_imw_p.obj PJ_lcc.obj PJ_poly.obj \ PJ_rpoly.obj PJ_sconics.obj PJ_lcca.obj cylinder = \ |
