aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.vc
diff options
context:
space:
mode:
authorMateusz Loskot <mateusz@loskot.net>2006-11-16 21:05:58 +0000
committerMateusz Loskot <mateusz@loskot.net>2006-11-16 21:05:58 +0000
commitb28c3691de529a27198f56f5c4c470ff53249d97 (patch)
tree52db7e05f7deb69acfb7a75d42340e2c55687a33 /src/makefile.vc
parent94a57c7b49bd5b5a8c9f80e6739c140c243a781c (diff)
downloadPROJ-b28c3691de529a27198f56f5c4c470ff53249d97.tar.gz
PROJ-b28c3691de529a27198f56f5c4c470ff53249d97.zip
Fixed VC++ 8.0 warnings.
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1376 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src/makefile.vc')
-rw-r--r--src/makefile.vc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.vc b/src/makefile.vc
index 1d4e6cc0..2928091c 100644
--- a/src/makefile.vc
+++ b/src/makefile.vc
@@ -5,7 +5,7 @@
# be adjusted. It is also possible to leave this, and define the
# PROJ_LIB environment variable to point to the NAD directory.
#
-PROJ_LIB_DIR=C:/PROJ/NAD
+PROJ_LIB_DIR=D:/dev/proj/_cvs/proj/nad
# Uncomment the first for an optimized build, or the second for debug.
OPTFLAGS= /nologo /Ox /MD