aboutsummaryrefslogtreecommitdiff
path: root/dist/config/config.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'dist/config/config.nmake')
-rw-r--r--dist/config/config.nmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/config/config.nmake b/dist/config/config.nmake
index 24a267f..32bf258 100644
--- a/dist/config/config.nmake
+++ b/dist/config/config.nmake
@@ -11,6 +11,12 @@ LD = link.exe
LDFLAGS = /nologo
LIBS =
+# Optional post-link command. The first argument to this command is
+# the executable name and the rest of the arguments are the object
+# files and libraries that were used to link this executable.
+#
+POSTLD =
+
# Set RANLIB to empty if your system does not need ranlib.
#
AR = lib.exe