diff options
Diffstat (limited to '')
-rw-r--r-- | private/ntos/cache/dirs | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/private/ntos/cache/dirs b/private/ntos/cache/dirs new file mode 100644 index 000000000..a2a38f0fd --- /dev/null +++ b/private/ntos/cache/dirs @@ -0,0 +1,24 @@ +!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: + + +NOTE: Commented description of this file is in \nt\bak\bin\dirs.tpl + +!ENDIF + +DIRS=up + +OPTIONAL_DIRS=mp |