home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / networking / uucp / amigauucpsrc / readme < prev    next >
Text File  |  1994-06-29  |  1KB  |  33 lines

  1.  
  2.     Well, I killed SAS/C compatibility again... apparently there is a
  3.     problem with atexit().  SAS/C does not implement the ANSI atexit()
  4.     call.
  5.  
  6.     atexit() is used throughout the sources to cleanup resources on ^C,
  7.     there is no other portable way to do it.
  8.  
  9.     I also killed the ability to compile it with the freeware DICE .. not
  10.     on purpose, but the myrid changes and submissions have made it pretty
  11.     much impossible to not reference the AMIGA Includes in the majority of
  12.     sources.
  13.  
  14.     If people wish to submit compatibility modifications to the source I'll
  15.     accept but ONLY on the condition that no major modifications be
  16.     required.  I will not accept reformatted source nor really munged
  17.     source in the name of compatibility.
  18.  
  19.     To compile under DICE:
  20.  
  21.     assign DTMP: to somewhere permanent.  this will hold all the object
  22.     modules.
  23.  
  24.     makedir dtmp:dnews
  25.     makedir dtmp:lib
  26.     makedir dtmp:tar
  27.     makedir dtmp:dmail
  28.     makedir dtmp:bms
  29.  
  30.     mkall
  31.  
  32.  
  33.