Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/RenderSystems/GL/src/GLX/Makefile.am @ 5

Last change on this file since 5 was 5, checked in by anonymous, 17 years ago

=hoffentlich gehts jetzt

File size: 457 bytes
Line 
1INCLUDES = $(STLPORT_CFLAGS) \
2           -I$(top_srcdir)/RenderSystems/GL/include \
3           -I$(top_srcdir)/RenderSystems/GL/include/GLX \
4           -I$(top_srcdir)/RenderSystems/GL/src/GLSL/include \
5           -I$(top_srcdir)/OgreMain/include $(GLSUPPORT_CFLAGS) \
6           $(CFLAGS_VISIBILITY)
7
8noinst_LTLIBRARIES = libsupport.la
9
10libsupport_la_SOURCES = OgreGLXGLSupport.cpp \
11                        OgreGLXWindow.cpp \
12                        OgreGLXRenderTexture.cpp \
13                        OgreGLXContext.cpp \
14                        OgreGLXUtils.cpp
Note: See TracBrowser for help on using the repository browser.