Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3863 in orxonox.OLD for orxonox/trunk/src/defs


Ignore:
Timestamp:
Apr 18, 2005, 10:10:26 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: efence compile support, minor changes at animation, and texture has now only support for sdl-image

Location:
orxonox/trunk/src/defs
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/defs/debug.h

    r3813 r3863  
    1919
    2020    There are two main modes HARD and SOFT. HARD is precessed during compileTime where SOFT is for runtime.
    21     \li HARD: One can choose between different modes. see: // DEFINE_MODULES \\
     21    \li HARD: One can choose between different modes. see: // DEFINE_MODULES
    2222    \li SOFT: If you want each module can have its own variable for processing. just pass it to DEBUG_MODULE_SOFT
    2323*/
     
    2626#define _DEBUG_H
    2727
    28 #if HAVE_CONFIG_H
    29 #include <config.h>
    30 #endif
     28#include "confincl.h"
    3129
    3230#include <stdio.h>
     
    5654#define HARD_DEBUG_LEVEL DEBUG
    5755#else /* DEBUG_SPECIAL_MODULE */
    58 // DEFINE MODULES \\
     56// DEFINE MODULES
    5957#define DEBUG_MODULE_ORXONOX            0
    6058#define DEBUG_MODULE_WORLD              1
  • orxonox/trunk/src/defs/stdincl.h

    r3860 r3863  
    1111typedef unsigned char byte;
    1212
    13 // this includes the information from configure/makefiles
    14 #if HAVE_CONFIG_H
    15 #include <config.h>
    16 #endif
     13#include "confincl.h"
    1714
    1815#ifdef __WIN32__
Note: See TracChangeset for help on using the changeset viewer.