aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--nmake.opt2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 88d187cd..92ddcd90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/nmake.opt b/nmake.opt
index 84438d77..1f544a16 100644
--- a/nmake.opt
+++ b/nmake.opt
@@ -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