Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5561 in orxonox.OLD


Ignore:
Timestamp:
Nov 13, 2005, 5:44:59 PM (18 years ago)
Author:
bensch
Message:

orxonox/branches/network: taken out the benchmark temporarily.
This is because we had multiple problems compiling it on UBUNTU linux.

@patrick: can you have a look at this please?

Location:
branches/network/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/Makefile.am

    r5531 r5561  
    7070                  world_entities/power_ups/power_up.cc \
    7171                  world_entities/power_ups/turret_power_up.cc \
    72                   world_entities/power_ups/laser_power_up.cc \
    73                   subprojects/benchmark.cc
     72                  world_entities/power_ups/laser_power_up.cc
     73##                  subprojects/benchmark.cc
    7474
    7575noinst_HEADERS = orxonox.h ability.h defs/message_structures.h \
  • branches/network/src/orxonox.cc

    r5488 r5561  
    4646#include "fast_factory.h"
    4747
    48 #include "benchmark.h"
     48//#include "benchmark.h"
    4949
    5050#include "class_list.h"
     
    370370    {
    371371      if(! strcmp( "--help", argv[i]) || !strcmp("-h", argv[i])) return startHelp(argc, argv);
    372       else if(!strcmp( "--benchmark", argv[i]) || !strcmp("-b", argv[i])) return startBenchmarks();
     372//      else if(!strcmp( "--benchmark", argv[i]) || !strcmp("-b", argv[i])) return startBenchmarks();
    373373      else if(!strcmp( "--gui", argv[i]) || !strcmp("-g", argv[i])) showGui = true;
    374374      //      else PRINTF(2)("Orxonox does not understand the arguments %s\n", argv[i]);
Note: See TracChangeset for help on using the changeset viewer.