home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / vbcc / machines / amiga68k / libsrc / AmigaLib / MakeASLIB.script < prev    next >
Encoding:
Text File  |  1998-06-24  |  658 b   |  26 lines

  1. alias cc vc -sd
  2.  
  3. echo "This may take some time..."
  4. echo "Cleaning T:..."
  5. delete t:#?.(s|o|lib|dir) quiet
  6. echo "Processing FDs..."
  7. spat fd2lib FD:#?.fd -sd
  8. echo "Assembling stubs..."
  9. cc -c t:#?.s
  10. echo "Removing obsolete assembler sources..."
  11. delete t:#?.s quiet
  12. delete t:amigas.lib quiet
  13. ;list >t:MakeALIB.batch t:#?.o LFORMAT "libr -a t:amiga.lib *"%s%s*""
  14. ;execute t:MakeALIB.batch
  15. ;delete t:MakeALIB.batch quiet
  16. echo "Compiling/Assembling support routines..."
  17. cc -c #?.s
  18. cc -c #?.c
  19. copy #?.o t: quiet
  20. echo "Joining everything together..."
  21. join t:*.o to t:amigas.lib
  22. echo "Celaning up..."
  23. delete t:#?.o quiet
  24. echo "...poooh...amiga.lib can be found in T:"
  25.  
  26.