home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 2.0 Developer Kit / QuickTime 2.0 Developer Kit.iso / mac / MAC / Programming Stuff / Sample Code / Mixed Bag / Sample Components / Components.make next >
Encoding:
Text File  |  1992-10-22  |  1.9 KB  |  52 lines  |  [TEXT/MPS ]

  1. #
  2. #    File:        Components.make
  3. #    
  4. #    Written by:    Peter Hoddie
  5. #
  6. #    Copyright:    © 1992 by Apple Computer, Inc., all rights reserved.
  7. #
  8. #
  9.  
  10. OBJECTS =     PictMediaHandler.c.o ∂
  11.             SGChannelPict.c.o ∂
  12.             SGPictPanel.c.o ∂
  13.             ExportPICS.c.o ∂
  14.             ImportScrapBook.c.o ∂
  15.             PreviewPICS.c.o
  16.  
  17. Components ƒƒ Components.make {OBJECTS} SampleCode.r
  18.     Link -t 'thng' -c Salv -rt mhlr=128 -m PICTMEDIADISPATCH -ra resPurgeable -rn ∂
  19.         PictMediaHandler.c.o ∂
  20.         -o "Sample Components"
  21.     Link -t 'thng' -c Salv -rt sgch=128 -m SGPICTDISPATCHER -ra resPurgeable -rn ∂
  22.         SGChannelPict.c.o ∂
  23.         "{Libraries}"Interface.o ∂
  24.         "{Libraries}"Runtime.o ∂
  25.         -o "Sample Components"
  26.     Link -t 'thng' -c Salv -rt sgpn=128 -m PICTPANELDISPATCHER -ra resPurgeable -rn ∂
  27.         SGPictPanel.c.o ∂
  28.         -o "Sample Components"
  29.     Link -t 'thng' -c Salv -rt 'eat '=128 -m EXPORTPICSDISPATCHER -ra resPurgeable -rn ∂
  30.         ExportPICS.c.o ∂
  31.         -o "Sample Components"
  32.     Link -t 'thng' -c Salv -rt 'eat '=129 -m IMPORTSCRAPBOOKDISPATCHER -ra resPurgeable -rn ∂
  33.         ImportScrapbook.c.o ∂
  34.         -o "Sample Components"
  35.     Link -t 'thng' -c Salv -rt pnot=128 -m PICSPREVIEWDISPATCH -ra resPurgeable -rn ∂
  36.         PreviewPICS.c.o ∂
  37.         -o "Sample Components"
  38.     Rez -a SampleCode.r -o "Sample Components" 
  39.  
  40. PictMediaHandler.c.o ƒ Components.make PictMediaHandler.c
  41.      C -r  PictMediaHandler.c -opt full -sym off -mbg full -warnings off
  42. SGChannelPict.c.o ƒ Components.make SGChannelPict.c
  43.      C -r  SGChannelPict.c -opt full -sym off -mbg full -warnings off
  44. SGPictPanel.c.o ƒ Components.make SGPictPanel.c
  45.      C -r  SGPictPanel.c -opt full -sym off -mbg full -warnings off
  46. ExportPICS.c.o ƒ Components.make ExportPICS.c
  47.      C -r  ExportPICS.c -opt full -sym off -mbg full -warnings off
  48. ImportScrapbook.c.o ƒ Components.make ImportScrapbook.c
  49.      C -r  ImportScrapbook.c -opt full -sym off -mbg full -warnings off
  50. PreviewPICS.c.o ƒ Components.make PreviewPICS.c
  51.      C -r  PreviewPICS.c -opt full -sym off -mbg full -warnings off
  52.