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

Re: [Condor-users] Macro defined by condor_compile



On Mon, Oct 10, 2005 at 05:50:04PM -0500, Thomas Materna wrote:
> Hi,
> 
> Does somebody know if condor_compile defines macros that I can see from the
> compiled file (does it append something like -Dxxx to the gcc falgs, for
> example). What I would like to do is to be able to test if the code is being
> compile using condor_compile or not, using something like (in C)
> #ifdef CONDOR_COMPILE_MACRO
> ...
> 
> Thanks in advance ;-)
> 

There are none - all condor_compile does is change the linker flags; it
never touches source code.

-Erik