You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
456 B
33 lines
456 B
!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
|