Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Samples/Makefile.am @ 2

Last change on this file since 2 was 1, checked in by landauf, 17 years ago
File size: 445 bytes
Line 
1SUBDIRS = Common
2
3if 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
9if HAVE_CEGUI
10 SUBDIRS += Gui FacialAnimation OceanDemo Compositor Shadows Instancing
11endif
12endif
Note: See TracBrowser for help on using the repository browser.