Revision 692,
1.1 KB
checked in by mattausch, 19 years ago
(diff) |
adding ogre 1.2 and dependencies
|
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 | OgreDeflectorPlaneAffector.cpp \ |
---|
13 | OgreDirectionRandomiserAffector.cpp \ |
---|
14 | OgreEllipsoidEmitter.cpp \ |
---|
15 | OgreHollowEllipsoidEmitter.cpp \ |
---|
16 | OgreLinearForceAffector.cpp \ |
---|
17 | OgreParticleFX.cpp \ |
---|
18 | OgrePointEmitter.cpp \ |
---|
19 | OgreRingEmitter.cpp \ |
---|
20 | OgreRotationAffector.cpp \ |
---|
21 | OgreScaleAffector.cpp |
---|
22 | |
---|
23 | Plugin_ParticleFX_la_LDFLAGS = -module $(PLUGIN_FLAGS) -L$(top_builddir)/OgreMain/src -Wl,-z,defs |
---|
24 | Plugin_ParticleFX_la_LIBADD = -lOgreMain |
---|
Note: See
TracBrowser
for help on using the repository browser.