Added memory FS and put the default font there so it is easier to load it.

This commit is contained in:
2025-03-28 11:48:16 +01:00
parent 6cf748b05d
commit 63fcb6181f
11 changed files with 341 additions and 96 deletions

View File

@@ -1,10 +1,13 @@
config = {
'PROJECT_NAME': 'RAID Framework',
'CXX_NO_EXCEPTIONS': True
'TOOLS': ['jinja']
}
env = SConscript('external/scons-plus-plus/SConscript', exports = ['config'])
env.Append(CPPPATH = [Dir('private'), Dir('public')])
# add the default recipe repository
env.RecipeRepo('mewin-stable', 'https://git.mewin.de/mewin/spp_recipes.git', 'stable')
# library
env = env.Module('private/raid/SModule')