19 lines
442 B
Plaintext
19 lines
442 B
Plaintext
|
# 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
|