Revision 692,
405 bytes
checked in by mattausch, 19 years ago
(diff) |
adding ogre 1.2 and dependencies
|
Rev | Line | |
---|
[692] | 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 | |
---|
| 5 | noinst_LTLIBRARIES = libsupport.la |
---|
| 6 | |
---|
| 7 | libsupport_la_SOURCES = ../OgreWin32GLSupport.cpp \ |
---|
| 8 | ../OgreWin32RenderTexture.cpp \ |
---|
| 9 | ../OgreWin32Window.cpp \ |
---|
| 10 | OgreWin32Context.cpp |
---|
| 11 | libsupport_la_LDFLAGS = |
---|
Note: See
TracBrowser
for help on using the repository browser.