mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +00:00
removed programs that link to iphlpapi till exports are worked out.
svn path=/trunk/; revision=9510
This commit is contained in:
parent
d7b5932acd
commit
bd2990f457
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue