* makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis for macros for nmake compatibility.
This commit is contained in:
parent
8838172bf0
commit
bab1431e6c
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-05-05 Christoph <cschol2112@googlemail.com> (tiny change)
|
||||
|
||||
* makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis
|
||||
for macros for nmake compatibility.
|
||||
|
||||
2010-04-03 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
Add stubs for Windows, required after CVE-2010-0825 change.
|
||||
|
|
|
@ -195,8 +195,8 @@ OTHER_PLATFORM_SUPPORT = \
|
|||
$(lispsource)term/pc-win.elc \
|
||||
$(lispsource)x-dnd.elc \
|
||||
$(lispsource)term/x-win.elc \
|
||||
${lispsource}emacs-lisp/easymenu.elc \
|
||||
${lispsource}term/ns-win.elc
|
||||
$(lispsource)emacs-lisp/easymenu.elc \
|
||||
$(lispsource)term/ns-win.elc
|
||||
|
||||
|
||||
lisp1= \
|
||||
|
|
Loading…
Add table
Reference in a new issue