home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 119_01 / curler.sub < prev    next >
Text File  |  1984-07-13  |  768b  |  35 lines

  1. ;this creates the small.crl files for mince and pips them to the b: device
  2. ;meant to accompant cbind.sub
  3. cc bindings.c -e7900
  4. pip b:=bindings.crl[ov]
  5. era bindings.crl
  6. cc comm1.c -e7900
  7. pip b:=comm1.crl[ov]
  8. era comm1.crl
  9. cc comm2.c -e7900
  10. pip b:=comm2.crl[ov]
  11. era comm2.crl
  12. cc comm3.c -e7900
  13. pip b:=comm3.crl[ov]
  14. era comm3.crl
  15. cc comm4.c -e7900
  16. pip b:=comm4.crl[ov]
  17. era comm4.crl
  18. cc comm5.c -e7900
  19. pip b:=comm5.crl[ov]
  20. era comm5.crl
  21. cc comm6.c -e7900
  22. pip b:=comm6.crl[ov]
  23. era comm6.crl
  24. cc support.c -r10 -e7900
  25. pip b:supp.c=support.crl[ov]
  26. ;note that i have changed it's name here so it fits on the l2 line later
  27. era support.crl
  28. cc term.c -e7900
  29. pip b:=term.crl[ov]
  30. era term.crl
  31. ;the end
  32. rt.crl
  33. cc term.c -e8100
  34. pip b:=term.crl[ov]
  35. er