home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / utilities / utilsp / rink010 / Demo / !Make next >
Encoding:
Text File  |  1995-06-25  |  384 b   |  19 lines

  1. | Make the rink demo
  2. | (c) Ben Summers 1995
  3.  
  4. Dir <Obey$Dir>
  5.  
  6. | check that we're not attempting to make in the distribution
  7. | archive, 'cos that would be a Bad Plan.
  8.  
  9. check
  10. If "<Sys$ReturnCode>" <> "0" THEN Error Attempting to make the rink demo in the distribution archive
  11.  
  12. | check the the c path is set
  13.  
  14. If "<C$Path>" = "" THEN Error C librarys cannot be found
  15.  
  16. | make the demo
  17.  
  18. amu
  19.