Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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

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

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/gui/gui_opengl/Makefile.am

    r5311 r5312  
    1 SUBDIRS = gui_gtk         
     1MAINSRCDIR=../../..
     2include $(MAINSRCDIR)/defs/include_paths.am
     3
     4AM_LDFLAGS =
     5
     6noinst_LIBRARIES = libORXguiGL.a
     7
     8libORXguiGL_a_CPPFLAGS = -DBUILD_ORXONOX
     9
     10
     11libORXguiGL_a_SOURCES = glmenu/glmenu_imagescreen.cc
     12
     13noinst_HEADERS= glmenu/glmenu_imagescreen.h
     14
     15
     16EXTRA_DIST =
     17
Note: See TracChangeset for help on using the changeset viewer.