home *** CD-ROM | disk | FTP | other *** search
/ Groovy Bytes: Behind the Moon / groovybytes.iso / GROOVY / SND_TOOL / FUNK108A.ZIP / DOS32V30.ZIP / PAL / MFAST.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-05-27  |  539 b   |  26 lines

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