From d43b04a03cdd33d9378f6a2a1a17393e7c6ef62e Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 5 Feb 2022 19:20:03 +0100 Subject: [PATCH] Note. --- SConstruct | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SConstruct b/SConstruct index 8b6d9bc..301e05b 100644 --- a/SConstruct +++ b/SConstruct @@ -269,6 +269,8 @@ for mf in module_folders: # Sort modules dependencies sort_modules_dependencies(module_list) +# TODO defines like this should be generated into a header file, to keep the compile commands shorter +# Also generate a define for each module #Todo ability to turn this on or off env_base.Append(CPPDEFINES=["WEB_ENABLED"])