|!Boot file for !RiscXLib
|Version 0.03 Mon 16th August 2004

| Set up path to directory.
Set RiscXLib$Dir <Obey$Dir>
Set RiscXLib$Path <RiscXLib$Dir>., <RiscXLib$Path>

| Load sprites
IconSprites <RiscXLib$Dir>.!Sprites

| Set up path to location of the libraries and header files.
Set XLib$Path RiscXLib:source.

| Set up path to fonts
Set RiscXLib$Fonts RiscXLib:X11/fonts/misc/,RiscXLib:X11/fonts/Speedo/,RiscXLib:X11/fonts/Type1/,RiscXLib:X11/fonts/75dpi/,RiscXLib:X11/fonts/100dpi/

| Set up the IP Address of the X Server to use
IF "<DISPLAY>" = "" then set DISPLAY 127.0.0.1:0

| Set up the location of the app-defaults directory
Set XAPPLRESDIR RiscXLib:X11/app-defaults

