home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1989 …il & Dave's Excellent CD / Excellent CD HFS.raw / Moof / Goodies / DTS Goodies / Events Source / makefile < prev   
Encoding:
Makefile  |  1987-08-11  |  489 b   |  22 lines  |  [TEXT/MPS ]

  1. Events            ƒƒ     Events.r
  2.     Echo "Rezzing Events.r"
  3.     Rez Events.r -o Events -a
  4.  
  5. Events            ƒƒ     Events.p.o Events.r
  6.     Echo "Linking Events" 
  7.     Link  -w Events.p.o ∂
  8.         "{Libraries}"Interface.o ∂
  9.         "{Libraries}"Runtime.o ∂
  10.         "{PLibraries}"SANELib.o∂
  11.         "{PLibraries}"PasLib.o∂
  12.         "{PLibraries}"wlw.p.o∂
  13.         "{PLibraries}"wlwdriver.c.o∂
  14.         "{PLibraries}"JimLib.o∂
  15.         -o Events
  16.         SetFile -c EVNT -t APPL -a B Events
  17.         
  18.  
  19. Events.p.o ƒ Events.p
  20.     Echo "Pascalling Events.p" 
  21.     Pascal -r -k "{PLibraries}" Events.p
  22.