Revision 692,
437 bytes
checked in by mattausch, 19 years ago
(diff) |
adding ogre 1.2 and dependencies
|
Line | |
---|
1 | INCLUDES = $(STLPORT_CFLAGS) -I$(top_srcdir)/PlugIns/EXRCodec/include -I$(top_srcdir)/OgreMain/include $(OPENEXR_CFLAGS) |
---|
2 | |
---|
3 | pkglib_LTLIBRARIES = Plugin_EXRCodec.la |
---|
4 | |
---|
5 | Plugin_EXRCodec_la_SOURCES = OgreEXRCodec.cpp \ |
---|
6 | O_IStream.cpp \ |
---|
7 | OgreEXRCodecDll.cpp |
---|
8 | |
---|
9 | Plugin_EXRCodec_la_LDFLAGS = -module $(PLUGIN_FLAGS) -L$(top_builddir)/OgreMain/src -Wl,-z,defs |
---|
10 | Plugin_EXRCodec_la_LIBADD = -lOgreMain $(OPENEXR_LIBS) |
---|
Note: See
TracBrowser
for help on using the repository browser.