home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / duucp-1.17 / AU-117b4-src.lha / src / README < prev    next >
Encoding:
Text File  |  1994-04-12  |  801 b   |  31 lines

  1. ;
  2. ;   This is AmigaUUCP 1.17beta Update #4. This should be a pretty darn
  3. ;   stable release. It should run on OS 1.3 and up.
  4. ;
  5. ;   This *should* compile with SAS/C version 6.0 and above -- and even
  6. ;   work. As I don't have SAS/C, I don't really have a way to test
  7. ;   that, but lots of work was done by various folks to make it
  8. ;   compatible and ANSI-clean.
  9. ;
  10. ;   This also should work with GCC and the registered versions of DICE.
  11. ;
  12. ;   To do these compiles, the Commodore include files are required.
  13. ;
  14. ;   To compile under DICE:
  15. ;
  16. ;    assign DTMP: to somewhere permanent.  This will hold all the object
  17. ;    modules.
  18. ;
  19. failat    10
  20. assign    DTMP: uucp:src/dtmp
  21.  
  22. makedir dtmp:fifolib
  23. makedir dtmp:uucp
  24. makedir dtmp:uucp/dnews
  25. makedir dtmp:uucp/lib
  26. makedir dtmp:uucp/dmail
  27. makedir dtmp:uucp/bms
  28.  
  29. mkall
  30. quit 0
  31.