37 lines
521 B
Plaintext
37 lines
521 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (C) Microsoft Corporation, 1994 - 1999
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
dirs.
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
This file specifies the subdirectories of the current directory that
|
||
|
contain component makefiles.
|
||
|
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Steve Wood (stevewo) 17-Apr-1990
|
||
|
|
||
|
NOTE: Commented description of this file is in \nt\bak\bin\dirs.tpl
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
DIRS=inc \
|
||
|
common \
|
||
|
rpcrt \
|
||
|
workset \
|
||
|
local \
|
||
|
lpc \
|
||
|
context \
|
||
|
postmsg \
|
||
|
raw \
|
||
|
rawio \
|
||
|
scale \
|
||
|
syncmgr
|
||
|
|
||
|
OPTIONAL_DIRS=
|