mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(MacObjects): Add mactoolbox.c.x.
(mactoolbox.c.x): New target.
This commit is contained in:
parent
ba695106b4
commit
f1a374593b
2 changed files with 24 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2008-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
||||
|
||||
* makefile.MPW (MacObjects): Add mactoolbox.c.x.
|
||||
(mactoolbox.c.x): New target.
|
||||
|
||||
2008-03-26 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Version 22.2 released.
|
||||
|
|
|
|||
|
|
@ -133,7 +133,8 @@ MacObjects =
|
|||
"{Src}macfns.c.x" ¶
|
||||
"{Src}macmenu.c.x" ¶
|
||||
"{Src}macselect.c.x" ¶
|
||||
"{Src}macterm.c.x"
|
||||
"{Src}macterm.c.x" ¶
|
||||
"{Src}mactoolbox.c.x"
|
||||
|
||||
StdLibraries = ¶
|
||||
"{SharedLibraries}CarbonLib" ¶
|
||||
|
|
@ -981,6 +982,23 @@ buildobj.lst
|
|||
"{Src}coding.h" ¶
|
||||
"{Src}ccl.h"
|
||||
|
||||
{Src}mactoolbox.c.x Ä ¶
|
||||
{CONFIG_H_GROUP} ¶
|
||||
"{Src}lisp.h" ¶
|
||||
"{Src}macterm.h" ¶
|
||||
"{Src}macgui.h" ¶
|
||||
"{Src}frame.h" ¶
|
||||
"{Src}charset.h" ¶
|
||||
"{Src}coding.h" ¶
|
||||
"{Src}ccl.h" ¶
|
||||
{DISPEXTERN_H_GROUP} ¶
|
||||
"{Src}fontset.h" ¶
|
||||
"{Src}termhooks.h" ¶
|
||||
"{Src}buffer.h" ¶
|
||||
"{Src}window.h" ¶
|
||||
"{Src}keyboard.h" ¶
|
||||
{BLOCKINPUT_H_GROUP}
|
||||
|
||||
|
||||
#----------------------------------------#
|
||||
# Variables and rules for target "Clean" #
|
||||
|
|
|
|||
Loading…
Reference in a new issue