wok annotate linld/stuff/src/!COMPILE.BAT @ rev 20456

Up upx (3.95)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 06 18:50:19 2018 +0200 (2018-10-06)
parents e428345df29a
children 77cbb661144f
rev   line source
pascal@19515 1 path ..\BC31;%PATH%
pascal@19515 2 call !clean.bat
pascal@19538 3 tasm /h > helptasm.log
pascal@19538 4 bcc > helpbcc.log
pascal@19538 5 tlink > helptlink.log
pascal@20456 6 bcc @bccopt.opt -S -mt -DLARGE_IMAGES *.cpp > cpp.log
pascal@19571 7 tasm /la /m /dLARGE_IMAGES *.asm > asm.log
pascal@19515 8 tlink /m /s /t @link.cmd > lnk.log