Revision 692,
632 bytes
checked in by mattausch, 19 years ago
(diff) |
adding ogre 1.2 and dependencies
|
Line | |
---|
1 | INCLUDES = $(STLPORT_CFLAGS) -I$(top_srcdir)/PlatformManagers/GLX/include -I$(top_srcdir)/RenderSystems/GL/include -I$(top_srcdir)/RenderSystems/GL/include/GLX -I$(top_srcdir)/OgreMain/include $(PLATFORM_CFLAGS) -DSHAREDIR=\"$(pkgdatadir)\" |
---|
2 | |
---|
3 | platformdir = $(libdir) |
---|
4 | platform_LTLIBRARIES = libOgrePlatform.la |
---|
5 | |
---|
6 | libOgrePlatform_la_SOURCES = OgreGLXConfig.cpp\ |
---|
7 | OgreGLXInput.cpp \ |
---|
8 | OgreGLXTimer.cpp \ |
---|
9 | OgreGLXPlatform.cpp |
---|
10 | |
---|
11 | libOgrePlatform_la_LDFLAGS = -module $(SHARED_FLAGS) -L$(top_builddir)/OgreMain/src |
---|
12 | libOgrePlatform_la_LIBADD = $(PLATFORM_LIBS) $(GL_LIBS) -lOgreMain -lXaw |
---|
13 | |
---|
Note: See
TracBrowser
for help on using the repository browser.