|!Boot file for !RiscXLib
|Version 0.02 Sun 13th January 2002

| 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 location of home directory
Set HOME RiscXLib:UserHome

| Set up the location of the Xauthority file
Set XAUTHORITY <HOME>/XAuthority

| Set up the location of the Xauthority file
Set ICEAUTHORITY <HOME>/ICEauthority

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

| Add to run path
Set Run$Path <Run$Path>,<RiscXLib$Dir>.bin.
