home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / mac / programm / 13964 < prev    next >
Encoding:
Text File  |  1992-08-13  |  1.5 KB  |  41 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!ftpbox!mothost!lmpsbbs!farrell@mot.com
  3. From: farrell@mot.com (Tod Farrell)
  4. Subject: Re: MacApp 3.0 MABuild (success)
  5. Organization: Motorola, Inc
  6. Date: Thu, 13 Aug 1992 20:29:25 GMT
  7. Message-ID: <1992Aug13.202925.3863@lmpsbbs.comm.mot.com>
  8. References: <1992Aug11.164546.14464@lmpsbbs.comm.mot.com>
  9. Sender: news@lmpsbbs.comm.mot.com (Net News)
  10. Nntp-Posting-Host: 137.23.47.166
  11. Lines: 28
  12.  
  13. In article <1992Aug11.164546.14464@lmpsbbs.comm.mot.com>, farrell@mot.com (Tod Farrell) writes:
  14. >  Lotsa stuff deleted...
  15. > The Question:  How do I tell MacApp that I do not have Pascal and will never have it?
  16. Ok, I got it to work.  I did not need Pascal, and the floppy disks Apple
  17. sent me did not have the library on them.
  18.  
  19. The 4 easy steps are:
  20.   1) Bump the partition for MPW up to about 7 Meg.
  21.   2) Create an empty file named "Pascal" in MPW:Tools 
  22.             This step is for those people who don't have 
  23.             Pascal compilers.  It might work with ASM too?
  24.   3) Add the following rsrc definition to MacAppsType.r
  25.         // TJF - added aedt def from: 
  26.         // Mark Lanett (apple - not MacApp) Wed Aug 12 15:13:35 1992
  27.         type 'aedt' {
  28.             wide array {
  29.             unsigned longint;   /* Event Class  */
  30.             unsigned longint;   /* Event ID     */
  31.             unsigned longint;   /* Value    */
  32.             };
  33.         };
  34.   4) Comment out the line which lists "UPascalTool.p.o" 
  35.       as a dependency in MacApp.lib.MAMake
  36.  
  37. Tod Farrell
  38. farrell@mot.com
  39.