home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo Compiling the Power Assembly Library using the standard C calling convention.
- echo please stand by....
- md OBJFILES > nul
- cd OBJFILES > nul
- cd ..\STRINGS
- call mt.bat
- cd ..\MATH
- call mt.bat
- cd ..\FILEIO
- call mt.bat
- cd ..\VARIOUS
- call mt.bat
- cd ..\MALLOC
- call mt.bat
- cd ..\CONIO
- call mt.bat
- cd ..\STARTUP
- call mt.bat
- cd ..\objfiles
- tlib /0 /C ..\pal @..\lib. > nul
- cd ..
- echo complete