emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r110953: Fix the MS-Windows build


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110953: Fix the MS-Windows build broken by absence of the *.manifest files.
Date: Sat, 24 Nov 2012 18:58:28 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110953
committer: Eli Zaretskii <address@hidden>
branch nick: emacs-24
timestamp: Sat 2012-11-24 18:58:28 +0200
message:
  Fix the MS-Windows build broken by absence of the *.manifest files.
  
   make-dist (nt): Adjust to changes in names of the *.manifest files.
modified:
  ChangeLog
  make-dist
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-11-21 01:22:09 +0000
+++ b/ChangeLog 2012-11-24 16:58:28 +0000
@@ -1,3 +1,8 @@
+2012-11-24  Eli Zaretskii  <address@hidden>
+
+       * make-dist (nt): Adjust to changes in names of the *.manifest
+       files.
+
 2012-11-21  Glenn Morris  <address@hidden>
 
        * configure.ac (--enable-profiling): Doc fix.

=== modified file 'make-dist'
--- a/make-dist 2012-09-17 19:53:27 +0000
+++ b/make-dist 2012-11-24 16:58:28 +0000
@@ -381,9 +381,9 @@
 
 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"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]