blob: 0052409cb80082604445b5fea307efb947e1ee3b (
plain) (
tree)
|
|
!IF 0
Copyright (c) 1989 Microsoft Corporation
Module Name:
dirs.
Abstract:
This file specifies the subdirectories of the current directory that
contain component makefiles.
Author:
Rick Sailor (Ricksa) 15-Mar-1994
!ENDIF
#
# This is a list of all subdirectories that build required components.
# Each subdirectory name should appear on a line by itself. The build
# follows the order in which the subdirectories are specified.
#
DIRS= \
\
cntroutl \
icntrotl \
isvrotl \
svroutl
|