| | ssr_init | | Initialise paths for building SSR | | © 1998 Straylight | | --- Add my binaries to the run path --- Set SSR$Dir /.bin.hour -on /.bin.pathutil -path Run$Path -add -dir .bin. | --- Add my libraries to the path --- | | Indirect everything though `SSRLibs$Dir' to reduce the path length. Set SSRLibs$Dir .Libraries Set Alias$_adlib pathutil -path Libs$Path -add -dir %%0. -create enumerate -noFiles -dir -cmd _adlib _adlib Unset Alias$_adlib Set Sapphire$Path libs:Sapphire.sh. | --- Development aliases --- Set Alias$basasm Set bas$Output "%%*1"|mIf "|" = "" Then Run %%0 Else Run |.%%0 | --- Places to put things --- Set SSR$BinDir .bin Set SSR$ModDir .Modules Set SSR$LibDir .Libraries Set SSR$DLLDir .!DLLs | --- Done --- hour -off