diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2004-04-15 13:50:34 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2004-04-15 13:50:34 +0000 |
| commit | 952ac230b65742d131ebd3696dc3d1ef2bdf6613 (patch) | |
| tree | 6d8b9b82e635657df551d8225b705f4ed8e5a24a /src/makefile.vc | |
| parent | 137811a62025747f205f32e144730104144a2f49 (diff) | |
| download | PROJ-952ac230b65742d131ebd3696dc3d1ef2bdf6613.tar.gz PROJ-952ac230b65742d131ebd3696dc3d1ef2bdf6613.zip | |
Added HAVE_STRERROR=1.
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1173 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src/makefile.vc')
| -rw-r--r-- | src/makefile.vc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefile.vc b/src/makefile.vc index 7067775d..953b08a9 100644 --- a/src/makefile.vc +++ b/src/makefile.vc @@ -67,7 +67,8 @@ 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 PROJ_DLL = proj$(VERSION).dll -CFLAGS = /nologo -I. -DPROJ_LIB=\"$(PROJ_LIB_DIR)\" $(OPTFLAGS) +CFLAGS = /nologo -I. -DPROJ_LIB=\"$(PROJ_LIB_DIR)\" \ + -DHAVE_STRERROR=1 $(OPTFLAGS) default: all |
