!IF 0

Copyright (c) 1989  Microsoft Corporation

Module Name:

    dirs.

Abstract:

    This file specifies the subdirectories of the current directory that
    contain component makefiles for building the Multimedia system.

Author:

    Nigel Thompson (NigelT) 20-Mar-91

Modified:
    Steve Davies     Jan 92  Take control
    Robin Speed      Jan 92  Take control
    Mike Tricker (MikeTri) 30-Mar-93 Removed MCIHWND
    Mike Tricker (MikeTri) 31-Mar-93 Added MVAUDIO and MVOPL3
    Geoff Dahl (GeoffD) Added ACM drop.  Changed msacm32 to msacm
    Stephen Estrop (StephenE) 11-Mar-94 Added mmcntrls
    Stephen Estrop (StephenE) 27-Jun-94 Removed mvfs32
    Steve Davies   (SteveDav)  4-Nov-94 Removed mmcntrls
    Steve Davies   (SteveDav) 19-Jan-95 change order to build apps last

    Build the "applications" last.  This way the libraries will be
    built first.


!ENDIF

DIRS=winmm    \
     mmdrv    \
     mciwave  \
     mciseq   \
     mcicda   \
     mciole   \
     drivers  \
     msacm    \
     dsound   \
     avi      \
     synth    \
     mixerapp \
     sndrec32 \
     mplayer2 \
     midimap  \
     cdplayer \
     dplay
     

OPTIONAL_DIRS=samples  \
              test
