aboutsummaryrefslogtreecommitdiff
path: root/nmake.opt
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2018-09-18 20:32:26 +0200
committerEven Rouault <even.rouault@spatialys.com>2018-09-18 22:58:57 +0200
commitd7366ffdd5cbe5ba6c2d9f917d064085bbc3eddc (patch)
tree69dc7d83ce19b02af586f582cda19065e506d2b4 /nmake.opt
parent793f403aaddbfff64cabbb609a092c347dd659e9 (diff)
downloadPROJ-d7366ffdd5cbe5ba6c2d9f917d064085bbc3eddc.tar.gz
PROJ-d7366ffdd5cbe5ba6c2d9f917d064085bbc3eddc.zip
Rename nad/ directory as data/
Diffstat (limited to 'nmake.opt')
-rw-r--r--nmake.opt4
1 files changed, 2 insertions, 2 deletions
diff --git a/nmake.opt b/nmake.opt
index 1d5b54a7..edf608e1 100644
--- a/nmake.opt
+++ b/nmake.opt
@@ -8,10 +8,10 @@ INSTDIR=C:\PROJ
!ENDIF
# Set the following to the directory where the PROJ distribution data files
-# (ie, the contents of ..\NAD) are to be installed. It is possible to later
+# (ie, the contents of ..\data) are to be installed. It is possible to later
# move the data files to another directory, and define the PROJ_LIB
# environment variable to point to that directory. It is also possible to
-# have PROJ_LIB name the original NAD directory of the unpacked PROJ
+# have PROJ_LIB name the original data directory of the unpacked PROJ
# distribution. Any setting of the PROJ_LIB environment variable takes
# precedence at runtime over the setting of the PROJ_LIB_DIR macro stored in
# the compiled software.