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.
22 lines
670 B
22 lines
670 B
############################################################################
|
|
#
|
|
# Copyright (C) 1999, Microsoft Corporation.
|
|
#
|
|
# All rights reserved.
|
|
#
|
|
############################################################################
|
|
|
|
all:
|
|
|
|
clean:
|
|
|
|
tree:
|
|
!if "$(processor_architecture)"=="x86"
|
|
release MOTDmiEngine.ocx unsigned\$(processor_architecture).bin
|
|
release Wcdmidce.dll CORE\$(processor_architecture).bin
|
|
release Wcdmi.dll CORE\$(processor_architecture).bin
|
|
release wbemdmip.mof CORE\COMMON
|
|
release WbemDmip.dll CORE\$(processor_architecture).bin
|
|
release Newnode.mof CORE\COMMON
|
|
release Wdmiutil.dll CORE\$(processor_architecture).bin
|
|
!endif
|