diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-02-15 13:51:02 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-02-15 13:51:02 (GMT) |
commit | dff07b745999cb6df94a2fbe5ef2a22a9f7e24f3 (patch) | |
tree | 92a44d45fbadc440d9882769c78a5f957d10bc2b /unix | |
parent | b5898cc4d07090ca5d742abc116dd57baa086abc (diff) | |
download | tcl-dff07b745999cb6df94a2fbe5ef2a22a9f7e24f3.zip tcl-dff07b745999cb6df94a2fbe5ef2a22a9f7e24f3.tar.gz tcl-dff07b745999cb6df94a2fbe5ef2a22a9f7e24f3.tar.bz2 |
Add nmakehlp.exe (for AMD64) to distribution, and make it usable in rules-ext.vc too
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 74df6fb..0ab3e9b 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -2141,7 +2141,8 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/tcl.pc.in gen $(TOP_DIR)/win/tcl.m4 $(TOP_DIR)/win/aclocal.m4 \ $(TOP_DIR)/win/tclsh.exe.manifest.in $(TOP_DIR)/win/tclUuid.h.in \ $(TOP_DIR)/win/gitmanifest.in $(TOP_DIR)/win/svnmanifest.in \ - $(DISTDIR)/win + $(TOP_DIR)/win/x86_64-w64-mingw32-nmakehlp.exe $(DISTDIR)/win + chmod 775 $(DISTDIR)/win/x86_64-w64-mingw32-nmakehlp.exe cp -p $(TOP_DIR)/win/*.[ch] $(TOP_DIR)/win/*.ico $(TOP_DIR)/win/*.rc \ $(DISTDIR)/win cp -p $(TOP_DIR)/win/*.bat $(DISTDIR)/win |