Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8296 in orxonox.OLD for branches/terrain/src/defs/debug.h


Ignore:
Timestamp:
Jun 9, 2006, 1:04:56 AM (19 years ago)
Author:
ponder
Message:
  • volfog_effect.cc didn't compile on macosx, because there's no glX* stuff. Now macosx is handled specially
  • For some reason, PACKAGE_NAME, PACKAGE_VERSION and similar variables were not found. I added them to debug.h, but thats just temporary.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/terrain/src/defs/debug.h

    r8282 r8296  
    111111#define PRINTFORX_VDEBUG  PRINTF5
    112112
     113#ifndef ORX_DATADIR
     114#define ORX_DATADIR "/usr/share"
     115#endif
     116#ifndef DEBUG_LEVEL
     117#define DEBUG_LEVEL 2
     118#endif
    113119#if DEBUG_LEVEL <= 3
    114120#define PRINTF(x)        PRINT(x)
Note: See TracChangeset for help on using the changeset viewer.