17 lines
226 B
Plaintext
17 lines
226 B
Plaintext
runoncepath("0:/lib/boot").
|
|
|
|
parameter debug is false.
|
|
|
|
local compiled is List(
|
|
"/lib/stabilize_helicopter",
|
|
"/lib/ui"
|
|
).
|
|
|
|
Bootstrap(
|
|
"/boot/helicopter",
|
|
"/prog/helicopter",
|
|
compiled,
|
|
List(), // no copied files
|
|
debug
|
|
).
|