Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5265 in orxonox.OLD for trunk/src


Ignore:
Timestamp:
Sep 27, 2005, 1:07:08 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: configure now also checks for glew, and includes it

Location:
trunk/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile.am

    r5263 r5265  
    3131                lib/tinyxml/libtinyxml.a \
    3232                lib/shell/libORXshell.a \
    33                 $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS) \
    34                 -lGLEW
     33                $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS)
    3534
    3635orxonox_SOURCES = orxonox.cc \
  • trunk/src/Makefile.in

    r5263 r5265  
    292292                lib/tinyxml/libtinyxml.a \
    293293                lib/shell/libORXshell.a \
    294                 $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS) \
    295                 -lGLEW
     294                $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS)
    296295
    297296orxonox_SOURCES = orxonox.cc \
  • trunk/src/lib/graphics/graphics_engine.cc

    r5264 r5265  
    277277//  delete shader;
    278278  shader->activateShader();
    279   exit(-1);
     279//  exit(-1);
    280280
    281281}
Note: See TracChangeset for help on using the changeset viewer.