Fix compile chain, and add final FFF version of boards

This commit is contained in:
zontreck 2024-08-13 20:31:56 -07:00
parent b1fc57b931
commit a1a93ea994
17 changed files with 421 additions and 172 deletions

4
LSL/src/Board [ZNI].lsl Normal file
View file

@ -0,0 +1,4 @@
#include "../external/CommonLSL/variables.lsl"
#include "../external/CommonLSL/functions.lsl"
#include "../raw/Board.lsl"

View file

@ -0,0 +1,4 @@
#include "../external/CommonLSL/variables.lsl"
#include "../external/CommonLSL/functions.lsl"
#include "../external/Dialogs/Dialog Module.lsl"

View file

@ -0,0 +1,4 @@
#include "../external/CommonLSL/variables.lsl"
#include "../external/CommonLSL/functions.lsl"
#include "../raw/Flash.lsl"

View file

@ -0,0 +1,4 @@
#include "../external/CommonLSL/variables.lsl"
#include "../external/CommonLSL/functions.lsl"
#include "../raw/Restorer.lsl"

4
LSL/src/Text.lsl Normal file
View file

@ -0,0 +1,4 @@
#include "../external/CommonLSL/variables.lsl"
#include "../external/CommonLSL/functions.lsl"
#include "../external/furware/FURWARE text.lsl"

View file

@ -0,0 +1,7 @@
/*
This script does not exist anymore in the original form.
*/
#include "../external/CommonLSL/variables.lsl"
#include "../external/CommonLSL/functions.lsl"
#include "../raw/update_module.lsl"