Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Samples/Makefile.am @ 3

Last change on this file since 3 was 3, checked in by anonymous, 17 years ago

=update

File size: 433 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.