home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / mar94 / util / misc / kalender.lha / Kalender / README < prev    next >
Text File  |  1993-12-18  |  742b  |  23 lines

  1. To compile the Kalender program in a good way you have to change the following
  2. file of the M2 4.2 distribution:
  3.  
  4. Terminal.mod
  5.  
  6. 426    : waitCloseGadget:=FALSE;
  7. 446    : output:=DosL.Open(ADR('NIL:'),DosD.oldFile);
  8. 447-451: delete these lines
  9. (* M2 Version 4.2 *)
  10.  
  11. Then you have to recompile the Modules Arguments, Conversions, InOut, String
  12.  
  13. The best way to do this is the create an alternate directory 'altmodules',
  14. where to copy all the named Modules, change the Terminal.mod and then
  15. compile the rest!
  16. But first you must change the M2:Path file - so that the 'altmodules' dir
  17. is the first entry, and don't forget the do a 'm2cach +f' command!
  18.  
  19. MfG
  20. Kai Hofmann
  21.  
  22. P.S.: The '#?.info' files in 'txt' are TurboText infofiles - including folds!
  23.