From 5601cc95cbf9f708773b09820033096e085f9811 Mon Sep 17 00:00:00 2001 From: Daniel Morissette Date: Mon, 19 Mar 2001 20:20:09 +0000 Subject: default to using C:\PROJ for PROJ_LIB git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@913 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 56b27d55..df3c4e8f 100644 --- a/src/makefile.vc +++ b/src/makefile.vc @@ -47,7 +47,7 @@ support = \ LIBOBJ = $(support) $(pseudo) $(azimuthal) $(conic) $(cylinder) $(misc) PROJEXE_SRC = proj.c gen_cheb.c p_series.c GEODEXE_SRC = geod.c geod_set.c geod_for.c geod_inv.c emess.c -CFLAGS = -I. +CFLAGS = -I. -DPROJ_LIB=\"C:/PROJ/\" default: proj.lib -- cgit v1.2.3