38 lines
636 B
Plaintext
38 lines
636 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 2000 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
dirs
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
This file specifies the subdirectories of the current directory that
|
||
|
contain component makefiles.
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Cenk Ergan
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
#
|
||
|
# This is the list of subdirectories that build required components.
|
||
|
# Keep each subdirectory on its own line to minimize merge conflicts.
|
||
|
#
|
||
|
|
||
|
DIRS= \
|
||
|
itsrv \
|
||
|
conidle \
|
||
|
winidle \
|
||
|
|
||
|
|
||
|
#
|
||
|
# This is the list of subdirectories that build optional components.
|
||
|
# Keep each subdirectory on its own line to minimize merge conflicts.
|
||
|
#
|
||
|
|
||
|
OPTIONAL_DIRS= \
|
||
|
|