aboutsummaryrefslogtreecommitdiff
path: root/nmake.opt
diff options
context:
space:
mode:
Diffstat (limited to 'nmake.opt')
-rw-r--r--nmake.opt15
1 files changed, 8 insertions, 7 deletions
diff --git a/nmake.opt b/nmake.opt
index 1f544a16..9ec189ea 100644
--- a/nmake.opt
+++ b/nmake.opt
@@ -1,13 +1,14 @@
# Directory tree where PROJ will be installed.
INSTDIR=C:\PROJ
-#
-# Set the following to the directory where the PROJ distribution
-# data files (ie, the contents of ..\NAD). The following assumes
-# the PROJ distribution is unpacked as C:\PROJ, which generally must
-# be adjusted. It is also possible to leave this, and define the
-# PROJ_LIB environment variable to point to the NAD directory.
-#
+# 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
+# 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
+# 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.
PROJ_LIB_DIR=$(INSTDIR)\SHARE
# Uncomment the first for an optimized build, or the second for debug.