admin
base
com
componentdef
inc
mobile
mts
netfxoc
ole2ui32
ole32
oleutest
accctrl
act
assert
balls
cachetst
cfmex
channel
cmarshal
common
dll
inc
letest
memalloc
ole1
olebind
oledll2
oleexts
oletest
perf
perf16
perform
rot
server1
server2
server3
simpcntr
simpdnd
simpsvr
stgbvt
comtools
ctolerpc
ctolestg
batch
common
dbcs
dfhelp
chicago
daytona
mac
utest
daytona
dirs
utest.cxx
chancedf.cxx
chancend.cxx
createdf.cxx
dirs
stgwrap.cxx
util.cxx
vcnode.cxx
virtdf.cxx
vsnode.cxx
filebyts
inc
stgutil
testhelp
dirs
tests
tools
daytona.mk
dirs
bldbvt.bat
readme.txt
stgdrt
trktest
utests16
uthread
cairo.inc
chicago.inc
daytona.inc
dirs
makefil0
olebvt.bat
oleutest.bat
oleutest.reg
published
rpc
rpcutil
svcdlls
winole
dirs
makefil0
project.mk
developer
drivers
ds
enduser
inetcore
inetsrv
loc
mergedcomponents
multimedia
net
printscan
public
published
sdktools
shell
termsrv
tools
windows
dirs
makefil0
39 lines
786 B
Plaintext
39 lines
786 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:
|
||
|
||
deane 3-04-96
|
||
|
||
!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=
|
||
|
||
#
|
||
# 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= \
|
||
daytona \
|
||
chicago \
|
||
cairo
|
||
|