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

Revision 657, 457 bytes checked in by mattausch, 19 years ago (diff)

added ogre dependencies and patched ogre sources

Line 
1INCLUDES = $(STLPORT_CFLAGS) -I$(top_builddir)/RenderSystems/GL/include \
2           -I$(top_builddir)/OgreMain/include $(GLSUPPORT_CFLAGS) \
3           -I$(top_builddir)/PlatformManagers/$(OGRE_PLATFORM)/include \
4           -I$(top_builddir)/RenderSystems/GL/include/$(OGRE_GLSUPPORT) \
5           -I$(top_builddir)/RenderSystems/GL/src/$(OGRE_GLSUPPORT)
6
7noinst_LTLIBRARIES = libsupport.la
8
9libsupport_la_SOURCES = OgreGTKGLSupport.cpp OgreGTKWindow.cpp
Note: See TracBrowser for help on using the repository browser.