Leaked source code of windows server 2003
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.
|
|
# 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
|