source: OGRE/trunk/ogrenew/RenderSystems/GL/src/GLX/Makefile.am @ 657

Revision 657, 442 bytes checked in by mattausch, 18 years ago (diff)

added ogre dependencies and patched ogre sources

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