source:
downloads/RenderSystems/GL/src/win32/Makefile.am
@
1
Last change on this file since 1 was 1, checked in by landauf, 17 years ago | |
---|---|
File size: 450 bytes |
Rev | Line | |
---|---|---|
[1] | 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 | $(CFLAGS_VISIBILITY) | |
5 | ||
6 | noinst_LTLIBRARIES = libsupport.la | |
7 | ||
8 | libsupport_la_SOURCES = ../OgreWin32GLSupport.cpp \ | |
9 | ../OgreWin32RenderTexture.cpp \ | |
10 | ../OgreWin32Window.cpp \ | |
11 | OgreWin32Context.cpp | |
12 | libsupport_la_LDFLAGS = |
Note: See TracBrowser
for help on using the repository browser.