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.
18 lines
442 B
18 lines
442 B
# 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
|