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 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 |
