home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / lang / skel.exe < prev    next >
Text File  |  1985-03-13  |  2KB  |  45 lines

  1.  
  2. $EXEC
  3. {USAGE:  R<skelX         needs files SKEL.TEXT and SKELR.TEXT
  4.          compiles, gens, links and runs RMAKER
  5.          on SKEL.TEXT and SKELR.TEXT, then runs MACCOM.
  6.          Insert a Mac diskette in the Lisa drive before using.
  7.          A super-simple EXEC file by Steve Maker.
  8.          See the code for SKEL for more info.
  9.          Modified:
  10.           2/27/85 Sue Tavela  pass $M+ option to compiler,
  11.                               drop G lines (code generation is automatic).}
  12. P{ascal compiler}$M+
  13. SKEL     {input file: SKEL.TEXT}
  14.       {no listing file}
  15. SKEL    {output file: SKEL.I}
  16. L{ink}?{Link: want to give options}
  17. +X    {gives a warning for pre-3.0 Lisa Workshops.}
  18.       {No more options.}
  19. SKEL    {input file: SKEL.OBJ}
  20. obj/quickDraw    {Link with all these system object files}
  21. obj/tooltraps    {some are unnecessary for SKEL, but may be needed later.}
  22. obj/ostraps
  23. obj/prlink
  24. obj/packtraps
  25. obj/macpaslib
  26. obj/elems        {here we link with SANE and ELEMS, not SANELIB}
  27. obj/elemsasm
  28. obj/graf3d
  29. obj/sane
  30. obj/saneasm
  31.     {no more object files}
  32.     {list on console}
  33. SKELL.OBJ   {output file: SKELL.OBJ}
  34. R{un}RMaker   {makes the final executable code file}
  35. SKELr  {input resource def file: SKELR.TEXT; has name of SKELL.OBJ in it.
  36.       Output is SKEL.RSRC}
  37. R{un}MacCom   {write to Mac diskette}
  38. FYLSKEL.RSRC   {set Finder info; send SKEL.RSRC via Lisa->Mac}
  39. SKEL.RSRC      {result will be named SKEL}
  40. APPL  {set type to APPL}
  41. SKEL  {set creator to SKEL (so it gets the right icon}
  42. Y{es, set the bundle bit}E{ject}Q{uit MacCom}
  43. $ENDEXEC
  44.  
  45.