home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo Compiling the Power Assembly Library using the BORLAND C V4.5 and above
- echo fast calling convention. Please stand by....
- mkdir OBJFILES > nul
- cd OBJFILES > nul
- cd ..\STRINGS
- call mt.bat /DFASTCALLS
- cd ..\MATH
- call mt.bat /DFASTCALLS
- cd ..\FILEIO
- call mt.bat /DFASTCALLS
- cd ..\VARIOUS
- call mt.bat /DFASTCALLS
- cd ..\MALLOC
- call mt.bat /DFASTCALLS
- cd ..\CONIO
- call mt.bat /DFASTCALLS
- cd ..\STARTUP
- call mt.bat /DFASTCALLS
- cd ..\objfiles
- tlib /0 /C ..\pal @..\lib. > nul
- cd ..
- :exit
-
-
- echo complete