home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / GCC / GERLIB_DEV08B.LHA / gerlib / execute_before_recompile next >
Encoding:
Text File  |  1993-12-12  |  349 b   |  25 lines

  1. ;install.script
  2. ;copies some things
  3. ;only needed if you want to recompile
  4. ;Fri Sep 24 04:51:52 1993 GM
  5.  
  6. cd amiga/normal
  7. copy #?.c /baserel
  8. copy #?.s /baserel
  9. cd //
  10.  
  11. cd bonus/normal
  12. copy #?.c /baserel
  13. copy #?.s /baserel
  14. cd //
  15.  
  16. cd gnulib/normal
  17. copy #?.c /baserel
  18. copy #?.s /baserel
  19. cd //
  20.  
  21. cd string/normal
  22. copy #?.c /baserel
  23. copy #?.s /baserel
  24. cd //
  25.