From 8f53acc8ecf66aca6367b372a0f83a568d11f485 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 22 Nov 2018 22:29:54 -0500 Subject: project: defined APP_SRCS, configured front-end executable accordingly. --- config.project | 4 ++-- project/common.mk | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config.project b/config.project index b34b5c3..526a4cd 100644 --- a/config.project +++ b/config.project @@ -66,7 +66,7 @@ mb_default_elf_config_defs= # config mb_all_static= -mb_all_shared= -mb_disable_frontend=yes +mb_all_shared=yes +mb_disable_frontend=no mb_disable_static=yes mb_disable_shared= diff --git a/project/common.mk b/project/common.mk index 0f3c32b..ba3493c 100644 --- a/project/common.mk +++ b/project/common.mk @@ -138,6 +138,7 @@ PYTHON_SRCS = \ Python/traceback.c \ APP_SRCS = \ + Modules/python.c \ COMMON_SRCS = \ $(DYNLOAD_SRCS) \ -- cgit v1.2.3