mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
compleated the removal of net_apps from makefile, fix build with readfile build
svn path=/trunk/; revision=2452
This commit is contained in:
parent
b3486a5605
commit
289a784eef
1 changed files with 3 additions and 25 deletions
|
@ -66,12 +66,11 @@ STORAGE_DRIVERS = class2 scsiport atapi disk
|
|||
#SYS_APPS = lsass services shell winlogon
|
||||
SYS_APPS = services shell winlogon
|
||||
|
||||
#readfile
|
||||
APPS = args hello test cat bench apc shm lpc thread event file gditest \
|
||||
pteb consume dump_shared_data vmtest regtest alive mstest nptest \
|
||||
objdir atomtest winhello partinfo mutex readfile
|
||||
|
||||
#NET_APPS = ncftp ping roshttpd telnet
|
||||
NET_APPS =
|
||||
objdir atomtest winhello partinfo mutex
|
||||
|
||||
|
||||
#lzexpand mapi32 (missing imports)
|
||||
#dsound (missing winmm.dll)
|
||||
|
@ -167,27 +166,6 @@ $(APPS:%=%_install): %_install:
|
|||
|
||||
.PHONY: $(APPS) $(APPS:%=%_implib) $(APPS:%=%_clean) $(APPS:%=%_install) $(APPS:%=%_dist)
|
||||
|
||||
#
|
||||
# Network applications
|
||||
#
|
||||
$(NET_APPS): %:
|
||||
make -C apps/net/$*
|
||||
|
||||
$(NET_APPS:%=%_implib): %_implib:
|
||||
make -C apps/net/$* implib
|
||||
|
||||
$(NET_APPS:%=%_clean): %_clean:
|
||||
make -C apps/net/$* clean
|
||||
|
||||
$(NET_APPS:%=%_dist): %_dist:
|
||||
make -C apps/net/$* dist
|
||||
|
||||
$(NET_APPS:%=%_install): %_install:
|
||||
make -C apps/net/$* install
|
||||
|
||||
.PHONY: $(NET_APPS) $(NET_APPS:%=%_implib) $(NET_APPS:%=%_clean) $(NET_APPS:%=%_install) $(NET_APPS:%=%_dist)
|
||||
|
||||
|
||||
#
|
||||
# Wine DLLs
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue