home *** CD-ROM | disk | FTP | other *** search
- ;
- ; This is AmigaUUCP 1.17beta Update #4. This should be a pretty darn
- ; stable release. It should run on OS 1.3 and up.
- ;
- ; This *should* compile with SAS/C version 6.0 and above -- and even
- ; work. As I don't have SAS/C, I don't really have a way to test
- ; that, but lots of work was done by various folks to make it
- ; compatible and ANSI-clean.
- ;
- ; This also should work with GCC and the registered versions of DICE.
- ;
- ; To do these compiles, the Commodore include files are required.
- ;
- ; To compile under DICE:
- ;
- ; assign DTMP: to somewhere permanent. This will hold all the object
- ; modules.
- ;
- failat 10
- assign DTMP: uucp:src/dtmp
-
- makedir dtmp:fifolib
- makedir dtmp:uucp
- makedir dtmp:uucp/dnews
- makedir dtmp:uucp/lib
- makedir dtmp:uucp/dmail
- makedir dtmp:uucp/bms
-
- mkall
- quit 0
-