wok annotate linld/stuff/src/!COMPILEX.BAT @ rev 20630
Up firefox-official (64.0), again
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 03 12:04:23 2019 +0100 (2019-01-03) |
parents | c2946aeb8b57 |
children | 65ea21135647 |
rev | line source |
---|---|
pascal@20458 | 1 path ..\BC31;..;%PATH% |
pascal@19515 | 2 call !clean.bat |
pascal@20456 | 3 bcc @bccopt.opt -S -mt -DLARGE_IMAGES *.cpp > cpp.log |
pascal@20458 | 4 ren TAZBOOT.ASM TAZBOOT.ASO |
pascal@20458 | 5 ren LOAD.ASM LOAD.ASO |
pascal@20458 | 6 ren HIMEM.ASM HIMEM.ASO |
pascal@20458 | 7 ren ISO9660.ASM ISO9660.ASO |
pascal@20459 | 8 mawk -f pipehole.awk TAZBOOT.ASO > TAZBOOT.ASM |
pascal@20459 | 9 mawk -f pipehole.awk LOAD.ASO > LOAD.ASM |
pascal@20459 | 10 mawk -f pipehole.awk HIMEM.ASO > HIMEM.ASM |
pascal@20459 | 11 mawk -f pipehole.awk ISO9660.ASO > ISO9660.ASM |
pascal@20630 | 12 tasm /la /m /dEXTRA /dNO386 /dLARGE_IMAGES /dLONG_FILENAME *.asm > asm.log |
pascal@19515 | 13 tlink /m /s /t @linkx.cmd > lnk.log |