Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8296 in orxonox.OLD for branches/terrain/src/orxonox.cc


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/orxonox.cc

    r8145 r8296  
    2727#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_ORXONOX
    2828#include "orxonox.h"
    29 
     29#ifndef PACKAGE_NAME
     30#define PACKAGE_NAME "orxonox"
     31#endif
     32#ifndef PACKAGE_VERSION
     33#define PACKAGE_VERSION "00"
     34#endif
    3035#include "globals.h"
    3136
Note: See TracChangeset for help on using the changeset viewer.