(MacObjects): Add mactoolbox.c.x.

(mactoolbox.c.x): New target.
This commit is contained in:
YAMAMOTO Mitsuharu 2008-04-06 01:56:59 +00:00
parent ba695106b4
commit f1a374593b
2 changed files with 24 additions and 1 deletions

View file

@ -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.

View file

@ -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" #