swarm-support
[Top][All Lists]
Advanced

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

Re: interface declaration


From: Marcus G. Daniels
Subject: Re: interface declaration
Date: 20 Sep 2000 12:11:11 -0700
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "PJ" == Paul Johnson <address@hidden> writes:

PJ> Can we have a list of all FLAGS that are meaningful in Swarm?

These flags are available to Objective C Swarm users:

 EXTRACPPFLAGS, extra flags passed to the preprocessor

   Common application:  

     Changing the configuration of an application by defining
     preprocessor #defines.

     Adding an include directory.

   Example:  In mousetrap, the following activates the schedule inspector:

     $ make clean
     $ make EXTRACPPFLAGS=-DSCHEDULE_INSPECTION

   (Look for "#ifdef SCHEDULE_INSPECTION" in the mousetrap .m files.)

 EXTRAOBJCFLAGS, extra flags passed to the Objective C compiler

   Common application:  changing the compilation options of an application.

   Example:  Disabling optimization to simplify debugging

     $ make clean
     $ make EXTRAOBJCFLAGS=-O0

 EXTRALDFLAGS, extra flags passed to the linker
 EXTRALIBS, extra libraries added to the link

   Common application:  substituting or adding a library in the link

   Example:  link against the Gtk widget library

     $ make clean
     $ make EXTRALDFLAGS=-L/packages/lib EXTRALIBS='-lgtk -lglib -lgmodule'

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

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