34 lines
423 B
Plaintext
34 lines
423 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.
|
||
|
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Jeff Jones (JeffJon) 7-Sep-2000
|
||
|
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
# parser must be built before all other directories
|
||
|
|
||
|
DIRS=\
|
||
|
parser \
|
||
|
dsmod \
|
||
|
dsadd \
|
||
|
dsrm \
|
||
|
dsquery \
|
||
|
dsget \
|
||
|
dsmove
|