]> git.eshelyaron.com Git - emacs.git/commit
* makefile.MPW: Add dependencies for fringe.c.x, image.c.x, and
authorSteven Tamm <steventamm@mac.com>
Mon, 27 Dec 2004 17:23:53 +0000 (17:23 +0000)
committerSteven Tamm <steventamm@mac.com>
Mon, 27 Dec 2004 17:23:53 +0000 (17:23 +0000)
commit22933cbff47c023e8a37677112e847c9242d8a54
treebae0f938a00a18f0e4737dfe5becd42a451f2063
parent74e2abe26a974d64a1fe006dd99c061c91d71773
* makefile.MPW: Add dependencies for fringe.c.x, image.c.x, and
lastfile.c.x.
(PPCCOptions): Add -alloca.
(EmacsObjects): Remove alloca.c.x.  Add fringe.c.x, image.c.x, and
lastfile.c.x.
(Emacs MPW): Add QuickTimeLib.
(EmacsSource): Remove alloca.c.  Add fringe.c, image.c, and
lastfile.c.
(LispSource): Fix pathnames for byte-run.elc, float-sup.elc, and
map-ynp.elc.
* inc/config.h (USE_LSB_TAG) [__MRC__]: Define.
(UNEXEC_SRC): Close comment.
* inc/epaths.h (PATH_BITMAPS, PATH_GAME): New defines.
* inc/m-mac.h (HAVE_ALLOCA) [__MRC__]: Define.
(C_ALLOCA) [__MRC__]: Don't define.
* inc/s-mac.h (X_OK): New define.
(DECL_ALIGN) [USE_LSB_TAG && __MRC__]: New macro.
(GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS.
mac/ChangeLog
mac/inc/config.h
mac/inc/epaths.h
mac/inc/m-mac.h
mac/inc/s-mac.h
mac/makefile.MPW