Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

27 lines
457 B

MIBCC=mibcc.exe
# wins.mib must come before dhcp.mib
#
MIB_COMPONENTS=\
accserv.mib \
acs.mib \
authserv.mib \
wins.mib \
dhcp.mib \
ftp.mib \
gopherd.mib \
hostmib.mib \
http.mib \
igmpv2.mib \
inetsrv.mib \
ipforwd.mib \
lmmib2.mib \
mcastmib.mib \
mib_ii.mib \
mipx.mib \
mripsap.mib \
msft.mib \
printmib.mib \
$(O)\mib.bin: $(MIB_COMPONENTS)
$(MIBCC) -o$(O)\mib.bin $**