From 8f53acc8ecf66aca6367b372a0f83a568d11f485 Mon Sep 17 00:00:00 2001 From: midipix Date: Nov 23 2018 04:55:31 +0000 Subject: project: defined APP_SRCS, configured front-end executable accordingly. --- 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) \