home *** CD-ROM | disk | FTP | other *** search
/ Groovy Bytes: Behind the Moon / groovybytes.iso / GROOVY / SND_TOOL / FUNK108A.ZIP / DOS32V30.ZIP / PAL / M.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-06-10  |  423 b   |  24 lines

  1. @echo off
  2. echo  Compiling the Power Assembly Library using the standard C calling convention.
  3. echo  please stand by....
  4. md OBJFILES > nul
  5. cd OBJFILES > nul
  6. cd ..\STRINGS
  7. call mt.bat
  8. cd ..\MATH
  9. call mt.bat
  10. cd ..\FILEIO
  11. call mt.bat
  12. cd ..\VARIOUS
  13. call mt.bat
  14. cd ..\MALLOC
  15. call mt.bat
  16. cd ..\CONIO
  17. call mt.bat
  18. cd ..\STARTUP
  19. call mt.bat
  20. cd ..\objfiles
  21. tlib /0 /C ..\pal @..\lib. > nul
  22. cd ..
  23. echo complete
  24.