;  Hard-Disk		within		NorthC
;
; Set up the environment for NorthC to run on an Amiga with a hard disk

; This first bit only needs to be run once, once the programs have been
; copied to your hard drive you can comment it out

; This assumes that "c:" is on your hard drive
copy NorthC:bin/NorthC c:
copy NorthC:bin/A68K c:
copy NorthC:bin/Blink c:
copy NorthC:bin/make c:
copy NorthC:bin/cc c:
makedir hd0:clibs
copy NorthC:clibs hd0:clibs all
makedir hd0:include
copy NorthC:include hd0:include all

; This bit must be run each time the machine is turned on, maybe you should
; put it in s:startup-sequence

assign clibs: hd0:clibs
