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.
30 lines
501 B
30 lines
501 B
#######################################################################
|
|
|
|
#
|
|
|
|
# PandoraNG Makefile
|
|
|
|
#
|
|
|
|
# Copyright (c) 1996-2001 Microsoft Corporation, All Rights Reserved
|
|
#
|
|
# a-jeffs 12-05-96 Created
|
|
#
|
|
#
|
|
########################################################################
|
|
# PandoraNG makefile
|
|
#
|
|
|
|
SUBDIRS= \
|
|
!if "$(TARGETOS)"=="NT" || "$(TARGETOS)"==""
|
|
!if "$(OPSYS)"!="NT64"
|
|
winsnmp \
|
|
!endif
|
|
common \
|
|
smir \
|
|
compilers \
|
|
provider\instclas \
|
|
mofs \
|
|
mibs \
|
|
smir_mofs \
|
|
!endif
|