mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-15 19:31:29 -07:00
(MAC_OBJ): Add mactoolbox.o.
(mactoolbox.o): New target.
This commit is contained in:
parent
f1a374593b
commit
f4f1eb1002
1 changed files with 4 additions and 1 deletions
|
|
@ -575,7 +575,7 @@ CYGWIN_OBJ = sheap.o
|
|||
|
||||
#ifdef HAVE_CARBON
|
||||
mac = $(dot)$(dot)/mac/
|
||||
MAC_OBJ = mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o fringe.o image.o
|
||||
MAC_OBJ = mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o fringe.o image.o mactoolbox.o
|
||||
emacsapp = $(PWD)/$(mac)Emacs.app/
|
||||
emacsappsrc = ${srcdir}/../mac/Emacs.app/
|
||||
#endif
|
||||
|
|
@ -1287,6 +1287,9 @@ macterm.o: blockinput.h atimer.h systime.h syssignal.h macterm.h macgui.h \
|
|||
process.h coding.h $(config_h)
|
||||
macselect.o: blockinput.h atimer.h systime.h macterm.h macgui.h frame.h \
|
||||
keymap.h $(config_h)
|
||||
mactoolbox.o: blockinput.h atimer.h systime.h macterm.h macgui.h frame.h \
|
||||
charset.h coding.h ccl.h dispextern.h fontset.h termhooks.h buffer.h \
|
||||
window.h keyboard.h $(config_h)
|
||||
|
||||
${emacsapp}Contents/Resources/English.lproj:
|
||||
mkdir -p $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue