1
0
mirror of https://github.com/deadw00d/AROS.git synced 2025-12-06 05:00:25 +00:00

Disabled usergroup.library and netinfo.device

Interface needs a review before making it public, for example utmp.h
contains long variables, which have different size between 32-bit
and 64-bit.
This commit is contained in:
deadwood
2025-10-17 09:31:43 +02:00
parent 856fe0c77c
commit 512f1a382b
4 changed files with 22 additions and 23 deletions

View File

@ -17,11 +17,11 @@ FILES := \
#USER_CPPFLAGS := -DDEBUG=1
USER_LDFLAGS := -static
%build_module mmake=workbench-devs-netinfo \
modname=netinfo modtype=device \
files=$(FILES)
#%build_module mmake=workbench-devs-netinfo \
# modname=netinfo modtype=device \
# files=$(FILES)
INCLUDE_FILES = include/netinfo.h
%copy_includes path=devices dir=include
#INCLUDE_FILES = include/netinfo.h
#%copy_includes path=devices dir=include
%common

View File

@ -48,7 +48,6 @@ include $(SRCDIR)/config/aros.cfg
#MM workbench-libs-rexxsyslib \
#MM workbench-libs-realtime \
#MM workbench-libs-tiff \
#MM workbench-libs-usergroup \
#MM workbench-libs-vega \
#MM workbench-libs-version \
#MM workbench-libs-workbench \

View File

@ -26,14 +26,14 @@ USER_LDFLAGS := -static
#MM workbench-libs-usergroup : includes linklibs
%subtarget parentmmake=workbench-libs mmake=workbench-libs-usergroup
%build_module mmake=workbench-libs-usergroup modname=usergroup \
modtype=library files="$(FILES)" \
uselibs=""
#%build_module mmake=workbench-libs-usergroup modname=usergroup \
# modtype=library files="$(FILES)" \
# uselibs=""
INCLUDE_FILES:=usergroup.h
%copy_includes path=libraries includes=$(INCLUDE_FILES)
#INCLUDE_FILES:=usergroup.h
#%copy_includes path=libraries includes=$(INCLUDE_FILES)
INCLUDE_FILES:=utmp.h
%copy_includes includes=$(INCLUDE_FILES)
#INCLUDE_FILES:=utmp.h
#%copy_includes includes=$(INCLUDE_FILES)
%common

View File

@ -13,11 +13,11 @@ USER_CPPFLAGS := \
#MM- workbench-network-common-c : \
#MM workbench-network-common-c-base \
#MM workbench-network-common-c-miami \
#MM workbench-network-common-c-usergroup
##MM workbench-network-common-c-usergroup
#MM- workbench-network-common-c-quick : \
#MM workbench-network-common-c-base-quick \
#MM workbench-network-common-c-miami-quick \
#MM workbench-network-common-c-usergroup-quick
##MM workbench-network-common-c-usergroup-quick
#MM workbench-network-common-c-base : \
#MM network-includes \
@ -26,11 +26,11 @@ USER_CPPFLAGS := \
#MM network-includes \
#MM arostcp-linklibs-netlib \
#MM arostcp-linklibs-miami
#MM workbench-network-common-c-usergroup : \
#MM network-includes \
#MM workbench-libs-usergroup-includes \
#MM arostcp-linklibs-netlib \
#MM arostcp-linklibs-miami
##MM workbench-network-common-c-usergroup : \
##MM network-includes \
##MM workbench-libs-usergroup-includes \
##MM arostcp-linklibs-netlib \
##MM arostcp-linklibs-miami
BASEFILES := \
arp \
@ -54,9 +54,9 @@ USERGROUPFILES := \
files="$(MIAMIFILES)" \
targetdir=$(AROS_C) uselibs="miami net" usesdks="config network"
%build_progs mmake=workbench-network-common-c-usergroup \
files="$(USERGROUPFILES)" \
targetdir=$(AROS_C) uselibs="miami net" usesdks="network"
#%build_progs mmake=workbench-network-common-c-usergroup \
# files="$(USERGROUPFILES)" \
# targetdir=$(AROS_C) uselibs="miami net" usesdks="network"
#%common