Fix compile chain, and add final FFF version of boards
This commit is contained in:
parent
b1fc57b931
commit
a1a93ea994
17 changed files with 421 additions and 172 deletions
4
LSL/src/Board [ZNI].lsl
Normal file
4
LSL/src/Board [ZNI].lsl
Normal file
|
@ -0,0 +1,4 @@
|
|||
#include "../external/CommonLSL/variables.lsl"
|
||||
#include "../external/CommonLSL/functions.lsl"
|
||||
|
||||
#include "../raw/Board.lsl"
|
4
LSL/src/Dialog Module [ZNI].lsl
Normal file
4
LSL/src/Dialog Module [ZNI].lsl
Normal file
|
@ -0,0 +1,4 @@
|
|||
#include "../external/CommonLSL/variables.lsl"
|
||||
#include "../external/CommonLSL/functions.lsl"
|
||||
|
||||
#include "../external/Dialogs/Dialog Module.lsl"
|
4
LSL/src/Flash Drive [ZNI].lsl
Normal file
4
LSL/src/Flash Drive [ZNI].lsl
Normal file
|
@ -0,0 +1,4 @@
|
|||
#include "../external/CommonLSL/variables.lsl"
|
||||
#include "../external/CommonLSL/functions.lsl"
|
||||
|
||||
#include "../raw/Flash.lsl"
|
4
LSL/src/Restorer [ZNI].lsl
Normal file
4
LSL/src/Restorer [ZNI].lsl
Normal 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
4
LSL/src/Text.lsl
Normal file
|
@ -0,0 +1,4 @@
|
|||
#include "../external/CommonLSL/variables.lsl"
|
||||
#include "../external/CommonLSL/functions.lsl"
|
||||
|
||||
#include "../external/furware/FURWARE text.lsl"
|
7
LSL/src/Update Module [ZNI].lsl
Normal file
7
LSL/src/Update Module [ZNI].lsl
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue