removed programs that link to iphlpapi till exports are worked out.

svn path=/trunk/; revision=9510
This commit is contained in:
Mark Tempel 2004-05-28 02:32:43 +00:00
parent d7b5932acd
commit bd2990f457

View file

@ -25,8 +25,6 @@ APPS = calc \
net$(SEP)niclist \ net$(SEP)niclist \
net$(SEP)whois \ net$(SEP)whois \
net$(SEP)arp \ net$(SEP)arp \
net$(SEP)netstat \
net$(SEP)ipconfig \
net$(SEP)ncftp \ net$(SEP)ncftp \
regedt32 \ regedt32 \
welcome \ welcome \
@ -40,6 +38,8 @@ APPS = calc \
# Removed because it doesn't build correctly # Removed because it doesn't build correctly
# #
# sysutils$(SEP)tlist \ # sysutils$(SEP)tlist \
# net$(SEP)netstat \
# net$(SEP)ipconfig \
# #
all: $(APPS) all: $(APPS)