Rev | Line | |
---|
[3] | 1 | INCLUDES = $(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 | |
---|
| 8 | noinst_LTLIBRARIES = libsupport.la |
---|
| 9 | |
---|
| 10 | libsupport_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.