32 lines
422 B
Plaintext
32 lines
422 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1998 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
dirs.
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
This file specifies the subdirectories of the current directory that
|
||
|
contain component makefiles.
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
DIRS=\
|
||
|
sxs \
|
||
|
sxsmain \
|
||
|
syscompact \
|
||
|
id \
|
||
|
idl \
|
||
|
eventlog \
|
||
|
utils \
|
||
|
uuid \
|
||
|
xmlparser \
|
||
|
xml \
|
||
|
tests \
|
||
|
debugexts \
|
||
|
dll
|
||
|
|
||
|
|