You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FEAT: automatically collecting base code from C sources
If such a comment is used in C file:
```
/**********************************************************************
** Base-code:
if find system/codecs 'wav [
system/codecs/wav/suffixes: [%.wav %.wave]
system/codecs/wav/type: 'binary!
append append system/options/file-types system/codecs/wav/suffixes 'wav
]
***********************************************************************/
```
The Rebol code from it is extracted and included just after content of the src/mezz/base-defs.r
Note that at this stage there is just a minimal system available, so one must be careful, what code is used.
0 commit comments