emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/mac/makefile.MPW


From: Steven Tamm
Subject: [Emacs-diffs] Changes to emacs/mac/makefile.MPW
Date: Mon, 27 Dec 2004 12:42:31 -0500

Index: emacs/mac/makefile.MPW
diff -c emacs/mac/makefile.MPW:1.9 emacs/mac/makefile.MPW:1.10
*** emacs/mac/makefile.MPW:1.9  Mon Sep  1 15:45:41 2003
--- emacs/mac/makefile.MPW      Mon Dec 27 17:23:53 2004
***************
*** 44,50 ****
  
  # The -noMapCR options and the two -d's must not be removed.
  
! PPCCOptions = {SymOption} {OptOption} -noMapCR -enum int ¶
        -typecheck relaxed -w off ¶
        -includes unix -i {Includes},{Src} ¶
        -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8
--- 44,50 ----
  
  # The -noMapCR options and the two -d's must not be removed.
  
! PPCCOptions = {SymOption} {OptOption} -noMapCR -enum int -alloca ¶
        -typecheck relaxed -w off ¶
        -includes unix -i {Includes},{Src} ¶
        -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8
***************
*** 63,69 ****
  EmacsObjects = ¶
        "{Src}abbrev.c.x" ¶
        "{Src}alloc.c.x" ¶
-       "{Src}alloca.c.x" ¶
        "{Src}atimer.c.x" ¶
        "{Src}buffer.c.x" ¶
        "{Src}bytecode.c.x" ¶
--- 63,68 ----
***************
*** 92,98 ****
--- 91,99 ----
        "{Src}fns.c.x" ¶
        "{Src}fontset.c.x" ¶
        "{Src}frame.c.x" ¶
+       "{Src}fringe.c.x" ¶
        "{Src}getloadavg.c.x" ¶
+       "{Src}image.c.x" ¶
        "{Src}indent.c.x" ¶
        "{Src}insdel.c.x" ¶
        "{Src}intervals.c.x" ¶
***************
*** 120,126 ****
        "{Src}undo.c.x" ¶
        "{Src}window.c.x" ¶
        "{Src}xdisp.c.x" ¶
!       "{Src}xfaces.c.x"
  
  # The list of object files generated from new source files of the Macintosh 
port.
  
--- 121,128 ----
        "{Src}undo.c.x" ¶
        "{Src}window.c.x" ¶
        "{Src}xdisp.c.x" ¶
!       "{Src}xfaces.c.x" ¶
!       "{Src}lastfile.c.x"
  
  # The list of object files generated from new source files of the Macintosh 
port.
  
***************
*** 142,147 ****
--- 144,150 ----
                "{SharedLibraries}AppleScriptLib" ¶
                "{SharedLibraries}TextEncodingConverter" ¶
                "{SharedLibraries}AppearanceLib" ¶
+               "{SharedLibraries}QuickTimeLib" ¶
                "{PPCLibraries}StdCRuntime.o" ¶
                "{PPCLibraries}PPCCRuntime.o" ¶
                "{PPCLibraries}PPCToolLibs.o" ¶
***************
*** 495,504 ****
--- 498,530 ----
        "{Src}commands.h" ¶
        "{Src}keyboard.h"
  
+ {Src}fringe.c.x Ä ¶
+       {CONFIG_H_GROUP} ¶
+       "{Src}lisp.h" ¶
+       "{Src}frame.h" ¶
+       {WINDOW_H_GROUP} ¶
+       "{Src}buffer.h" ¶
+       {BLOCKINPUT_H_GROUP}
+ 
  {Src}getloadavg.c.x Ä ¶
        {CONFIG_H_GROUP} ¶
        "{Includes}sys:types.h"
  
+ {Src}image.c.x Ä ¶
+       {CONFIG_H_GROUP} ¶
+       "{Src}lisp.h" ¶
+       "{Src}frame.h" ¶
+       {WINDOW_H_GROUP} ¶
+       {DISPEXTERN_H_GROUP} ¶
+       {BLOCKINPUT_H_GROUP} ¶
+       "{Includes}epaths.h" ¶
+       "{Src}macterm.h" ¶
+               "{Src}macgui.h" ¶
+               "{Src}frame.h" ¶
+       "{Includes}sys:stat.h" ¶
+       "{Includes}alloca.h" ¶
+       "{Includes}sys:param.h"
+ 
  {Src}indent.c.x Ä ¶
        {CONFIG_H_GROUP} ¶
        "{Src}lisp.h" ¶
***************
*** 574,579 ****
--- 600,608 ----
        "{Src}puresize.h" ¶
        {INTERVALS_H_GROUP}
  
+ {Src}lastfile.c.x Ä ¶
+       {CONFIG_H_GROUP}
+ 
  {Src}lread.c.x Ä ¶
        {CONFIG_H_GROUP} ¶
        "{Includes}sys:types.h" ¶
***************
*** 935,941 ****
  EmacsSource = ¶
        "{Src}abbrev.c" ¶
        "{Src}alloc.c" ¶
-       "{Src}alloca.c" ¶
        "{Src}atimer.c" ¶
        "{Src}buffer.c" ¶
        "{Src}bytecode.c" ¶
--- 964,969 ----
***************
*** 964,975 ****
--- 992,1006 ----
        "{Src}fns.c" ¶
        "{Src}fontset.c" ¶
        "{Src}frame.c" ¶
+       "{Src}fringe.c" ¶
        "{Src}getloadavg.c" ¶
+       "{Src}image.c" ¶
        "{Src}indent.c" ¶
        "{Src}insdel.c" ¶
        "{Src}intervals.c" ¶
        "{Src}keyboard.c" ¶
        "{Src}keymap.c" ¶
+       "{Src}lastfile.c" ¶
        "{Src}lread.c" ¶
        "{Src}macros.c" ¶
        "{Src}marker.c" ¶
***************
*** 1017,1023 ****
        {Lisp}international:codepage.elc ¶
        {Lisp}abbrev.elc ¶
        {Lisp}buff-menu.elc ¶
!       {Lisp}byte-run.elc ¶
        {Lisp}cus-start.el ¶
        {Lisp}custom.elc ¶
        {Lisp}emacs-lisp:lisp-mode.elc ¶
--- 1048,1054 ----
        {Lisp}international:codepage.elc ¶
        {Lisp}abbrev.elc ¶
        {Lisp}buff-menu.elc ¶
!       {Lisp}emacs-lisp:byte-run.elc ¶
        {Lisp}cus-start.el ¶
        {Lisp}custom.elc ¶
        {Lisp}emacs-lisp:lisp-mode.elc ¶
***************
*** 1025,1031 ****
        {Lisp}facemenu.elc ¶
        {Lisp}faces.elc ¶
        {Lisp}files.elc ¶
!       {Lisp}float-sup.elc ¶
        {Lisp}format.elc ¶
        {Lisp}frame.elc ¶
        {Lisp}help.elc ¶
--- 1056,1062 ----
        {Lisp}facemenu.elc ¶
        {Lisp}faces.elc ¶
        {Lisp}files.elc ¶
!       {Lisp}emacs-lisp:float-sup.elc ¶
        {Lisp}format.elc ¶
        {Lisp}frame.elc ¶
        {Lisp}help.elc ¶
***************
*** 1034,1040 ****
        {Lisp}loadup.el ¶
        {Lisp}loaddefs.el ¶
        {Lisp}bindings.elc ¶
!       {Lisp}map-ynp.elc ¶
        {Lisp}international:mule.elc ¶
        {Lisp}international:mule-conf.el ¶
        {Lisp}international:mule-cmds.elc ¶
--- 1065,1071 ----
        {Lisp}loadup.el ¶
        {Lisp}loaddefs.el ¶
        {Lisp}bindings.elc ¶
!       {Lisp}emacs-lisp:map-ynp.elc ¶
        {Lisp}international:mule.elc ¶
        {Lisp}international:mule-conf.el ¶
        {Lisp}international:mule-cmds.elc ¶




reply via email to

[Prev in Thread] Current Thread [Next in Thread]