home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff384.lzh / NorthC / NorthC1.LZH / setup-northc < prev    next >
Text File  |  1990-09-08  |  949b  |  31 lines

  1. ;  Setup-NorthC        within        NorthC
  2. ;
  3. ; This command file sets up the environment as NorthC likes it,
  4.  
  5. ; First assign a logical device "NorthC:", you will need to uncomment this 
  6. ;line if the base NorthC directory is not the root directory of the NorthC: 
  7. ;disk
  8. ;
  9. ;assign NorthC: df1:NorthC
  10.  
  11. ;
  12. ; Now select one of the three command files to run depending on what we have 
  13. ;in the system.
  14. ;
  15.  
  16. ; NorthC is now on two disks so we must set up the INCLUDE dir
  17. setenv INCLUDE NorthC:include/
  18. ; If you have a single drive and no extra memory uncomment this line
  19. ; see "NorthC Examples:hello/hello.doc" for futher hints
  20. ;execute NorthC:Single-make
  21.  
  22. ; If you have a single disk with 1Mbyte or more memory uncomment this line
  23. execute NorthC:Single-make
  24.  
  25. ; If you have two floppies uncomment this line
  26. ;execute NorthC:Dual-disk
  27.  
  28. ; If you have a hard disk you should work out how to set it up yourself
  29. ; this file will give you some hints
  30. ;execute NorthC:Hard-disk
  31.