home *** CD-ROM | disk | FTP | other *** search
- | Make the rink demo
- | (c) Ben Summers 1995
-
- Dir <Obey$Dir>
-
- | check that we're not attempting to make in the distribution
- | archive, 'cos that would be a Bad Plan.
-
- check
- If "<Sys$ReturnCode>" <> "0" THEN Error Attempting to make the rink demo in the distribution archive
-
- | check the the c path is set
-
- If "<C$Path>" = "" THEN Error C librarys cannot be found
-
- | make the demo
-
- amu
-