X Tutup
Skip to content

Adding new files to Red codebase

Boleslav Březovský edited this page May 29, 2019 · 1 revision

When you want to add new file to Red codebase, for example new codec, you need to register that file in two places:

  1. %build/includes.r

  2. %boot.red

Clone this wiki locally

X Tutup