27 lines
514 B
Plaintext
27 lines
514 B
Plaintext
# Copyright (C) Microsoft Corporation, 2002
|
|
#
|
|
# Build for MSMs.
|
|
#
|
|
|
|
TARGETNAME=BITS.msm
|
|
TARGETPATH=..\bins\$(O)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
#
|
|
# The MSM Requires that the other BITS binaries already be built...
|
|
#
|
|
SYNCHRONIZE_DRAIN=1
|
|
|
|
#
|
|
# No explicit sources because build doesn't understand .idt files.
|
|
#
|
|
SOURCES=
|
|
|
|
#
|
|
# Use NTTARGETFILE0 macros to cause the .idt MSM tables to get built
|
|
# during the compile phase. This is done to fit within the standard
|
|
# build process.
|
|
#
|
|
NTTARGETFILE0=make_msm
|
|
|