Move aros/build.h to config SDK

This commit is contained in:
deadwood 2020-11-24 11:22:36 +01:00
parent 86644c8120
commit 6d705d6eb3
3 changed files with 9 additions and 2 deletions

View File

@ -14,6 +14,6 @@
#ifndef AROS_BUILD_TYPE
# define AROS_BUILD_TYPE AROS_BUILD_TYPE_PERSONAL
#endif
#endif
#endif /* AROS_BUILD_H */

View File

@ -0,0 +1,7 @@
include $(SRCDIR)/config/aros.cfg
INCLUDE_FILES := $(call WILDCARD, aros/*.h)
%copy_includes sdk=config
%common

View File

@ -33,7 +33,7 @@ $(GENDIR)/$(CURDIR)/aboutaros.o: $(GENERATED)
%build_prog mmake=workbench-system-aboutaros \
progname=About targetdir=$(EXEDIR) \
files=$(FILES)
files=$(FILES) usesdks="config"
$(TOP)/$(CURDIR)/authors.h : $(SRCDIR)/$(CURDIR)/db/credits $(SRCDIR)/$(CURDIR)/scripts/authors2header.py
@$(ECHO) Generating $@