home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
languages
/
northc_384
/
northc1.lzh
/
setup-northc
< prev
next >
Wrap
Text File
|
1990-09-08
|
949b
|
31 lines
; Setup-NorthC within NorthC
;
; This command file sets up the environment as NorthC likes it,
; First assign a logical device "NorthC:", you will need to uncomment this
;line if the base NorthC directory is not the root directory of the NorthC:
;disk
;
;assign NorthC: df1:NorthC
;
; Now select one of the three command files to run depending on what we have
;in the system.
;
; NorthC is now on two disks so we must set up the INCLUDE dir
setenv INCLUDE NorthC:include/
; If you have a single drive and no extra memory uncomment this line
; see "NorthC Examples:hello/hello.doc" for futher hints
;execute NorthC:Single-make
; If you have a single disk with 1Mbyte or more memory uncomment this line
execute NorthC:Single-make
; If you have two floppies uncomment this line
;execute NorthC:Dual-disk
; If you have a hard disk you should work out how to set it up yourself
; this file will give you some hints
;execute NorthC:Hard-disk