windows-nt/Source/XPSP1/NT/admin/wmi/wbem/providers/smbios/makefile.sms

19 lines
442 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
# Copyright (c) 1997-2001 Microsoft Corporation, All Rights Reserved
#######################################################################
#
# PandoraNG Makefile
#
# (C) 1996-99 Microsoft
#
# a-jeremm 11/20/98 Created
#
########################################################################
SUBDIRS= \
!if "$(TARGETOS)"=="NT" || "$(TARGETOS)"==""
!if "$(PROCESSOR_ARCHITECTURE)"=="x86"
smbdpmi \
smbios \
!endif
!endif