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