Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/RenderSystems/GL/src/GLSL/src/Makefile.am @ 3

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

=update

File size: 703 bytes
Line 
1INCLUDES = $(STLPORT_CFLAGS) -I$(top_srcdir)/RenderSystems/GL/include \
2           -I$(top_srcdir)/OgreMain/include $(GLSUPPORT_CFLAGS) \
3           -I$(top_srcdir)/PlatformManagers/$(OGRE_PLATFORM)/include \
4           -I$(top_srcdir)/RenderSystems/GL/src/$(OGRE_GLSUPPORT) \
5           -I$(top_srcdir)/RenderSystems/GL/src/GLSL/include \
6           $(CFLAGS_VISIBILITY)
7
8noinst_LTLIBRARIES=libGLSL.la
9libGLSL_la_SOURCES = OgreGLSLExtSupport.cpp \
10                    OgreGLSLLinkProgramManager.cpp \
11                    OgreGLSLGpuProgram.cpp \
12                    OgreGLSLProgram.cpp \
13                    OgreGLSLLinkProgram.cpp \
14                    OgreGLSLProgramFactory.cpp
15libGLSL_la_LDFLAGS =
Note: See TracBrowser for help on using the repository browser.