emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/s/darwin.h [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/s/darwin.h [emacs-unicode-2]
Date: Sat, 04 Sep 2004 05:50:57 -0400

Index: emacs/src/s/darwin.h
diff -c emacs/src/s/darwin.h:1.11.6.1 emacs/src/s/darwin.h:1.11.6.2
*** emacs/src/s/darwin.h:1.11.6.1       Fri Apr 16 12:51:05 2004
--- emacs/src/s/darwin.h        Sat Sep  4 09:14:28 2004
***************
*** 243,253 ****
     specific headers.  */
  #define C_SWITCH_SYSTEM -fpascal-strings -fno-common -DMAC_OSX -I../mac/src
  
! /* Link in the Carbon lib.  The -headerpad option tells ld (see man
!    page) to leave room at the end of the header for adding load
!    commands.  Needed for dumping.  0x690 is the total size of 30
!    segment load commands (at 56 each).  */
! #define LD_SWITCH_SYSTEM_TEMACS -prebind -framework Carbon -framework 
QuickTime -lstdc++ -Xlinker -headerpad -Xlinker 690
  
  #define C_SWITCH_SYSTEM_TEMACS -Dtemacs
  
--- 243,260 ----
     specific headers.  */
  #define C_SWITCH_SYSTEM -fpascal-strings -fno-common -DMAC_OSX -I../mac/src
  
! /* Link in the Carbon lib. */
! #ifdef HAVE_CARBON
! #define LIBS_CARBON -framework Carbon -framework QuickTime
! #else
! #define LIBS_CARBON -framework Carbon
! #endif
! 
! /* The -headerpad option tells ld (see man page) to leave room at the
!    end of the header for adding load commands.  Needed for dumping.
!    0x690 is the total size of 30 segment load commands (at 56
!    each).  */
! #define LD_SWITCH_SYSTEM_TEMACS -prebind LIBS_CARBON -Xlinker -headerpad 
-Xlinker 690
  
  #define C_SWITCH_SYSTEM_TEMACS -Dtemacs
  




reply via email to

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