Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3779 in orxonox.OLD


Ignore:
Timestamp:
Apr 11, 2005, 8:09:17 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: now orxonox should compile in Windofs and osX again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/orxonox.cc

    r3731 r3779  
    335335}
    336336
     337#if defined __linux__
    337338
    338339#include "list.h"
     
    767768 
    768769}
     770
     771#else
     772
     773int startBenchmarks()
     774{
     775  PRINTF(1)("Benchmark is not implemented in this system\n");
     776}
     777
     778#endif
Note: See TracChangeset for help on using the changeset viewer.