Back to one prolog inc file.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -7s

This commit is contained in:
Willem Cazander 2024-07-10 22:35:14 +02:00
parent 6c21443439
commit f7a0e097b6
6 changed files with 177 additions and 171 deletions

View file

@ -8,11 +8,8 @@ PATH_BIN := bin
PATH_SRC := src
PATH_MKLOCAL ?= .
PATH_MSXBUILD ?= .
include $(PATH_MSXBUILD)/lib/make/setup-prolog.mk
include $(PATH_MSXBUILD)/lib/make/setup-debug.mk
include $(PATH_MSXBUILD)/lib/make/setup-verbose.mk
include $(PATH_MSXBUILD)/lib/make/setup-cnspace.mk
-include $(PATH_MKLOCAL)/Makelocal.mk
include $(PATH_MSXBUILD)/lib/make/msxbuild-prolog.mk
include $(PATH_MSXBUILD)/lib/make/msxbuild.mk
$(call mb_make_call,mb_doc_flow_help,MSXBUILD-Example)
$(call mb_make_call,mb_make_flow_0module,$(PATH_SRC))