Changeset 20435

Show
Ignore:
Timestamp:
07/04/07 07:16:17 (1 year ago)
Author:
patrick
Message:

Define JUGGLER_DEBUG instead of _DEBUG and JUGGLER_OPT instead of _OPT.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/macros/vrj-helpers.m4

    r19909 r20435  
    664664    APP_CFLAGS="$2" 
    665665    APP_CXXFLAGS="$4" 
    666     APP_DEBUG_CFLAGS="$5 -D_DEBUG" 
    667     APP_OPTIM_CFLAGS="$6 -D_OPT -DNDEBUG" 
     666    APP_DEBUG_CFLAGS="$5 -DJUGGLER_DEBUG" 
     667    APP_OPTIM_CFLAGS="$6 -DJUGGLER_OPT -DNDEBUG" 
    668668    APP_DEFS="$8" 
    669669    APP_INCLUDES=ifelse([$7], , "$9", "-I\$($7)/include/$11 $9")