From a7bbac84cc8f3b2681d33ecf671a1ce81cee1072 Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Fri, 10 May 2013 03:19:09 +0000 Subject: Major upgrade to geodesic support from Charles Karney (#197). Syncs geodesic routines with GeographicLib. Adds geodesic.3 man page. geod_* api exposed publically. geodesic.h is installed. git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2333 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- src/makefile.vc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/makefile.vc') diff --git a/src/makefile.vc b/src/makefile.vc index c9b68cd5..bd042332 100644 --- a/src/makefile.vc +++ b/src/makefile.vc @@ -55,11 +55,12 @@ support = \ pj_utils.obj pj_gridlist.obj pj_gridinfo.obj \ proj_mdist.obj pj_mutex.obj pj_initcache.obj \ pj_ctx.obj pj_log.obj pj_apply_vgridshift.obj - -LIBOBJ = $(support) $(pseudo) $(azimuthal) $(conic) $(cylinder) $(misc) +geodesic = geodesic.obj +LIBOBJ = $(support) $(pseudo) $(azimuthal) $(conic) $(cylinder) $(misc) \ + $(geodesic) PROJEXE_OBJ = proj.obj gen_cheb.obj p_series.obj emess.obj CS2CSEXE_OBJ = cs2cs.obj gen_cheb.obj p_series.obj emess.obj -GEODEXE_OBJ = geod.obj geod_set.obj geod_interface.obj geodesic.obj emess.obj +GEODEXE_OBJ = geod.obj geod_set.obj geod_interface.obj emess.obj PROJ_DLL = proj$(VERSION).dll PROJ_EXE = proj.exe CS2CS_EXE = cs2cs.exe @@ -134,4 +135,5 @@ install: all copy *.dll $(INSTDIR)\bin copy *.lib $(INSTDIR)\lib copy proj_api.h $(INSTDIR)\include + copy geodesic.h $(INSTDIR)\include -- cgit v1.2.3