diff options
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | makefile.vc | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -2,6 +2,11 @@ * Prepare 4.6.1 release. + * rename INSTALL.TXT to INSTALL since the damn distribution generator + won't stand for the alternate naming. Change makefile.vc to use + install-all target instead of install. What are the chances anyone + will think of trying that? Not high. + * nad/epsg: regenerated from EPSG 6.17. This should also correct the odd precision problems in the last version or two caused by GDAL numeric processing issues. diff --git a/makefile.vc b/makefile.vc index ebede4c6..efc5422f 100644 --- a/makefile.vc +++ b/makefile.vc @@ -22,7 +22,7 @@ clean: $(MAKE) /f makefile.vc clean cd .. -install: +install-all: cd src $(MAKE) /f makefile.vc install cd ..\nad |
