diff options
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 = \ |
