mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-03 19:03:24 +00:00
Fix the MS-Windows build broken by absence of the *.manifest files.
make-dist (nt): Adjust to changes in names of the *.manifest files.
This commit is contained in:
parent
ea0d348b1c
commit
50a60e0257
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2012-11-24 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
|
* make-dist (nt): Adjust to changes in names of the *.manifest
|
||||||
|
files.
|
||||||
|
|
||||||
2012-11-21 Glenn Morris <rgm@gnu.org>
|
2012-11-21 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
* configure.ac (--enable-profiling): Doc fix.
|
* configure.ac (--enable-profiling): Doc fix.
|
||||||
|
|
|
@ -381,9 +381,9 @@ echo "Making links to \`m4'"
|
||||||
|
|
||||||
echo "Making links to \`nt'"
|
echo "Making links to \`nt'"
|
||||||
(cd nt
|
(cd nt
|
||||||
ln emacs.manifest emacs.rc emacsclient.rc config.nt ../${tempdir}/nt
|
ln emacs-x86.manifest emacs-x64.manifest emacs.rc ../${tempdir}/nt
|
||||||
ln emacs-src.tags nmake.defs gmake.defs subdirs.el ../${tempdir}/nt
|
ln config.nt emacsclient.rc emacs-src.tags ../${tempdir}/nt
|
||||||
ln [a-z]*.bat [a-z]*.[ch] ../${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)
|
ln ChangeLog INSTALL README README.W32 makefile.w32-in ../${tempdir}/nt)
|
||||||
|
|
||||||
echo "Making links to \`nt/inc' and its subdirectories"
|
echo "Making links to \`nt/inc' and its subdirectories"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue