| Star Phalanx RISC OS application boot file
| --------------------------------------------
|
| File: !Boot
|
| Purpose:
|
|     Configure UnixLib filename suffixes for the packaged game.
|
| Responsibilities:
|
|     - publish the application directory
|     - expose staged suffix directories to the game executable
|
| This generated file intentionally does NOT start the game.

Set OMAGame$Dir <Obey$Dir>
Set UnixEnv$game$sfix "BMP:CFG:DAT:LOG:SAV:TMP:TSV:TXT:WAV:bmp:cfg:dat:log:sav:tmp:tsv:txt:wav"

| end of !Boot
