35 lines
552 B
Plaintext
35 lines
552 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1989-98 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
dirs.
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
This file specifies the subdirectories of the current directory that
|
||
|
contain component makefiles.
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Murali R. Krishnan ( MuraliK) 20-March-1996
|
||
|
|
||
|
NOTE: Commented description of this file is in \nt\public\oak\bin\dirs.tpl
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
# Fill in the directory entries here
|
||
|
|
||
|
DIRS = \
|
||
|
# interfac \
|
||
|
# cnfg \
|
||
|
# serv \
|
||
|
# cmdline \
|
||
|
# filter \
|
||
|
# driver \
|
||
|
# kdriver
|
||
|
|
||
|
OPTIONAL_DIRS =
|
||
|
|