25 lines
458 B
Plaintext
25 lines
458 B
Plaintext
|
#######################################################################
|
||
|
#
|
||
|
# PandoraNG Makefile
|
||
|
#
|
||
|
# (C) 1996 Microsoft
|
||
|
#
|
||
|
# a-jeffs 12-05-96 Created
|
||
|
#
|
||
|
#
|
||
|
########################################################################
|
||
|
# PandoraNG makefile
|
||
|
#
|
||
|
|
||
|
SUBDIRS= \
|
||
|
!if "$(TARGETOS)"=="NT" || "$(TARGETOS)"==""
|
||
|
proxy \
|
||
|
stub \
|
||
|
server \
|
||
|
dcom \
|
||
|
fastprox \
|
||
|
trantest \
|
||
|
wbemprox \
|
||
|
wbemdisp \
|
||
|
!endif
|