From c911ad463d3e03a8ba4b366b219d3544f2ed9b60 Mon Sep 17 00:00:00 2001 From: "Raphael (rparodi)" Date: Tue, 30 Jul 2024 17:58:58 +0200 Subject: [PATCH] Adding the file list --- ast/Filelist.ast.mk | 2 ++ line/Filelist.line.mk | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ast/Filelist.ast.mk b/ast/Filelist.ast.mk index 90651bf0..376dabf0 100644 --- a/ast/Filelist.ast.mk +++ b/ast/Filelist.ast.mk @@ -1,4 +1,6 @@ SRC_FILES = \ +ast_alloc/ast_alloc \ +ast_alloc/ast_alloc_scripting \ ast_free/ast_free \ ast_free/ast_free_scripting \ from_node/from_node \ diff --git a/line/Filelist.line.mk b/line/Filelist.line.mk index 4d84cc2e..2c93bfb5 100644 --- a/line/Filelist.line.mk +++ b/line/Filelist.line.mk @@ -2,11 +2,11 @@ SRC_FILES = \ line \ line_edit_actions \ line_edit_actions2 \ +line_editing \ +line_editing2 \ line_edit_mode \ line_edit_mode_interal \ line_edit_mode_specific_key \ -line_editing \ -line_editing2 \ line_globals \ line_history \ line_internals \