diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2002-07-08 03:31:27 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2002-07-08 03:31:27 +0000 |
| commit | 25797957699d98e0329ec838aa63cca2a37158ff (patch) | |
| tree | 6b09843e8471c14e3c254765b9e372f8d6c976cb /src/makefile.vc | |
| parent | 22b01721aee54803d0d0d5566e4a9b2ef1384382 (diff) | |
| download | PROJ-25797957699d98e0329ec838aa63cca2a37158ff.tar.gz PROJ-25797957699d98e0329ec838aa63cca2a37158ff.zip | |
Don't compile in C++ mode by default.
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1026 4e78687f-474d-0410-85f9-8d5e500ac6b2
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 eff767c0..96ee16a3 100644 --- a/src/makefile.vc +++ b/src/makefile.vc @@ -57,7 +57,7 @@ LIBOBJ = $(support) $(pseudo) $(azimuthal) $(conic) $(cylinder) $(misc) PROJEXE_OBJ = proj.obj gen_cheb.obj p_series.obj emess.obj CS2CSEXE_OBJ = cs2cs.obj gen_cheb.obj p_series.obj emess.obj GEODEXE_OBJ = geod.obj geod_set.obj geod_for.obj geod_inv.obj emess.obj -CFLAGS = /nologo /TP -I. -DPROJ_LIB=\"$(PROJ_LIB_DIR)\" +CFLAGS = /nologo -I. -DPROJ_LIB=\"$(PROJ_LIB_DIR)\" default: all |
