Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5312 in orxonox.OLD for trunk/src/Makefile.am


Ignore:
Timestamp:
Oct 8, 2005, 1:21:30 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: build the glMenu as part of the new LIB: libORXguiGL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile.am

    r5311 r5312  
    1111
    1212orxonox_DEPENDENCIES = lib/gui/gui_gtk/libORXgui.a \
     13                       lib/gui/gui_opengl/libORXguiGL.a \
    1314                       lib/graphics/importer/libORXimporter.a \
    1415                       lib/sound/libORXsound.a \
     
    2223
    2324orxonox_LDADD = lib/gui/gui_gtk/libORXgui.a \
     25                lib/gui/gui_opengl/libORXguiGL.a \
    2426                lib/graphics/importer/libORXimporter.a \
    2527                lib/sound/libORXsound.a \
     
    8688                  lib/math/vector.cc \
    8789                  lib/math/curve.cc \
    88                   glmenu/glmenu_imagescreen.cc \
    8990                  subprojects/benchmark.cc
    9091
     
    162163                 lib/math/vector.h \
    163164                 lib/math/curve.h \
    164                  glmenu/glmenu_imagescreen.h \
    165165                 subprojects/benchmark.h
    166166
Note: See TracChangeset for help on using the changeset viewer.