mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
removed $(net_apps) from build for reactos
svn path=/trunk/; revision=2451
This commit is contained in:
parent
0c57ecc79f
commit
b3486a5605
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ KERNEL_SERVICES = $(DEVICE_DRIVERS) $(INPUT_DRIVERS) $(FS_DRIVERS) \
|
|||
$(NET_DRIVERS) $(NET_DEVICE_DRIVERS) $(STORAGE_DRIVERS)
|
||||
|
||||
all: tools dk implib $(COMPONENTS) $(HALS) $(BUS) $(DLLS) $(SUBSYS) \
|
||||
$(LOADERS) $(KERNEL_SERVICES) $(SYS_APPS) $(APPS) $(NET_APPS) \
|
||||
$(LOADERS) $(KERNEL_SERVICES) $(SYS_APPS) $(APPS) \
|
||||
$(WINE_MODULES)
|
||||
|
||||
implib: $(COMPONENTS:%=%_implib) $(HALS:%=%_implib) $(BUS:%=%_implib) \
|
||||
|
|
Loading…
Reference in a new issue