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.
51 lines
954 B
51 lines
954 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:
|
|
|
|
Rick Sailor (Ricksa) 22-Jan-1994
|
|
|
|
!ENDIF
|
|
|
|
#
|
|
# This is a list of all subdirectories that build required components.
|
|
# Each subdirectory name should appear on a line by itself. The build
|
|
# follows the order in which the subdirectories are specified.
|
|
#
|
|
|
|
DIRS= \
|
|
act \
|
|
assert \
|
|
oledll2 \
|
|
dll \
|
|
olebind \
|
|
server1 \
|
|
server2 \
|
|
server3 \
|
|
stgdrt \
|
|
letest \
|
|
simpdnd \
|
|
simpsvr \
|
|
simpcntr \
|
|
uthread \
|
|
oletest
|
|
|
|
#
|
|
# This is a list of all subdirectories that build optional components.
|
|
# Each subdirectory name should appear on a line by itself. The build
|
|
# follows the order in which the subdirectories are specified.
|
|
#
|
|
|
|
OPTIONAL_DIRS=
|
|
|