30 lines
348 B
Plaintext
30 lines
348 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1989-91 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
dirs.
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
This file specifies the subdirectories of the current directory that
|
||
|
contain component makefiles.
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
|
||
|
DIRS=\
|
||
|
rpc \
|
||
|
registry \
|
||
|
client \
|
||
|
faxevent \
|
||
|
faxmapi \
|
||
|
faxroute \
|
||
|
server
|
||
|
|
||
|
OPTIONAL_DIRS=\
|
||
|
stress \
|
||
|
stattest
|
||
|
|