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.
45 lines
988 B
45 lines
988 B
!IF 0
|
|
|
|
Copyright (c) 1989-2000 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
dirs.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the subdirectories of the current directory that
|
|
contain component makefiles.
|
|
|
|
|
|
NOTE: The order is important. Do not change unless you know what you're doing!
|
|
|
|
!ENDIF
|
|
|
|
# NOTE: Though we have the source code in .\pbasetup, pbasetup isn't in this list.
|
|
# Instead, it's being built and checked in as a binary. Pbasetup needs to
|
|
# exist only in x86 form, because it goes into PBAinst.exe (which is x86-only).
|
|
# 'pbasetup{x86}' doesn't work because non-x86 builds would break in postbuild
|
|
# because pbasetup.exe was missing.
|
|
|
|
DIRS=\
|
|
cmdebug \
|
|
cmcontbl \
|
|
cmsecure \
|
|
cmsetup \
|
|
uapi \
|
|
cmutil \
|
|
ccfg9x{x86} \
|
|
ccfgnt \
|
|
cmcfg \
|
|
cmdial \
|
|
cmdl \
|
|
cmmgr \
|
|
cmmon \
|
|
cmpbk \
|
|
customactions \
|
|
cmstp \
|
|
cnetcfg \
|
|
migrate \
|
|
pbasetup \
|
|
profwiz
|