Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2995 in orxonox.OLD for orxonox/trunk/importer


Ignore:
Timestamp:
Nov 26, 2004, 2:49:55 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: merged branches/osX back into the Trunk.
Conflicts resolved in Favor of trunk in all the Makefiles, and fixed many strange entries in configure.ac
merged with command: svn merge branches/osX/ trunk/ -r 2887:HEAD
AND most Important of all: change back to AUTOMAKE-1.7

Location:
orxonox/trunk/importer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/importer/object.cc

    r2988 r2995  
    341341        {
    342342          readGroup (Buffer+2);
     343        }
     344      else if (!strncmp(Buffer, "s", 1))
     345        {
     346          if (verbose >= 1)
     347            printf("smoothing groups not suportet yet. line: %s\n", Buffer);
    343348        }
    344349    }
  • orxonox/trunk/importer/windowHandler.h

    r2936 r2995  
    66#include <GL/gl.h>
    77#include <GL/glu.h>
     8
     9#ifndef __APPLE__
    810#include <SDL/SDL.h>
     11#else
     12#include <SDL.h>
     13#endif
    914
    1015#include <stdarg.h>
Note: See TracChangeset for help on using the changeset viewer.