aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Morissette <dmorissette@mapgears.com>2001-03-19 20:20:09 +0000
committerDaniel Morissette <dmorissette@mapgears.com>2001-03-19 20:20:09 +0000
commit5601cc95cbf9f708773b09820033096e085f9811 (patch)
treeb8f601706c7d88348f00ac9b6b0c8da945d4236f /src
parent9e2d42afa23c76e03e478cc62c76a7ccd3290948 (diff)
downloadPROJ-5601cc95cbf9f708773b09820033096e085f9811.tar.gz
PROJ-5601cc95cbf9f708773b09820033096e085f9811.zip
default to using C:\PROJ for PROJ_LIB
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@913 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src')
-rw-r--r--src/makefile.vc2
1 files changed, 1 insertions, 1 deletions
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