aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.vc
diff options
context:
space:
mode:
authorHoward Butler <howard@hobu.co>2012-12-10 02:06:46 +0000
committerHoward Butler <howard@hobu.co>2012-12-10 02:06:46 +0000
commit07e3b531884bdbc83f47a7a2328bca025e22f22e (patch)
tree55c993ebdc128c0104691d9fb4d9001f0f3b220c /src/makefile.vc
parent2e89bd9f08cd27ad0766efa8909de9407b7cf606 (diff)
downloadPROJ-07e3b531884bdbc83f47a7a2328bca025e22f22e.tar.gz
PROJ-07e3b531884bdbc83f47a7a2328bca025e22f22e.zip
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
Diffstat (limited to 'src/makefile.vc')
-rw-r--r--src/makefile.vc2
1 files changed, 1 insertions, 1 deletions
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