Revision 657,
1015 bytes
checked in by mattausch, 19 years ago
(diff) |
added ogre dependencies and patched ogre sources
|
Line | |
---|
1 | INCLUDES = $(STLPORT_CFLAGS) -I$(top_srcdir)/PlugIns/ParticleFX/include -I$(top_srcdir)/OgreMain/include -DPLUGIN_ParticleFX_EXPORTS |
---|
2 | |
---|
3 | pkglib_LTLIBRARIES = Plugin_ParticleFX.la |
---|
4 | |
---|
5 | Plugin_ParticleFX_la_SOURCES = OgreAreaEmitter.cpp \ |
---|
6 | OgreBoxEmitter.cpp \ |
---|
7 | OgreColourFaderAffector.cpp \ |
---|
8 | OgreColourFaderAffector2.cpp \ |
---|
9 | OgreColourImageAffector.cpp \ |
---|
10 | OgreColourInterpolatorAffector.cpp \ |
---|
11 | OgreCylinderEmitter.cpp \ |
---|
12 | OgreEllipsoidEmitter.cpp \ |
---|
13 | OgreHollowEllipsoidEmitter.cpp \ |
---|
14 | OgreLinearForceAffector.cpp \ |
---|
15 | OgreParticleFX.cpp \ |
---|
16 | OgrePointEmitter.cpp \ |
---|
17 | OgreRingEmitter.cpp \ |
---|
18 | OgreRotationAffector.cpp \ |
---|
19 | OgreScaleAffector.cpp |
---|
20 | |
---|
21 | Plugin_ParticleFX_la_LDFLAGS = -module $(PLUGIN_FLAGS) -L$(top_builddir)/OgreMain/src -Wl,-z,defs |
---|
22 | Plugin_ParticleFX_la_LIBADD = -lOgreMain |
---|
Note: See
TracBrowser
for help on using the repository browser.