home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / GCC / GERLIB_DEV08B.LHA / gerlib / amiga_lib / support / MakeGlue < prev    next >
Encoding:
Text File  |  1993-12-12  |  261 b   |  15 lines

  1. assign Support: ""
  2.  
  3. cd ram:
  4.  
  5. gcc -O2 -S -fbaserel Support:templates3.c -o template.bs    ; leaves template.bs
  6. perl Support:genglue.p < template.bs
  7. gcc -c *.s
  8.  
  9. copy (#?.s|#?.o) Support:/amiga_inline QUIET
  10.  
  11. cd Support:
  12. Assign Support:
  13. echo "done."
  14. echo "ALL DONE !"
  15.