37 lines
501 B
Plaintext
37 lines
501 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (C) Microsoft Corporation, 1989 - 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
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
KamenM 11/2/1997 Add CharConv to the directory list.
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
DIRS= \
|
||
|
CharConv \
|
||
|
rtifs \
|
||
|
mtrt \
|
||
|
trans \
|
||
|
DbgLib \
|
||
|
dll \
|
||
|
epmap \
|
||
|
exts \
|
||
|
DbgCmd
|
||
|
|
||
|
|