summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2008-04-06 01:56:59 +0000
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2008-04-06 01:56:59 +0000
commitf1a374593b45eb236a8dd5c3b8a12416ce39cb2e (patch)
treeaccfc4faadeea5fa362bb6af8e8552fc094bec8b
parentba695106b417f95931b85f8103dd02f7849cdccd (diff)
downloademacs-f1a374593b45eb236a8dd5c3b8a12416ce39cb2e.tar.gz
(MacObjects): Add mactoolbox.c.x.
(mactoolbox.c.x): New target.
-rw-r--r--mac/ChangeLog5
-rw-r--r--mac/makefile.MPW20
2 files changed, 24 insertions, 1 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog
index 94f2afe3ae5..e9f832f1fd3 100644
--- a/mac/ChangeLog
+++ b/mac/ChangeLog
@@ -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.
diff --git a/mac/makefile.MPW b/mac/makefile.MPW
index 923dedb3f52..a95a16ed40f 100644
--- a/mac/makefile.MPW
+++ b/mac/makefile.MPW
@@ -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" #