28 lines
472 B
Plaintext
28 lines
472 B
Plaintext
|
#######################################################################
|
||
|
#
|
||
|
# PandoraNG Makefile
|
||
|
#
|
||
|
# (C) 1996 Microsoft
|
||
|
#
|
||
|
# a-jeffs 12-05-96 Created
|
||
|
#
|
||
|
#
|
||
|
########################################################################
|
||
|
# PandoraNG makefile
|
||
|
#
|
||
|
|
||
|
SUBDIRS= \
|
||
|
!if "$(TARGETOS)"=="NT" || "$(TARGETOS)"==""
|
||
|
common \
|
||
|
minimfc \
|
||
|
mofcomp_dll \
|
||
|
coredll \
|
||
|
marshalers \
|
||
|
ess\ess3
|
||
|
wbemtest \
|
||
|
mofcompiler \
|
||
|
stdprov \
|
||
|
redirect \
|
||
|
security \
|
||
|
!endif
|