retroforth/packages/list
crc 3e3ba7c8cc fix some issues with building a custom image, rre can now save the image using image:save
FossilOrigin-Name: 58a71b95b549c1eda727eeac3aac3a45261fe7691ba84e9cfbeb50a3361b93b4
2019-02-06 13:09:35 +00:00

18 lines
390 B
Text

Add files to include to the code block below. Use a form
like:
'filename include
You can either put the files (or links to them) into this
directory or use full path names to the files. You can
also use any Retro code directly.
~~~
~~~
Save the image with anything loaded here added in. The
`retro` binary will be rebuilt using the extended image.
~~~
'../rre.image image:save
~~~