aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.vc
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2012-02-21 05:25:21 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2012-02-21 05:25:21 +0000
commitd7ec98fae831daa49ce31ad62ede3cc0c2799cd4 (patch)
tree14e9f560f7e6e3e98ed67342e1a1b8ff25ddc68c /src/makefile.vc
parentc5c96ad2237e89871e8b0c3f734f8bef95b23aab (diff)
downloadPROJ-d7ec98fae831daa49ce31ad62ede3cc0c2799cd4.tar.gz
PROJ-d7ec98fae831daa49ce31ad62ede3cc0c2799cd4.zip
fix up M_PI handling for MSVC (#111)
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2166 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 220468ab..df5802d1 100644
--- a/src/makefile.vc
+++ b/src/makefile.vc
@@ -65,7 +65,7 @@ CS2CS_EXE = cs2cs.exe
GEOD_EXE = geod.exe
NAD2BIN_EXE = nad2bin.exe
-CFLAGS = /nologo -I. -DPROJ_LIB=\"$(PROJ_LIB_DIR)\" \
+CFLAGS = /nologo -I. -DPROJ_LIB=\"$(PROJ_LIB_DIR_ESCAPED)\" \
-DHAVE_STRERROR=1 $(OPTFLAGS)
default: all