Island: Compiler directive for Resources?

In Delphi, we can use $R to compile Resource INTO a PE executable, on Windows.

Is there an equivalent compiler directive for compiling Resource INTO executable?

No. You need to add them as EmbeddResource project items.