From 952ac230b65742d131ebd3696dc3d1ef2bdf6613 Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Thu, 15 Apr 2004 13:50:34 +0000 Subject: Added HAVE_STRERROR=1. git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1173 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- src/makefile.vc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3