diff options
| author | Howard Butler <howard@hobu.co> | 2012-12-10 02:06:46 +0000 |
|---|---|---|
| committer | Howard Butler <howard@hobu.co> | 2012-12-10 02:06:46 +0000 |
| commit | 07e3b531884bdbc83f47a7a2328bca025e22f22e (patch) | |
| tree | 55c993ebdc128c0104691d9fb4d9001f0f3b220c /src | |
| parent | 2e89bd9f08cd27ad0766efa8909de9407b7cf606 (diff) | |
| download | PROJ-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')
| -rw-r--r-- | src/makefile.vc | 2 |
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 |
