home *** CD-ROM | disk | FTP | other *** search
- REM Command file for Watcom C 386
- REM
- REM Erasing files: 't4*.exe', 't4*.obj' and 'out'.
- REM Press Ctrl C or Break to Abort
- PAUSE
- erase out
- erase t4*.obj
- erase t4*.exp
- wcl386 -w3 -od -d2 -k10000 t4conv.c W4.LIB
- wcl386 -w3 -od -d2 -k10000 t4expr.c W4.LIB
- wcl386 -w3 -od -d2 -k10000 t4index.c W4.LIB
- wcl386 -w3 -od -d2 -k10000 t4memo.c W4.LIB
- wcl386 -w3 -od -d2 -k10000 t4open.c W4.LIB
- wcl386 -w3 -od -d2 -k10000 t4pack_z.c W4.LIB
- wcl386 -w3 -od -d2 -k10000 t4seek.c W4.LIB
- wcl386 -w3 -od -d2 -k10000 t4skip.c W4.LIB
- wcl386 -w3 -od -d2 -k10000 t4sort.c W4.LIB
- wcl386 -w3 -od -d2 -k10000 t4sort2.c W4.LIB
- wcl386 -w3 -od -d2 -k10000 t4write.c W4.LIB
- wcl386 -w3 -od -d2 -k10000 t4write2.c W4.LIB
- wcl386 -w3 -od -d2 -k10000 t4large.c W4.LIB
- wcl386 -w3 -od -d2 -k10000 t4date.c W4.LIB
- run386 t4conv >>out
- run386 t4expr >>out
- run386 t4index 1000 >>out
- run386 t4memo >>out
- run386 t4open 200 >>out
- run386 t4pack_z 1000 100 >>out
- run386 t4seek 999 >>out
- run386 t4skip >>out
- run386 t4sort 1000 >>out
- run386 t4sort2 1000 >>out
- run386 t4write >>out
- run386 t4write2 1000 >>out
- ECHO t4large takes a long time to execute.
- run386 t4large >>out
- ECHO t4date takes a long time to execute.
- run386 t4date >>out
-