35 lines
513 B
Plaintext
35 lines
513 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1989 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
dirs.
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
This file specifies the subdirectories of the current directory that
|
||
|
contain component makefiles.
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
DIRS= lib \
|
||
|
ftonline
|
||
|
|
||
|
OPTIONAL_DIRS = \
|
||
|
ftbreak \
|
||
|
ftlink \
|
||
|
ftinit \
|
||
|
ftmirror \
|
||
|
ftorphan \
|
||
|
ftpart \
|
||
|
ftregen \
|
||
|
ftstripe \
|
||
|
ftswp \
|
||
|
ftvolset \
|
||
|
ftstate \
|
||
|
ftredist \
|
||
|
ftextend \
|
||
|
ftasr \
|
||
|
ftman
|