From: Eli Zaretskii Date: Sat, 24 Nov 2012 16:58:28 +0000 (+0200) Subject: Fix the MS-Windows build broken by absence of the *.manifest files. X-Git-Tag: emacs-24.2.91~88 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=50a60e02574f550773feabdaf1a8cede6316c309;p=emacs.git Fix the MS-Windows build broken by absence of the *.manifest files. make-dist (nt): Adjust to changes in names of the *.manifest files. --- diff --git a/ChangeLog b/ChangeLog index 39f9b31bf5b..caec4db11a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-11-24 Eli Zaretskii + + * make-dist (nt): Adjust to changes in names of the *.manifest + files. + 2012-11-21 Glenn Morris * configure.ac (--enable-profiling): Doc fix. 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"