mirror of https://github.com/tongzx/nt5src
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.
35 lines
601 B
35 lines
601 B
!IF 0
|
|
|
|
Copyright (c) 1993 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
dirs.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the subdirectories of the current directory that
|
|
contain component makefiles.
|
|
|
|
|
|
Author:
|
|
|
|
David N. Cutler (davec) 8-Apr-1993
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\dirs.tpl
|
|
|
|
!ENDIF
|
|
|
|
DIRS=\
|
|
lib \
|
|
generic \
|
|
p3{x86} \
|
|
amdk6{x86} \
|
|
amdk7{x86} \
|
|
crusoe{x86} \
|
|
procsym
|
|
|
|
OPTIONAL_DIRS=\
|
|
tools \
|
|
merced{ia64} \
|
|
mckinley{ia64}
|