diff options
Diffstat (limited to 'src/makefile.vc')
| -rw-r--r-- | src/makefile.vc | 2 |
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 |
