source:
downloads/Samples/Makefile.am
@
1
Last change on this file since 1 was 1, checked in by landauf, 18 years ago | |
---|---|
File size: 445 bytes |
Line | |
---|---|
1 | SUBDIRS = Common |
2 | |
3 | if OGRE_BUILDING_DEMOS |
4 | SUBDIRS += SkeletalAnimation BezierPatch EnvMapping Transpacency Lighting \ |
5 | ParticleFX TextureFX SkyDome BSP SkyPlane SkyBox CameraTrack Terrain \ |
6 | RenderToTexture Water CubeMapping Dot3Bump Smoke CelShading Fresnel \ |
7 | DynTex VolumeTex Grass DeferredShading |
8 | |
9 | if HAVE_CEGUI |
10 | SUBDIRS += Gui FacialAnimation OceanDemo Compositor Shadows Instancing |
11 | endif |
12 | endif |
Note: See TracBrowser
for help on using the repository browser.