From 07e3b531884bdbc83f47a7a2328bca025e22f22e Mon Sep 17 00:00:00 2001 From: Howard Butler Date: Mon, 10 Dec 2012 02:06:46 +0000 Subject: apply fix for src/makefile.vc missing object (#200) as provided to email list by Joaquim git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2299 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- src/makefile.vc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/makefile.vc b/src/makefile.vc index 5d69c19d..c9b68cd5 100644 --- a/src/makefile.vc +++ b/src/makefile.vc @@ -59,7 +59,7 @@ support = \ LIBOBJ = $(support) $(pseudo) $(azimuthal) $(conic) $(cylinder) $(misc) 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_for.obj geod_inv.obj emess.obj +GEODEXE_OBJ = geod.obj geod_set.obj geod_interface.obj geodesic.obj emess.obj PROJ_DLL = proj$(VERSION).dll PROJ_EXE = proj.exe CS2CS_EXE = cs2cs.exe -- cgit v1.2.3