Revision 692,
654 bytes
checked in by mattausch, 19 years ago
(diff) |
adding ogre 1.2 and dependencies
|
Line | |
---|
1 | INCLUDES = $(STLPORT_CFLAGS) -I$(top_srcdir)/PlatformManagers/gtk/include \ |
---|
2 | -I$(top_srcdir)/OgreMain/include -DSHAREDIR=\"$(pkgdatadir)\" \ |
---|
3 | -I$(top_srcdir)/RenderSystems/GL/include $(PLATFORM_CFLAGS) $(GLSUPPORT_CFLAGS) |
---|
4 | |
---|
5 | platformdir = $(libdir) |
---|
6 | platform_PROGRAMS = libOgrePlatform.so |
---|
7 | |
---|
8 | libOgrePlatform_so_SOURCES = GTKConfig.cpp\ |
---|
9 | GTKInput.cpp \ |
---|
10 | GTKTimer.cpp \ |
---|
11 | Platform.cpp |
---|
12 | |
---|
13 | libOgrePlatform_so_LDFLAGS = $(SHARED_FLAGS) -L$(top_builddir)/OgreMain/src |
---|
14 | libOgrePlatform_so_LDADD = $(PLATFORM_LIBS) $(GL_LIBS) -lOgreMain |
---|
15 | |
---|
16 | pkgdata_DATA = ogre-config.glade ogre-gtk-side.png |
---|
Note: See
TracBrowser
for help on using the repository browser.