diff options
| -rw-r--r-- | ChangeLog | 7 | ||||
| -rw-r--r-- | nmake.opt | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2008-08-21 Frank Warmerdam <warmerdam@pobox.com> + + * nad/td_out.dist: backed out erroneous changes in 4.6.0 that lost + datum shifts with grid shift files. Added stere (#12) test. + + * nmake.opt: Added /Op to avoid stere errors per ticket #12. + 2008-08-07 Frank Warmerdam <warmerdam@pobox.com> * nmake.opt, nad/makefile.vc: Make sure we use PROJ_LIB_DIR when @@ -11,7 +11,7 @@ INSTDIR=C:\PROJ PROJ_LIB_DIR=$(INSTDIR)\SHARE # Uncomment the first for an optimized build, or the second for debug. -OPTFLAGS= /nologo /Ox /MD +OPTFLAGS= /nologo /Ox /Op /MD #OPTFLAGS= /nologo /Zi /MD /Fdproj.pdb # Uncomment the first for linking exes against DLL or second for static |
