From 50a60e02574f550773feabdaf1a8cede6316c309 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 24 Nov 2012 18:58:28 +0200 Subject: Fix the MS-Windows build broken by absence of the *.manifest files. make-dist (nt): Adjust to changes in names of the *.manifest files. --- make-dist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'make-dist') diff --git a/make-dist b/make-dist index 7a17fa02372..a7f4b74e97e 100755 --- a/make-dist +++ b/make-dist @@ -381,9 +381,9 @@ echo "Making links to \`m4'" echo "Making links to \`nt'" (cd nt - ln emacs.manifest emacs.rc emacsclient.rc config.nt ../${tempdir}/nt - ln emacs-src.tags nmake.defs gmake.defs subdirs.el ../${tempdir}/nt - ln [a-z]*.bat [a-z]*.[ch] ../${tempdir}/nt + ln emacs-x86.manifest emacs-x64.manifest emacs.rc ../${tempdir}/nt + ln config.nt emacsclient.rc emacs-src.tags ../${tempdir}/nt + ln nmake.defs gmake.defs subdirs.el [a-z]*.bat [a-z]*.[ch] ../${tempdir}/nt ln ChangeLog INSTALL README README.W32 makefile.w32-in ../${tempdir}/nt) echo "Making links to \`nt/inc' and its subdirectories" -- cgit v1.2.1