home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / mac / oop / macapp3 / 581 < prev    next >
Encoding:
Internet Message Format  |  1993-01-23  |  1.7 KB

  1. Path: sparky!uunet!olivea!apple!applelink.apple.com
  2. From: A-LAMBERT@ADFA.OZ.AU
  3. Newsgroups: comp.sys.mac.oop.macapp3
  4. Subject: MABuild -UserAutoBuild
  5. Message-ID: <199301221135.AA19858@sserve.cc.adfa.oz.au>
  6. Date: 22 Jan 93 22:35:00 GMT
  7. Sender: daemon@Apple.COM
  8. Organization: AppleLink Gateway
  9. Lines: 35
  10.  
  11. Hi there,
  12.     I am having a little trouble with building an application under MacApp3.0.1
  13. I am trying to set up a set of libraries within my MAMake file. This is how
  14. I attempt to do it - any advice on why APP.MakeIt does not include lib
  15. statements would be appreciated!!!!
  16.  
  17. Inside APP.MAMake
  18. ...
  19.    OtherLinkFiles = "{ObjApp}MyLibrary.o"
  20.  
  21.    MAUserAutoBuild = "{ObjApp}MyLibrary.o"
  22.  
  23.    "{ObjApp}MyLibrary.o"   {MyObjectFiles}
  24.  
  25. Then on the command line...
  26.  
  27.   MABuild APP -Link "-w" -NeedsColorQD -NeedsFPU -NeedsMC68030
  28. -NeedsSystem7 -Sym -CPlusLoad -UserAutoBuild
  29.  
  30. The {ObjApp}APP.MakeIt file contains Cplus and Link and rez lines etc, but
  31. no evidence of why. Any help would be appreciated.
  32.  
  33.                   Thanks Andrew.
  34.  
  35.  
  36.           |                               -------------------------------
  37.      /--\_|\          "Australia is      |        Andrew Lambert         |
  38.     /       \          just the west     |Dept. of Electrical Engineering|
  39.     \   __   |     \   island of         |      University College       |
  40.      \-/  \-/      ##  New Zealand"      |           A.D.F.A.            |
  41.            0       /                     |    Canberra, A.C.T. 2600      |
  42.                   /                      |          AUSTRALIA            |
  43.                                          | PH 6-2688445    FAX 6-2688443 |
  44.       email: a-lambert@adfa.oz.au        |_______________________________|
  45.  
  46.