source:
downloads/RenderSystems/GL/src/gtk/Makefile.am
@
1
Last change on this file since 1 was 1, checked in by landauf, 17 years ago | |
---|---|
File size: 456 bytes |
Line | |
---|---|
1 | INCLUDES = $(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/include/$(OGRE_GLSUPPORT) \ |
5 | -I$(top_srcdir)/RenderSystems/GL/src/$(OGRE_GLSUPPORT) |
6 | |
7 | noinst_LTLIBRARIES = libsupport.la |
8 | |
9 | libsupport_la_SOURCES = OgreGTKGLSupport.cpp OgreGTKWindow.cpp |
Note: See TracBrowser
for help on using the repository browser.